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
33
config.toml
33
config.toml
|
@ -1,30 +1,27 @@
|
||||||
base_url = "https://atgumx.gitlab.io/no-style-please/"
|
base_url = "https://otmp.4rs.nl"
|
||||||
title = "no style, please!"
|
description = "OxideTalis Messaging Protocol (OTMP) specification"
|
||||||
description = "A (nearly) no-CSS, fast, minimalist Zola theme."
|
title = "OxideTalis Messaging Protocol"
|
||||||
|
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
generate_feed = true
|
generate_feed = true
|
||||||
|
|
||||||
taxonomies = [
|
taxonomies = [
|
||||||
{ name = "tags" },
|
{name = "tags"},
|
||||||
{ name = "categories" },
|
{name = "categories"},
|
||||||
{ name = "contexts" },
|
{name = "contexts"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
highlight_code = true
|
highlight_code = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
author = "Ahmed Alaa"
|
author = "Awiteb"
|
||||||
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" },
|
|
||||||
]
|
|
||||||
footer_nav = [
|
footer_nav = [
|
||||||
{ name = "< previous", url = "#" },
|
{name = "Email", url = "mailto:a@4rs.nl", new_tab = true},
|
||||||
{ name = "webring", url = "#" },
|
{name = "PGP", url = "/pgp.asc", new_tab = true},
|
||||||
{ name = "next >", url = "#" },
|
{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