This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-blog/README.md

16 lines
235 B
Markdown

Note - push to Dokku by doing a `git push` in the build directory:
`rayelliott.dev/`.
Serve development server with:
```sh
hugo serve -D --bind=0.0.0.0 --baseURL=http://192.168.0.5:1313
```
Build static files with:
```sh
hugo
```