教程参考官网提供的:

https://hexo.io/zh-cn/

教程:

https://hexo.io/zh-cn/docs/

我的node.js环境:

node.js博客GitHub搭建(hexo)

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

 搭建完的效果如下:

node.js博客GitHub搭建(hexo)

 

==>如有问题,请联系我:easonjim#163.com,或者下方发表评论。<==

相关文章:

  • 2022-01-28
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-03-31
  • 2021-07-27
  • 2022-01-18
  • 2021-08-22
  • 2021-12-19
  • 2021-09-29
相关资源
相似解决方案