diff --git a/README.md b/README.md index 1301228..6711d02 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This repository hosts my posts -Information about the theme: [beautifulhugo](./themes/beautifulhugo/README.md) +Information about the theme: [beautifulhugo](https://github.com/halogenica/beautifulhugo) diff --git a/go.mod b/go.mod index 475dce5..ee3038c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module github.com/renegrob/renegrob.github.io go 1.21.4 + +require github.com/halogenica/beautifulhugo v0.0.0-20231110164551-08cfb448c8fd // indirect diff --git a/hugo.toml b/hugo.toml index 9e81eea..970acca 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ baseURL = 'https://renegrob.github.io/' languageCode = 'en-us' title = "René Grob's Blog" -theme = 'beautifulhugo' +theme = "github.com/halogenica/beautifulhugo" diff --git a/themes/beautifulhugo b/themes/beautifulhugo deleted file mode 160000 index 08cfb44..0000000 --- a/themes/beautifulhugo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 08cfb448c8fdc63425dea4c8eeee69c21c45b614