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.
Go to file
Ray Elliott fa61a2342c add custom nginx configuration
add custom nginx config so we can set custom 404 page
2020-05-03 15:42:33 +01:00
archetypes initial commit 2020-01-31 13:33:56 +00:00
assets/css add styles for page development-resources 2020-05-02 18:34:46 +01:00
content publish post 2020-05-02 19:46:34 +01:00
dist change url link to absolute 2020-05-03 15:06:07 +01:00
layouts add 404 page 2020-05-03 15:28:27 +01:00
static/images add 404 page 2020-05-03 15:28:27 +01:00
.gitattributes initial commit 2020-01-31 13:33:56 +00:00
.gitignore override a global .ignore file 2020-05-02 18:40:40 +01:00
.static setup for dokku 2020-04-17 17:30:40 +01:00
README.md remove publish draft posts option from build command 2020-02-16 21:16:32 +00:00
TODO.md update TODO 2020-02-24 19:45:31 +00:00
app-nginx.conf.sigil add custom nginx configuration 2020-05-03 15:42:33 +01:00
build.sh setup for dokku 2020-04-17 17:30:40 +01:00
config.toml setup for dokku 2020-04-17 17:30:40 +01:00
publish-frantech.sh setup for dokku 2020-04-17 17:30:40 +01:00
serve.sh update baseUrl 2020-02-27 12:09:07 +00:00

README.md

Serve development server with:

hugo serve -D --bind=0.0.0.0 --baseURL=http://192.168.0.5:1313

Build static files with:

hugo