21 lines
418 B
TOML
21 lines
418 B
TOML
base_url = "https://minish.link"
|
|
title = "minish.link"
|
|
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.nav]
|
|
# icon = "icon.png"
|
|
links = [
|
|
{ url = "#", name = "Services", icon = "newspaper" },
|
|
]
|