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 95717ddda7 convert about.md to html page
updated layout ready for inserting a cover image.
removed now unneeded divwrap shortcode.
added baseurl shortcode.
2020-02-24 19:45:08 +00:00
archetypes initial commit 2020-01-31 13:33:56 +00:00
assets/css convert about.md to html page 2020-02-24 19:45:08 +00:00
content convert about.md to html page 2020-02-24 19:45:08 +00:00
layouts convert about.md to html page 2020-02-24 19:45:08 +00:00
static/images delete unused image 2020-02-24 13:03:41 +00:00
.gitattributes initial commit 2020-01-31 13:33:56 +00:00
.gitignore ignore scratch directory 2020-02-24 13:04:24 +00:00
README.md remove publish draft posts option from build command 2020-02-16 21:16:32 +00:00
TODO.md add TODO 2020-02-24 13:13:23 +00:00
build.sh do not publish draft posts 2020-02-16 21:14:13 +00:00
config.toml update menu order 2020-02-21 16:03:03 +00:00
publish.sh execute build script before ftp transfer 2020-02-02 14:32:38 +00:00
serve.sh initial commit 2020-01-31 13:33:56 +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