otmp_site/config.toml

30 lines
758 B
TOML
Raw Normal View History

base_url = "https://atgumx.gitlab.io/no-style-please/"
2022-12-03 20:01:01 +01:00
title = "no style, please!"
description = "A (nearly) no-CSS, fast, minimalist Zola theme."
compile_sass = true
generate_feed = true
taxonomies = [
{ name = "tags" },
2022-12-03 20:01:01 +01:00
{ name = "categories" },
{ name = "contexts" },
2022-12-03 20:01:01 +01:00
]
[markdown]
highlight_code = true
[extra]
author = "Ahmed Alaa"
logo = "images/logo.png"
header_nav = [
2024-03-13 13:48:05 +01:00
{ 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 = [
{ name = "< previous", url = "#" },
{ name = "webring", url = "#" },
{ name = "next >", url = "#" },
]