blog/config.yaml

35 lines
617 B
YAML
Raw Normal View History

2021-05-11 10:01:24 +02:00
# Global options
baseURL: https://blog.chosto.me
defaultContentLanguage: fr
enableEmoji: true
enableGitInfo: true
footnoteReturnLinkContents:
languageCode: fr-fr
languageName: Français
watch: true
2021-05-18 15:29:05 +02:00
paginate: 5
2021-05-11 10:01:24 +02:00
permalinks:
# All pages under posts section will have this link structure
2021-05-11 11:56:23 +02:00
posts: /:sections/:title/
# For root section, just use title
/: :title
2021-05-11 10:01:24 +02:00
# Disable all privacy unfriendly stuff
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: true
vimeo:
disable: true
youtube:
disable: true
2021-05-18 16:22:28 +02:00
theme:
- chosto