36 lines
635 B
YAML
36 lines
635 B
YAML
# Global options
|
|
baseURL: https://blog.chosto.me
|
|
defaultContentLanguage: fr
|
|
enableEmoji: true
|
|
enableGitInfo: true
|
|
footnoteReturnLinkContents: ↩
|
|
languageCode: fr-fr
|
|
languageName: Français
|
|
watch: true
|
|
paginate: 5
|
|
summaryLength: 50
|
|
|
|
permalinks:
|
|
# All pages under posts section will have this link structure
|
|
posts: /:sections/:title/
|
|
# For root section, just use title
|
|
/: :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
|
|
|
|
theme:
|
|
- chosto
|