From 23b108b2995b3a6f5ab3179b2d43df376faf9a91 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 15 Sep 2024 18:20:42 +0100 Subject: [PATCH] config: fix deprecated options Unfortunately, my theme is still using the deprecated options and its code, and has been archived upstream... Maybe that will force me to move to writing my own theme in the future instead. --- config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index b0aadf8..7dc9e41 100644 --- a/config.yaml +++ b/config.yaml @@ -6,8 +6,6 @@ theme: - "hugo-atom-feed" - "anubis" paginate: 5 -disqusShortname: "" -googleAnalytics: "" enableRobotsTXT: true enableEmoji: true @@ -69,6 +67,12 @@ params: pingback: true mathjax: true +services: + disqus: + shortname: "" + googleAnalytics: + ID: "" + taxonomies: category: "categories" tag: "tags"