level 11
小小唐门
楼主
什么是Hexo
Hexo是一个快速、简洁且高效的博客框架。Hexo使用Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。
安装
npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server
教程
hexo你的博客|不如
http://ibruce.info/2013/11/22/hexo-your-blog/
hexo系列教程:(一)hexo介绍
http://www.zipperary.com/2013/05/28/hexo-guide-1/
HEXO+Github,搭建属于自己的博客
http://www.jianshu.com/p/465830080ea9
更多内容,请自行百度或发帖询问
相关链接
官网:https://hexo.io/zh-cn/
Github:https://github.com/hexojs/hexo
主题:https://hexo.io/themes/
插件:https://hexo.io/plugins/
反馈:https://github.com/hexojs/hexo/issues
站点演示
http://www.tiexo.cn/
2016年03月09日 13点03分
1
Hexo是一个快速、简洁且高效的博客框架。Hexo使用Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。
安装
npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server
教程
hexo你的博客|不如
http://ibruce.info/2013/11/22/hexo-your-blog/
hexo系列教程:(一)hexo介绍
http://www.zipperary.com/2013/05/28/hexo-guide-1/
HEXO+Github,搭建属于自己的博客
http://www.jianshu.com/p/465830080ea9
更多内容,请自行百度或发帖询问
相关链接
官网:https://hexo.io/zh-cn/
Github:https://github.com/hexojs/hexo
主题:https://hexo.io/themes/
插件:https://hexo.io/plugins/
反馈:https://github.com/hexojs/hexo/issues
站点演示
http://www.tiexo.cn/
