README.md updated on how to clone the repository and git init the submodules

This commit is contained in:
peps 2025-02-22 16:59:17 +01:00
parent 9e12d4b455
commit 14aba63a8b

View file

@ -1,10 +1,19 @@
# My Hugo blog
## Clonning the repository
```sh
git clone https://git.sudodnf.com/peps/blog.git
git submodule update --init --recursive
```
## How I installed the PaperMod theme
```sh
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:
```sh