这里写链接内容###1. 自行安装 nodejs和git
2. 自行注册github账号
3. 详细教程直通车->
4. 主题安装直通车
5. 常用指令
- 常用插件安装:
npm install hexo-generator-index --save
npm install hexo-generator-archive --save
npm install hexo-generator-category --save
npm install hexo-generator-tag --save
npm install hexo-server --save
npm install hexo-deployer-git --save
npm install hexo-deployer-heroku --save
npm install hexo-deployer-rsync --save
npm install hexo-deployer-openshift --save
npm install hexo-renderer-marked@0.2 --save
npm install hexo-renderer-stylus@0.2 --save
npm install hexo-generator-feed@1 --save
npm install hexo-generator-sitemap@1 --save
- 主题配置完成以后,回到 根目录(即上一篇文章使用Hexo框架自由搭建博客中提到的 Blog 文件夹),按顺序执行命令就OK啦。
$ npm install hexo-deployer-git --save
$ hexo clean && hexo g && hexo d
- 文章发布指令:
$ hexo d -g
本文提供了一套详细的Hexo博客搭建指南,包括安装Node.js、Git及注册GitHub账号等准备工作,并列出了常用的Hexo插件安装命令,如hexo-generator-index、hexo-renderer-marked等,帮助读者快速上手。
2289

被折叠的 条评论
为什么被折叠?



