/weblog

Primary LanguagePython

Weblog

This is the repository of my personal weblog.

The weblog is generated using hugo.

Checkout

Don't forget to checkout submodules

git submodule init
git submodule update

Modify & check.

Run hugo:

hugo server -D

Once running, check the website by going on http://localhost:1313/weblog/

Create a new article

hugo new posts/deploying-and-testing-an-eks-cluster-with-terraform.md

Deploy

Just commit & push. The CI will generate the website & deploy it.