chore: Update the config

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-06-01 12:42:16 +03:00
parent 0cd4a85f36
commit 582b9918aa
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -1,30 +1,27 @@
base_url = "https://atgumx.gitlab.io/no-style-please/"
title = "no style, please!"
description = "A (nearly) no-CSS, fast, minimalist Zola theme."
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" },
{name = "tags"},
{name = "categories"},
{name = "contexts"},
]
[markdown]
highlight_code = true
[extra]
author = "Ahmed Alaa"
logo = "images/logo.png"
header_nav = [
{ name = "~home", url = "/no-style-please/" },
{ name = "#tags", url = "/no-style-please/tags" },
{ name = "+categories", url = "/no-style-please/categories" },
{ name = "@contexts", url = "/no-style-please/contexts" },
]
author = "Awiteb"
footer_nav = [
{ name = "< previous", url = "#" },
{ name = "webring", url = "#" },
{ name = "next >", url = "#" },
{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/OxideTalis_site", new_tab = true},
]
header_nav = [
{name = "English", url = "/"},
{name = "العربية", url = "/ar/"},
]