Hexo is A fast, simple & powerful blog framework。由万能的js语言开发,可方便利用最强大的js生态。
Hexo专注于blog,部署方便。
Install
npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server
_config.yml
Site configuration file. You can configure most settings here.
package.json
Application data. The EJS, Stylus and Markdown renderers are installed by default。通过js的插件,可以支持所有Template,Styles。
Plugins
具有200多个插件
Themes
200多个模板
网友评论