Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 354 Bytes

使用 Hexo 创建项目文档网站

这是 使用 Hexo 创建项目文档网站 这篇博客的代码。

使用

$ git clone https://github.com/nodejh/hexo-documentation
$ cd hexo-documentation
$ cd docs
$ npm install
$ hexo server

然后通过 http://localhost:4000 预览。