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 3bf1fd6aa3 add shortcode which wraps content in a div with a class 2020-02-20 21:33:05 +00:00
archetypes initial commit 2020-01-31 13:33:56 +00:00
assets/css add custom css for about page 2020-02-19 21:42:08 +00:00
content add ecommerce tag 2020-02-20 20:24:28 +00:00
layouts add shortcode which wraps content in a div with a class 2020-02-20 21:33:05 +00:00
static/images convert custom css to scss 2020-02-19 19:37:29 +00:00
.gitattributes initial commit 2020-01-31 13:33:56 +00:00
.gitignore remove hugo-coder submodule 2020-02-02 15:53:45 +00:00
README.md remove publish draft posts option from build command 2020-02-16 21:16:32 +00:00
build.sh do not publish draft posts 2020-02-16 21:14:13 +00:00
config.toml add svg icons for social links 2020-02-20 17:26:26 +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