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.
This commit is contained in:
parent
0350b58e7e
commit
23b108b299
|
@ -6,8 +6,6 @@ theme:
|
||||||
- "hugo-atom-feed"
|
- "hugo-atom-feed"
|
||||||
- "anubis"
|
- "anubis"
|
||||||
paginate: 5
|
paginate: 5
|
||||||
disqusShortname: ""
|
|
||||||
googleAnalytics: ""
|
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
|
|
||||||
|
@ -69,6 +67,12 @@ params:
|
||||||
pingback: true
|
pingback: true
|
||||||
mathjax: true
|
mathjax: true
|
||||||
|
|
||||||
|
services:
|
||||||
|
disqus:
|
||||||
|
shortname: ""
|
||||||
|
googleAnalytics:
|
||||||
|
ID: ""
|
||||||
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
category: "categories"
|
category: "categories"
|
||||||
tag: "tags"
|
tag: "tags"
|
||||||
|
|
Loading…
Reference in a new issue