Website for https://simplesystems.tech
steverusso
696731b1b5
Disable taxonomy types. Put the simple software data in the home page content file. Navbar can be cached. Make the CSS assets and bundle the global CSS. Can cache the scripts and the footer. Global CSS and JS partials. These don't make any sense. Fix baseof titling. Move navbar and footer out of directories where they are the only files, update base template. Reviewed-by: jeff <jeff@simplesystems.tech> |
||
---|---|---|
assets | ||
content | ||
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
.