diff --git a/hugo.toml b/hugo.toml index 03e0710..2b67d16 100644 --- a/hugo.toml +++ b/hugo.toml @@ -17,10 +17,23 @@ theme = "gohugo-theme-ananke" weight = 5 contentDir = "content" -[[params.ananke_socials]] -name = "linkedin" -url = "https://www.linkedin.com/company/m82-project/" -[[params.ananke_socials]] -name = "github" -url = "https://github.com/M82-project/" +[params.ananke.social.share] +networks = [ + "github", + "linkedin" +] + +[params.ananke.social.follow] +networks = [ + "github", + "linkedin" +] + +[params.ananke.social] +[params.ananke.social.github] +profilelink = "https://www.github.com/M82-Project/" + +[params.ananke.social.linkedin] +profilelink = "https://www.linkedin.com/company/m82-project/" + diff --git a/netlify.toml b/netlify.toml index d0619d8..803365b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "v0.121.1" + HUGO_VERSION = "v0.136.5" [context.production] command = "hugo --gc --minify --baseURL https://chipper-klepon-ab7771.netlify.app"