Hugo code base for https://iamdexterpark.github.io
All commands are meant to run under the blog
directory.
hugo new pages/about.md
hugo new posts/my-first-post.md
hugo server
hugo -t PaperMod
git add .
git commit -m "commit message"
git push origin main
# Update submodule pointing towards site repo
cd public
git add .
git commit -m "commit message"
git push origin main