Hugo PaperMod Theme Setup
1 2 3 4 5 6 7 8 9 10 11 # install hugo: https://gohugo.io/installation/ hugo version # hugo v0.119.0-b84644c008e0dc2c4b67bd69cccf87a41a03937e linux/amd64 BuildDate=2023-09-24T15:20:17Z VendorInfo=gohugoio hugo new site <name of site> -f yml cd <name of site> # install hugo-PaperMod git submodule add --depth=1 https://github.com/funfungho/hugo-PaperMod.git themes/PaperMod git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically) hugo new posts/first_post.md KaTeX: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 <!...