Hexo is a fast, simple & powerful blog framework

安装方法:npm install hexo-cli -g;

require:node.js

    git

基本使用流程:

  • npm install hexo-cli -g
  • hexo init blog
  • cd blog
  • npm install
  • hexo server

hexo的简易使用方法基本在这了,详细使用方法移步官方API介绍:https://hexo.io/api/;

相关文章:

  • 2021-12-14
  • 2021-11-22
  • 2021-12-18
  • 2021-09-27
  • 2021-12-05
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2021-11-23
  • 2021-11-22
相关资源
相似解决方案