No description
Find a file
2025-03-21 13:12:41 +01:00
archetypes Initial blog template 2025-02-22 16:40:09 +01:00
content 📑 New article added: SaaSS como estilo de vida 2025-03-21 12:54:58 +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 🏗 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 🏗 Default language changed to Spanish with defaultContentLanguage and date format changed with params.dateFormat in hugo.yaml 2025-03-21 13:12:41 +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