No description
- CSS 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| archetypes | ||
| content | ||
| static | ||
| themes | ||
| .gitignore | ||
| .gitmodules | ||
| hugo.yaml | ||
| README.md | ||
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