Sources for my blog
It's powered by hugo
make theme
make serve
Google analytics will be disabled when serving files locally. To enable it environment variable
HUGO_ENV=production
must be defined (passed to docker image building serving site).
Deployment is automatically executed when commit is pushed on master branch. It can be triggered manually using:
make deploy