hexo

  • 安装nodejs与hexo

详见Node.js配置与使用

  • 初始化(在二级目标目录中进行)
1
hexo init
  • 生成静态页面
1
hexo g
  • 启动本地预览服务
1
hexo s
  • 清楚静态页面
1
hexo clean