在跑坑的时候,真的是很吃力,特别是一个新手,而且又是一个纯粹小白的新手在碰到问题后,在百度上苦苦查找问题解决方案,但是最终会发现每个人的操作步骤及流程不同,会带来各种各样的问题,可想而知那是一种多么痛苦的感觉,所以博主会更新在操作过程中碰到的一些问题及解决办法,以及更新的一些小插件与操作记录下来的,方便新手查阅!
问题
LF will be replaced
Windows 提交命令的时候出现 warning: LF will be replaced by CRLF in xxx
的警告。
输入以下命令即可:
$ git config --global core.autocrlf false
常见问题解决方案
美化博客
增加博客字数统计
安装 hexo-wordcount
插件
$ npm install hexo-wordcount --save
更改 /themes/next_config.yml
中 totalcount
状态为 true
即可
post_wordcount:
item_text: true
wordcount: false
min2read: false
totalcount: true
separated_meta: true
wordcount
统计文章中字数
min2read
文章阅读时长
相关资料: