46 lines
946 B
TOML
46 lines
946 B
TOML
base_url = "https://minish.link"
|
|
title = "Minish"
|
|
description = "Mini Service d'auto-Hébergement pour des amis"
|
|
author = "Lyes Saadi"
|
|
default_language = "fr"
|
|
output_dir = "public"
|
|
|
|
theme = "ametrine"
|
|
compile_sass = true
|
|
build_search_index = false
|
|
|
|
[markdown]
|
|
|
|
[markdown.highlighting]
|
|
theme = "catppuccin-mocha"
|
|
|
|
[extra]
|
|
home_url = "@/_index.md"
|
|
accent_color = ["hsl(120, 100%, 30%)", "hsl(120, 100%, 30%)"]
|
|
katex = true
|
|
toc = false
|
|
show_copy_button = true
|
|
show_reading_time = true
|
|
show_backlinks = true
|
|
timezone = "Europe/Paris"
|
|
theme_switcher = true
|
|
date_locale = "fr_FR"
|
|
|
|
[extra.meta]
|
|
favicon = "icon.png"
|
|
apple_touch_icon = "icon.png"
|
|
# card = "card.png"
|
|
|
|
[extra.nav]
|
|
# icon = "icon.png"
|
|
links = [
|
|
{ url = "#", name = "Services", icon = "at" },
|
|
]
|
|
|
|
[extra.footer]
|
|
copyright = "© 2026 Lyes Saadi, CC-BY 4.0"
|
|
show_timestamp = true
|
|
show_powered_by = true
|
|
socials = [
|
|
# { url = "https://matrix.to/#/@lyessaadi:crans.org", icon = "matrix" }
|
|
]
|