chore: Update the config
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
0cd4a85f36
commit
582b9918aa
1 changed files with 15 additions and 18 deletions
25
config.toml
25
config.toml
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
|
@ -15,16 +15,13 @@ taxonomies = [
|
|||
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/"},
|
||||
]
|
Loading…
Reference in a new issue