blog/config.yaml

29 lines
543 B
YAML

# Global options
baseURL: https://blog.chosto.me
defaultContentLanguage: fr
enableEmoji: true
enableGitInfo: true
footnoteReturnLinkContents:
languageCode: fr-fr
languageName: Français
watch: true
# All pages under posts section will have this link structure
permalinks:
posts: /:year/:month/:day/:title/
# Disable all privacy unfriendly stuff
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: true
vimeo:
disable: true
youtube:
disable: true