第一篇文章,随便吐槽吐槽在搭建博客时候遇到的问题。
一开始一切顺利,遇到点小坑很快自己解决了。
但毕竟前端主题还是用的别人的,自己web知识又少的可怜,想个性化自己的博客举步维艰。鼠标指针弄得贼丑,背景也怎么搞搞不定。
既然背景里不能加入小姐姐,那只能靠文章里加图片了。(手动狗头)
一个人只有今生今世是不够的,他还应当有诗意的世界。
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true