Changed wrong url for installation of theme

This commit is contained in:
Stephan Hadan 2025-01-29 09:34:18 +01:00
parent 21e652e38a
commit e9f068487f

View file

@ -35,7 +35,8 @@ To see more, [check out my blog which is rendered with this theme](https://reakt
Inside the folder of your Hugo site run: Inside the folder of your Hugo site run:
$ mkdir themes $ mkdir themes
$ git submodule add https://git.hadan-it.com/web/reaktionsfaehig.net.git themes/internet-weblog $ git submodule add https://git.hadan-it.com/stiebke/hugo-internet-weblog.git themes/internet-weblog
$ echo "theme = 'internet-weblog'" >> hugo.toml
For more information read the official [setup guide](https://gohugo.io/installation/) for Hugo. For more information read the official [setup guide](https://gohugo.io/installation/) for Hugo.