First website
This commit is contained in:
parent
65e13686ce
commit
6beb559a2c
8 changed files with 172 additions and 2 deletions
29
zola.toml
29
zola.toml
|
|
@ -1,5 +1,5 @@
|
|||
base_url = "https://minish.link"
|
||||
title = "minish.link"
|
||||
title = "Minish"
|
||||
description = "Mini Service d'auto-Hébergement pour des amis"
|
||||
author = "Lyes Saadi"
|
||||
default_language = "fr"
|
||||
|
|
@ -14,8 +14,33 @@ build_search_index = false
|
|||
[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 = "newspaper" },
|
||||
{ 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" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue