2024-06-01 11:42:16 +02:00
|
|
|
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 = [
|
2024-06-01 11:42:16 +02:00
|
|
|
{name = "tags"},
|
|
|
|
{name = "categories"},
|
|
|
|
{name = "contexts"},
|
2022-12-03 20:01:01 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[markdown]
|
|
|
|
highlight_code = true
|
|
|
|
|
|
|
|
[extra]
|
2024-06-05 08:36:08 +02:00
|
|
|
logo = "/otmp_logo.svg"
|
2024-06-01 15:50:38 +02:00
|
|
|
ar_footer_nav = [
|
2024-06-05 08:48:27 +02:00
|
|
|
{name = "البريد الإلكتروني", url = "mailto:otmp@4rs.nl", new_tab = true},
|
2024-06-01 15:50:38 +02:00
|
|
|
{name = "مفتاح PGP", url = "/pgp.asc", new_tab = true},
|
2024-06-05 08:48:27 +02:00
|
|
|
{name = "الشِفرة", url = "https://git.4rs.nl/OxideTalis/otmp_site", new_tab = true},
|
2024-06-01 15:50:38 +02:00
|
|
|
]
|
2024-06-01 11:42:16 +02:00
|
|
|
author = "Awiteb"
|
|
|
|
footer_nav = [
|
2024-06-05 08:48:27 +02:00
|
|
|
{name = "Email", url = "mailto:otmp@4rs.nl", new_tab = true},
|
2024-06-01 11:42:16 +02:00
|
|
|
{name = "PGP", url = "/pgp.asc", new_tab = true},
|
2024-06-05 08:48:27 +02:00
|
|
|
{name = "Source", url = "https://git.4rs.nl/OxideTalis/otmp_site", new_tab = true},
|
2024-06-01 11:42:16 +02:00
|
|
|
]
|
2022-12-05 13:48:27 +01:00
|
|
|
header_nav = [
|
2024-06-01 11:42:16 +02:00
|
|
|
{name = "English", url = "/"},
|
|
|
|
{name = "العربية", url = "/ar/"},
|
2022-12-05 13:48:27 +01:00
|
|
|
]
|