otmp_site/config.toml

33 lines
876 B
TOML
Raw Normal View History

base_url = "https://otmp.4rs.nl"
description = "OxideTalis Messaging Protocol (OTMP) specification"
title = "OxideTalis Messaging Protocol"
2022-12-03 20:01:01 +01:00
compile_sass = true
generate_feed = true
taxonomies = [
{name = "tags"},
{name = "categories"},
{name = "contexts"},
2022-12-03 20:01:01 +01:00
]
[markdown]
highlight_code = true
[extra]
ar_footer_nav = [
{name = "الايميل", url = "mailto:a@4rs.nl", new_tab = true},
{name = "مفتاح PGP", url = "/pgp.asc", new_tab = true},
{name = "الشِفرة", url = "https://git.4rs.nl/awiteb/otmp_site", new_tab = true},
]
author = "Awiteb"
footer_nav = [
{name = "Email", url = "mailto:a@4rs.nl", new_tab = true},
{name = "PGP", url = "/pgp.asc", new_tab = true},
{name = "Source", url = "https://git.4rs.nl/awiteb/otmp_site", new_tab = true},
]
header_nav = [
{name = "English", url = "/"},
{name = "العربية", url = "/ar/"},
]