node.js博客GitHub搭建(hexo)
教程参考官网提供的:
教程:
我的node.js环境:
hexo博客全程采用markdown进行编写,所以这个是一个完成没有后台的系统,新建文章直接采用如下命令:
hexo new "test"
会自动生成markdown文件放置在【~/blog/source/_posts/test.md】
主要搭建步骤:
npm install hexo-cli -g hexo init blog cd blog npm install hexo server
搭建完的效果如下: