No description
Find a file
2025-03-23 22:21:47 +01:00
archetypes Initial blog template 2025-02-22 16:40:09 +01:00
content 🛠 Fixed title in rss and added rss social icon 2025-03-22 22:21:03 +01:00
layouts 🛠 Edited fediverse:creator meta tag from @pepe to @peps 2025-03-23 22:17:38 +01:00
static 🏗 Icon and favicon added to /static folder and in hugo.yaml 2025-03-21 12:42:50 +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 🛠 Edited mastodon social icon link from @pepe to @peps 2025-03-23 22:21:47 +01:00
README.md 🛠 Fixed some styling in the hugo.yaml and in README.md 2025-03-22 20:24:58 +01:00

My Hugo blog

Clonning the repository

git clone https://git.sudodnf.com/peps/blog.git
cd blog
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