1
0
Fork 0

Initial commit

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-09-07 17:59:39 +02:00
commit 11869bc37c
Signed by: jriou
GPG key ID: 9A099EDA51316854
50 changed files with 4575 additions and 0 deletions

51
hugo.toml Normal file
View file

@ -0,0 +1,51 @@
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