mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Use YAML for config fallback
This commit is contained in:
parent
1e72637a33
commit
efebe2a5de
24
config.toml
24
config.toml
@ -1,24 +0,0 @@
|
|||||||
[markup]
|
|
||||||
[markup.highlight]
|
|
||||||
noClasses = false
|
|
||||||
lineNos = true
|
|
||||||
|
|
||||||
[params]
|
|
||||||
readingtime = false
|
|
||||||
|
|
||||||
[taxonomies]
|
|
||||||
tag = "tags"
|
|
||||||
author = "authors"
|
|
||||||
|
|
||||||
[privacy]
|
|
||||||
[privacy.googleAnalytics]
|
|
||||||
disable = true
|
|
||||||
|
|
||||||
[privacy.twitter]
|
|
||||||
enableDNT = true
|
|
||||||
|
|
||||||
[privacy.vimeo]
|
|
||||||
enableDNT = true
|
|
||||||
|
|
||||||
[privacy.youtube]
|
|
||||||
privacyEnhanced = true
|
|
24
config.yaml
Normal file
24
config.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
markup:
|
||||||
|
highlight:
|
||||||
|
noClasses: false
|
||||||
|
lineNos: true
|
||||||
|
|
||||||
|
params:
|
||||||
|
readingtime: true
|
||||||
|
|
||||||
|
taxonomies:
|
||||||
|
tag: tags
|
||||||
|
author: authors
|
||||||
|
|
||||||
|
privacy:
|
||||||
|
googleAnalytics:
|
||||||
|
disable: true
|
||||||
|
|
||||||
|
twitter:
|
||||||
|
enableDNT: true
|
||||||
|
|
||||||
|
vimeo:
|
||||||
|
enableDNT: true
|
||||||
|
|
||||||
|
youtube:
|
||||||
|
privacyEnhanced: true
|
Loading…
Reference in New Issue
Block a user