No description
Find a file
2025-03-01 13:45:45 +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 Bookwyrm logo added to the PaperMod theme and svg.html is no longer neccesary (https://github.com/adityatelange/hugo-PaperMod/pull/1681) 2025-02-22 20:21:24 +01:00
static/css static, layouts and content migrated from old repo 2025-02-22 16:42:31 +01:00
themes PaperMod theme updated because I added the forgejo logo to the main repo (78ac395814) 2025-03-01 13:45:45 +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 updated on how to clone the repository and git init the submodules 2025-02-22 16:59:17 +01:00

My Hugo blog

Clonning the repository

git clone https://git.sudodnf.com/peps/blog.git
git submodule update --init --recursive

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