69 lines
3.1 KiB
TOML
69 lines
3.1 KiB
TOML
base_url = "https://oniricorpe.eu"
|
|
|
|
output_dir = "www"
|
|
|
|
theme = "anemone"
|
|
|
|
build_search_index = false
|
|
compile_sass = false
|
|
default_language = "fr"
|
|
minify_html = false
|
|
generate_feed = 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 <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> & <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/veqev">veqev</a>.<br>
|
|
Le thème a été adapté à mes besoins et préférences. <a target="_blank" rel="noopener noreferrer" href="https://codeberg.org/OniriCorpe/log">Sources ici.</a><br>"""
|
|
404-title = "oh non ! 404 !"
|
|
404-text = "Quoi que vous cherchiez, ce n'est pas ici..."
|
|
|
|
[languages.en]
|
|
languageName = "English"
|
|
languageCode = "en"
|
|
generate_feed = 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 <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 & <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"
|
|
|
|
[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 = "/contacts", name_en = "/contacts/", name_fr = "/contacts/" },
|
|
]
|