Hugo Instructions

Cloning And Updating

  1. Theme being used: PaperMod

  2. Take care while cloning:

git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
  1. To update the theme:
git submodule update --remote --merge

Deploying

Automated via the GitHub Action. Tutorial.

Resources

  1. This video.
  2. How to add HTML in blog posts. This.