51 lines
1.2 KiB
TOML
51 lines
1.2 KiB
TOML
defaultContentLanguage = "fr"
|
|
baseurl = "https://voyages.riou.xyz"
|
|
title = "Voyages"
|
|
theme = "hugo-theme-cleanwhite"
|
|
languageCode = "fr-fr"
|
|
preserveTaxonomyNames = true
|
|
hasCJKLanguage = true
|
|
|
|
[pagination]
|
|
pagerSize = 5
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS"]
|
|
|
|
[params]
|
|
icp = "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)"
|
|
showtoc = false
|
|
header_image = "img/home-bg.jpg"
|
|
SEOTitle = "Voyages de Julien Riou"
|
|
description = "Voyages de Julien Riou"
|
|
keyword = "voyages blog julien riou"
|
|
upstreamAttribution = true
|
|
image_404 = "img/404-bg.jpg"
|
|
title_404 = "La page demandée n'existe pas"
|
|
omit_categories = true
|
|
last_posts = true
|
|
last_posts_title = "DERNIERS ARTICLES"
|
|
last_posts_count = 10
|
|
custom_css = ["css/main.css"]
|
|
|
|
[params.social]
|
|
rss = true
|
|
flickr = "https://www.flickr.com/photos/riouj/albums"
|
|
mastodon = "https://hachyderm.io/@jriou"
|
|
|
|
[[params.additional_menus]]
|
|
title = "Années"
|
|
href = "/articles/"
|
|
[[params.additional_menus]]
|
|
title = "Pays"
|
|
href = "/pays/"
|
|
|
|
[markup]
|
|
[markup.tableOfContents]
|
|
endLevel = 2
|
|
startLevel = 1
|
|
[markup.highlight]
|
|
style = "dracula"
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|