website/config.toml

77 lines
3.4 KiB
TOML
Raw Normal View History

2024-06-20 04:55:27 +02:00
base_url = "https://oniricorpe.eu"
2024-06-21 00:17:07 +02:00
title = "OniriCorpe"
2024-06-20 04:55:27 +02:00
2024-06-20 05:18:44 +02:00
output_dir = "public"
2024-06-20 04:55:27 +02:00
theme = "anemone"
build_search_index = false
compile_sass = false
default_language = "fr"
minify_html = false
generate_feeds = true
2024-06-20 04:55:27 +02:00
2025-05-06 00:47:30 +02:00
[translations]
2024-06-20 04:55:27 +02:00
published-on = "Publié le :"
published-by = "Par"
license = "Licence :"
table-of-contents = "Table des matières"
read-more = "📄 Voir la liste complète..."
license-text = "Sauf mention contraire, le contenu est mien et sous license"
credit-text = """Le thème et couleurs sont sous license <a target="_blank" rel="noopener noreferrer" href="https://en.wikipedia.org/wiki/Licence_MIT">MIT</a>.<br>
Façonné avec <a target="_blank" rel="noopener noreferrer" href="https://www.getzola.org">Zola</a>, le thème <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/anemone">anemone</a>, le framework <a target="_blank" rel="noopener noreferrer" href="https://speyll.github.io/suCSS/">suCSS</a> &amp; <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/veqev">veqev</a>.<br>
2024-06-20 05:18:44 +02:00
Le thème a été adapté à mes besoins et préférences. <a target="_blank" rel="noopener noreferrer" href="https://codeberg.org/OniriCorpe/website">Sources ici.</a><br>"""
2024-06-20 04:55:27 +02:00
404-title = "oh non ! 404 !"
404-text = "Quoi que vous cherchiez, ce n'est pas ici..."
[languages.en]
2025-05-06 00:51:27 +02:00
generate_feeds = true
2024-06-20 04:55:27 +02:00
[languages.en.translations]
published-on = "Published on:"
published-by = "By"
license = "License:"
table-of-contents = "Table of contents"
read-more = "📄 See the complete list..."
license-text = "Except otherwise noted, contents are my own and licensed under"
credit-text = """Theme and color theme licensed under <a target="_blank" rel="noopener noreferrer" href="https://en.wikipedia.org/wiki/Licence_MIT">MIT</a>.<br>
Built using <a target="_blank" rel="noopener noreferrer" href="https://www.getzola.org">Zola</a>, <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/anemone">anemone</a> theme, <a target="_blank" rel="noopener noreferrer" href="https://speyll.github.io/suCSS/">suCSS</a> framework &amp; <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/veqev">veqev</a>.<br>
The theme has been customized to my needs and preferences. <a target="_blank" rel="noopener noreferrer" href="https://codeberg.org/OniriCorpe/website">Sources here.</a><br>"""
404-title = "oh no! 404!"
404-text = "Whatever you're looking for, it's not here..."
[markdown]
highlight_code = true
highlight_theme = "dracula"
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
[link_checker]
internal_level = "warn"
external_level = "error"
2024-06-20 21:52:47 +02:00
# Whether to set decoding="async" and loading="lazy" for all images
# When turned on, the alt text must be plain text.
# For example, `![xx](...)` is ok but `![*x*x](...)` isnt ok
lazy_async_image = true
2024-06-20 04:55:27 +02:00
[extra]
author = "OniriCorpe"
display_author = false
default_theme = "dark"
twitter_card = false
list_pages = true
footer_content_license = "CC BY-NC-SA 4.0"
footer_content_license_link = "https://creativecommons.org/licenses/by-nc-sa/4.0/"
header_nav = [
2024-06-21 00:29:14 +02:00
{ url = "/", name_en = "root", name_fr = "racine" },
{ url = "/log", name_en = "log", name_fr = "log" },
{ url = "/bidouilles", name_en = "tinkering", name_fr = "bidouilles" },
{ url = "/frens", name_en = "frens", name_fr = "potes" },
{ url = "/contacts", name_en = "contacts", name_fr = "contacts" },
2024-06-20 04:55:27 +02:00
]
2024-06-22 00:00:42 +02:00
header_nav_delimiter = "∴"