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

19 lines
260 B
Markdown
Raw Permalink Normal View History

2020-10-04 20:35:22 +00:00
Note - push to production (Netlify/Gitlab) with:
2020-10-04 20:23:38 +00:00
```sh
2020-10-04 20:35:22 +00:00
# from branch production
2020-10-04 20:23:38 +00:00
git push gitlab production
```
2020-01-31 13:33:56 +00:00
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
2020-01-31 13:33:56 +00:00
```