No description
Find a file
2025-02-22 16:51:56 +01:00
archetypes Initial blog template 2025-02-22 16:40:09 +01:00
content static, layouts and content migrated from old repo 2025-02-22 16:42:31 +01:00
layouts static, layouts and content migrated from old repo 2025-02-22 16:42:31 +01:00
static/css static, layouts and content migrated from old repo 2025-02-22 16:42:31 +01:00
themes Papermod theme added to the themes folder (https://github.com/adityatelange/hugo-PaperMod) 2025-02-22 16:48:24 +01:00
.gitignore Initial blog template 2025-02-22 16:40:09 +01:00
.gitmodules Papermod theme added to the themes folder (https://github.com/adityatelange/hugo-PaperMod) 2025-02-22 16:48:24 +01:00
hugo.yaml hugo.toml replaced with hugo.yaml from the old repo 2025-02-22 16:44:32 +01:00
README.md README.md created 2025-02-22 16:51:56 +01:00

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