hexo-server
Version:
Server module of Hexo.
36 lines (24 loc) • 734 B
Markdown
# hexo-server
[](https://travis-ci.org/hexojs/hexo-server) [](http://badge.fury.io/js/hexo-server) [](https://coveralls.io/r/hexojs/hexo-server?branch=master)
Server module for [Hexo].
## Installation
``` bash
$ npm install hexo-server --save
```
## Usage
``` bash
$ hexo server
```
## Options
``` yaml
server:
port: 4000
log: false
ip: 0.0.0.0
```
- **port**: Server port
- **log**: Display request info on the console. Always enabled in debug mode.
- **ip**: Server IP
## License
MIT
[Hexo]: http://hexo.io/