No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-21 23:51:10 +02:00
archetypes ☁️ Initial blog template 2026-03-02 23:12:03 +01:00
content 📑 Sección Ahora añadida al archivo 2026-05-21 23:51:10 +02:00
static 🔄 Theme changed to hugo-newspaper 2026-03-02 23:12:04 +01:00
themes 🔁Theme updated to enable the Mastodon Verification and Fediverse Creator thing 2026-03-02 23:12:04 +01:00
.gitignore ☁️ Initial blog template 2026-03-02 23:12:03 +01:00
.gitmodules ⚙️ Updated .gitmodules 2026-03-02 23:12:04 +01:00
hugo.yaml 📑 Sección Ahora añadida al archivo 2026-05-21 23:51:10 +02:00
README.md 📦 Links a code.renegade.es arreglados 2026-05-21 23:14:30 +02:00

My Hugo blog

Clonning the repository

git clone https://code.renegade.es/peps/blog.git
cd blog
git submodule update --init --recursive

How I installed the Newspaper theme

git submodule add --depth=1 https://codeberg.org/peps/hugo-newspaper.git themes/Newspaper
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