base_url = "https://oniricorpe.eu"
title = "OniriCorpe"
output_dir = "public"
theme = "anemone"
build_search_index = false
compile_sass = false
default_language = "fr"
minify_html = false
generate_feeds = true
[translations]
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 MIT.
Façonné avec Zola, le thème anemone, le framework suCSS & veqev.
Le thème a été adapté à mes besoins et préférences. Sources ici.
"""
404-title = "oh non ! 404 !"
404-text = "Quoi que vous cherchiez, ce n'est pas ici..."
[languages.en]
generate_feeds = true
[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 MIT.
Built using Zola, anemone theme, suCSS framework & veqev.
The theme has been customized to my needs and preferences. Sources here.
"""
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"
# Whether to set decoding="async" and loading="lazy" for all images
# When turned on, the alt text must be plain text.
# For example, `` is ok but `` isn’t ok
lazy_async_image = true
[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 = [
{ 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" },
]
header_nav_delimiter = "∴"