75 lines
1.8 KiB
TOML
Executable file
75 lines
1.8 KiB
TOML
Executable file
base_url = "https://garagehq.deuxfleurs.fr"
|
|
title = "Garage HQ"
|
|
description = "An open-source distributed object storage service tailored for self-hosting"
|
|
default_language = "en"
|
|
output_dir = "public"
|
|
compile_sass = true
|
|
minify_html = false
|
|
ignored_content = []
|
|
generate_feed = true
|
|
feed_filename = "rss.xml"
|
|
hard_link_static = false
|
|
build_search_index = true
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
extra_syntaxes = []
|
|
render_emoji = true
|
|
external_links_target_blank = true
|
|
external_links_no_follow = true
|
|
external_links_no_referrer = true
|
|
smart_punctuation = false
|
|
|
|
[link_checker]
|
|
skip_prefixes = [
|
|
"http://[2001:db8::]/",
|
|
]
|
|
skip_anchor_prefixes = [
|
|
"https://caniuse.com/",
|
|
]
|
|
|
|
[slugify]
|
|
paths = "on"
|
|
taxonomies = "on"
|
|
anchors = "on"
|
|
|
|
[search]
|
|
include_title = true
|
|
include_description = false
|
|
include_path = false
|
|
include_content = true
|
|
|
|
[extra]
|
|
katex.enabled = false
|
|
katex.auto_render = false
|
|
chart.enabled = false
|
|
mermaid.enabled = true
|
|
galleria.enabled = false
|
|
navbar_items = [
|
|
{code = "en", nav_items = [
|
|
{ url = "$BASE_URL/", name = "Overview" },
|
|
{ url = "$BASE_URL/documentation/", name = "Docs" },
|
|
{ url = "$BASE_URL/blog/", name = "Blog" }
|
|
]},
|
|
]
|
|
|
|
[extra.favicon]
|
|
favicon_16x16 = "/icons/favicon-16x16.png"
|
|
favicon_32x32 = "/icons/favicon-32x32.png"
|
|
apple_touch_icon = "/icons/apple-touch-icon.png"
|
|
webmanifest = "/icons/site.webmanifest"
|
|
|
|
[extra.organization]
|
|
name = "Aerogramme"
|
|
description = "Resilient & standards-compliant open-source IMAP server with server-side encryption "
|
|
logo = "/logo/aerogramme-600.svg"
|
|
logo_simple = "/images/garage-logo-simple.svg"
|
|
logo_horizontal = "/images/garage-logo-horizontal.svg"
|
|
|
|
[extra.author]
|
|
name = "Aerogramme"
|
|
avatar = "/images/garage-logo.svg"
|
|
|
|
[extra.social]
|
|
git = "https://git.deuxfleurs.fr/Deuxfleurs/aerogramme"
|
|
email = "garagehq@deuxfleurs.fr"
|