An open API service indexing awesome lists of open source software.

https://github.com/nodejh/hexo-documentation


https://github.com/nodejh/hexo-documentation

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 使用 Hexo 创建项目文档网站

这是 [使用 Hexo 创建项目文档网站](https://github.com/nodejh/nodejh.github.io/issues/37) 这篇博客的代码。

## 使用

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

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