diff --git a/.gitmodules b/.gitmodules index 0042e74..2693c75 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "themes/bar-filipo.de-theme"] path = themes/bar-filipo.de-theme url = git@git.oxygin.net:jsauer/bar-filipo.de-theme.git -[submodule "themes/plausible-hugo"] - path = themes/plausible-hugo - url = https://github.com/divinerites/plausible-hugo.git diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index b5a3908..8394b1c 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -3,7 +3,7 @@ ## ----------------------------------------------- title = 'Bar Filipo' -theme = ['bar-filipo.de-theme', 'plausible-hugo'] +theme = ['bar-filipo.de-theme'] copyright = "2024" ## ----------------------------------------------- @@ -42,10 +42,3 @@ disableKinds = ["taxonomy", "section"] [Params.privacy] url = "datenschutz" label = "Datenschutz" - -[Params.plausible] - enable = true - domain = "bar-filipo.de" - selfhosted_domain = "plausible.oxygin.net" - gitstar = false - outbound_link = true diff --git a/config/staging/hugo.toml b/config/staging/hugo.toml index ad7ad7e..3c14354 100644 --- a/config/staging/hugo.toml +++ b/config/staging/hugo.toml @@ -3,6 +3,3 @@ ## ----------------------------------------------- baseURL = "https://staging.bar-filipo.de/" - -[Params.plausible] - enable = false \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b4eec31..f8b748b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,10 +4,10 @@