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

https://github.com/joergi/blog


https://github.com/joergi/blog

arch-linux blog code developing jekyll linux ubuntu

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

Hugo

Start server:
```bash
hugo server -D
```

start with local config
```bash
hugo server -D --config config.local.toml
```

Start with IP binding
```bash
hugo server -D --bind 192.168.178.162 --appendPort=false
```
website can be then reached by: http://192.168.178.162:1313

update server
```bash
hugo --logLevel info
```

kill server
```bash
pkill hugo
```