Go to file
steverusso a1cb33bbf7 Minor fixes. 2020-04-12 21:39:13 -04:00
content Minor fixes. 2020-04-12 21:39:13 -04:00
data/home Switch to using Hugo. (#8) 2020-04-10 20:23:17 +00:00
layouts Switch to using Hugo. (#8) 2020-04-10 20:23:17 +00:00
static Updates from 04-10. 2020-04-10 21:38:38 -07:00
.gitignore Switch to using Hugo. (#8) 2020-04-10 20:23:17 +00:00
Dockerfile.dev Fix bind address. 2020-04-10 17:19:18 -07:00
Dockerfile.prod AddDockerfiles (#9) 2020-04-10 23:56:57 +00:00
README.md Switch to using Hugo. (#8) 2020-04-10 20:23:17 +00:00
config.toml Switch to using Hugo. (#8) 2020-04-10 20:23:17 +00:00

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.