website/README.md
steverusso 1b2686c3eb Switch to using Hugo. (#8)
Added all the things.

Updated gitignore and README.

Removed all the things.

Reviewed-by: jeff <jeff@simplesystems.tech>
2020-04-10 20:23:17 +00:00

27 lines
608 B
Markdown

# Simple Systems Website
Built using [Hugo](https://gohugo.io/getting-started/installing/)
## 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`.