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 34eac5e3f1 Merge branch 'master' of ssh://git.rayelliott.dev:3222/rayelliott/hugo-blog 2020-06-03 20:38:52 +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 update post 2020-06-03 19:49:25 +01:00
layouts update develoer resources post 2020-05-09 16:13:12 +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 remove build directory from git 2020-05-03 18:34:34 +01:00
README.md remove build directory from git 2020-05-03 18:34:34 +01:00
TODO.md updata TODO 2020-05-03 18:35:14 +01:00
app-nginx.conf.sigil default port 2020-05-03 17:14:55 +01:00
build.sh remove build directory from git 2020-05-03 18:34:34 +01:00
config.toml remove build directory from git 2020-05-03 18:34:34 +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

Note - push to Dokku by doing a git push in the build directory: rayelliott.dev/.

Serve development server with:

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

Build static files with:

hugo