0%

###HEXO简介

####Hexo是快速、简洁且高效的博客框架:

1、超快速度:Node.js 所带来的超快生成速度,让上百个页面在几秒内瞬间完成渲染。

2、一键部署:只需一条指令即可部署到 GitHub Pages, Heroku 或其他平台。

3、支持 Markdown:Hexo 支持 GitHub Flavored Markdown 的所有功能,甚至可以整合 Octopress 的大多数插件。

4、插件和可扩展性:强大的 API 带来无限的可能,与数种模板引擎(EJS,Pug,Nunjucks)
和工具(Babel,PostCSS,Less/Sass)轻易集成

Read more »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment