This is a blog for recording my learning for Cloud Native/CNCF (k8s/Istio/...)
hugo server --minify
hugo mod init github.com/repo/path
Navigate to your hugo project root and add [module] section to your config.yaml
:
module:
imports:
- path: github.com/alex-shpak/hugo-book
Then, to load/update the theme module and run hugo:
hugo mod get -u
hugo server --minify