Kien Pham Blog
Create new post
hugo new posts/post-title.md
Start a local server
hugo server
Publish
hugo -D
Update theme
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git submodule update --init --recursive