mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
31.06.2025 4c02c19e519fbe75e8de1c51f07274a68eacefe6
exampleSite/config.toml
@@ -1,6 +1,6 @@
title = "Notre-Dame de Paris"
baseURL = "https://gohugo-theme-ananke.pages.dev"
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
theme = ["github.com/theNewDynamic/gohugo-theme-ananke/v2"]
resourceDir = "../resources"
defaultContentLanguage = "en"
@@ -57,7 +57,8 @@
networks = [
  "facebook",
  "bluesky",
  "linkedin"
  "linkedin",
  "wikipedia"
]
[params.ananke.social.facebook]
@@ -69,3 +70,13 @@
[params.ananke.social.bluesky]
username = "kollitsch.dev"
[params.ananke.social.wikipedia]
username = "wikipedia_article"
[params.ananke.social.networks.wikipedia]
slug = "wikipedia"
label = "Wikipedia"
color = "#0645ad"
profile = "https://en.wikipedia.org/wiki/%s"
icon = "wikipedia-w"