This is the repository of my personal weblog.
The weblog is generated using hugo.
Don't forget to checkout submodules
git submodule init
git submodule update
Run hugo
:
hugo server -D
Once running, check the website by going on http://localhost:1313/weblog/
hugo new posts/deploying-and-testing-an-eks-cluster-with-terraform.md
Just commit & push. The CI will generate the website & deploy it.