From 4c02c19e519fbe75e8de1c51f07274a68eacefe6 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <patrick@davids-neighbour.com> Date: Fri, 31 Jan 2025 00:06:00 +0000 Subject: [PATCH] theme(fix): update module paths to v2 --- exampleSite/config.toml | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 677912d..591fb40 100644 --- a/exampleSite/config.toml +++ b/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" -- Gitblit v1.10.0