今天,把博客建的差不多了。不过还有一些功能,还要等到后期完善。
起因
当时和鱼鱼(lz差不多是条咸鱼)见面,他就有一个完美的博客。于是,我就想搭建一个个人博客。
搭建过程
我采用的是Hexo来搭建的,在这个过程中出现了很多问题,不过也解决了。
缺失模块。
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