This repo hosts the Gigi Zone blog. It is generated by Hugo using the Ananke theme.
To add a new post type (change the year, month and post filename as appropriate):
hugo new content content/posts/2024/03/eks-ip-address-assignment.md
- Add posts to content/posts//
- Test locally with
hugo serve
- Git add, commit and push at will in 'draft' mode
- when you're ready to publish remove the
draft = true
from the front matter
This part is here just to keep track of the process in case I want to create another one.
Follow the instructions here: https://gohugo.io/getting-started/quick-start/
THe blog is hosted on GitHub pages. Check out https://gohugo.io/hosting-and-deployment/hosting-on-github/