https://github.com/nodejh/hexo-documentation
https://github.com/nodejh/hexo-documentation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nodejh/hexo-documentation
- Owner: nodejh
- Created: 2017-07-05T13:17:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T13:47:15.000Z (over 8 years ago)
- Last Synced: 2025-01-16T12:52:32.940Z (about 1 year ago)
- Size: 24.4 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` 预览。