otmp_site/config.toml
Awiteb 7df9a8ae19
All checks were successful
Build site / Rust CI (push) Successful in 4s
chore: Update the email and source
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-05 09:48:27 +03:00

33 lines
933 B
TOML

base_url = "https://otmp.4rs.nl"
description = "OxideTalis Messaging Protocol (OTMP) specification"
title = "OxideTalis Messaging Protocol"
compile_sass = true
generate_feed = true
taxonomies = [
{name = "tags"},
{name = "categories"},
{name = "contexts"},
]
[markdown]
highlight_code = true
[extra]
logo = "/otmp_logo.svg"
ar_footer_nav = [
{name = "البريد الإلكتروني", url = "mailto:otmp@4rs.nl", new_tab = true},
{name = "مفتاح PGP", url = "/pgp.asc", new_tab = true},
{name = "الشِفرة", url = "https://git.4rs.nl/OxideTalis/otmp_site", new_tab = true},
]
author = "Awiteb"
footer_nav = [
{name = "Email", url = "mailto:otmp@4rs.nl", new_tab = true},
{name = "PGP", url = "/pgp.asc", new_tab = true},
{name = "Source", url = "https://git.4rs.nl/OxideTalis/otmp_site", new_tab = true},
]
header_nav = [
{name = "English", url = "/"},
{name = "العربية", url = "/ar/"},
]