Go to file
2020-05-21 15:22:32 -07:00
content init 2020-05-21 15:22:32 -07:00
data/home Switch to using Hugo. (#8) 2020-04-10 20:23:17 +00:00
layouts Fix the About page quote text-align on different screen sizes. (#14) 2020-04-28 15:52:49 +00:00
static Fix the About page quote text-align on different screen sizes. (#14) 2020-04-28 15:52:49 +00:00
.gitignore 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
Dockerfile.dev Update hugo to latest version. Clean up dockerfiles. (#16) 2020-05-21 02:42:35 +00:00
Dockerfile.prod Update hugo to latest version. Clean up dockerfiles. (#16) 2020-05-21 02:42:35 +00:00
README.md Switch to using Hugo. (#8) 2020-04-10 20:23:17 +00:00

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.