blog/README.md
2025-02-22 16:51:56 +01:00

343 B

My Hugo blog

How I installed the PaperMod theme

git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)

To update it:

git submodule update --remote --merge