Fixed wrong url for installation of theme #16

Merged
stephan.hadan merged 1 commit from hotfix/documentation-fix-wrong-installation-url into main 2025-01-29 09:35:46 +01:00

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:
$ 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.