hexo server
Start a local server. By default, this is at http://localhost:4000/
Options
Name | Description |
---|---|
-i, --ip <ip> | Override the default server IP. Bind to all IP address by default |
-p, --port <port> | Override default port |
-s, --static | Serve static files from the given directory |
-l, --log [format] | Enable logger. Override logger format |
-o, --open | Immediately open the server url in your default web browser |