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"