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 386afd9fe5 update publishDir 2020-10-04 22:10:02 +01:00
archetypes initial commit 2020-01-31 13:33:56 +00:00
assets/css update dedveloper-resources styling 2020-09-13 00:27:38 +01:00
content update 2020-09-15 14:21:23 +01:00
layouts replace open web analytics with google 2020-10-04 20:56:27 +01:00
static/images add 404 page 2020-05-03 15:28:27 +01:00
themes hugo root directory is site root deirectory 2020-10-04 21:16:31 +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
.gitmodules use gitlab theme repository 2020-10-04 21:49:51 +01:00
README.md update README 2020-10-04 21:35:22 +01:00
TODO.md update README 2020-08-16 14:46:27 +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 update publishDir 2020-10-04 22:10:02 +01:00
netlify.toml add netlify configuration 2020-10-04 21:39:29 +01:00
serve.sh update developer resources 2020-09-11 22:49:31 +01:00

README.md

Note - push to production (Netlify/Gitlab) with:

# from branch production
git push gitlab production

Serve development server with:

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

Build static files with:

hugo