From 582b9918aa63e63001c1362ec80c3a22aee5c53e Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sat, 1 Jun 2024 12:42:16 +0300 Subject: [PATCH] chore: Update the config Signed-off-by: Awiteb --- config.toml | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/config.toml b/config.toml index eff0727..d3f9f56 100644 --- a/config.toml +++ b/config.toml @@ -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 = "#" }, -] \ No newline at end of file + {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/"}, +]