config: fix deprecated options
All checks were successful
ci/woodpecker/push/deploy/2 Pipeline was successful
ci/woodpecker/cron/deploy/2 Pipeline was successful

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.
This commit is contained in:
Bruno BELANYI 2024-09-15 18:20:42 +01:00
parent 0350b58e7e
commit 23b108b299

View file

@ -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"