Go to file
steverusso 696731b1b5 Refactors and project cleanup (#18)
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>
2020-06-12 00:42:10 +00:00
assets Refactors and project cleanup (#18) 2020-06-12 00:42:10 +00:00
content Refactors and project cleanup (#18) 2020-06-12 00:42:10 +00:00
layouts Refactors and project cleanup (#18) 2020-06-12 00:42:10 +00:00
static Refactors and project cleanup (#18) 2020-06-12 00:42:10 +00:00
.gitignore Switch to using Hugo. (#8) 2020-04-10 20:23:17 +00:00
config.toml Refactors and project cleanup (#18) 2020-06-12 00:42:10 +00:00
Dockerfile.dev AddBackendEngineerJob (#17) 2020-05-28 12:12:45 +00:00
Dockerfile.prod AddBackendEngineerJob (#17) 2020-05-28 12:12:45 +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.