Website for https://simplesystems.tech
jeff
3ae7948aec
Add dockerfile for dev. Add dockerfile for prod deploy. Co-authored-by: russoj88 <russoj88@gmail.com> Reviewed-by: steverusso <steverusso@protonmail.com> |
||
---|---|---|
content | ||
data/home | ||
layouts | ||
static | ||
.gitignore | ||
config.toml | ||
Dockerfile.dev | ||
Dockerfile.prod | ||
README.md |
Simple Systems Website
Built using Hugo
Local development
hugo server
Production
To build the production site, run the following command:
hugo --minify
The resources will be stored in the ./public
directory.
Managing Job Posts
- To add a job post, create the markdown file in
content/jobs
. - To remove a job post, remove its markdown file from
content/jobs
.
Managing Blog Posts
- To add a blog post, create the markdown file in
content/blog
. - To remove a blog post, remove its markdown file from
content/blog
.