1
0
em.0x45.cz/config.toml
2022-09-27 21:18:02 +02:00

27 lines
549 B
TOML

base_url = "https://em.0x45.cz"
title = "em.0x45.cz"
compile_sass = true
build_search_index = false
generate_feed = true
feed_filename = "atom.xml"
feed_limit = 10
taxonomies = [
{name = "categories", feed = false}
]
[markdown]
highlight_code = true
smart_punctuation = true
[extra]
nav = [
{title = "Index", path = "/"},
{title = "About", path = "/about/"},
{title = "Posts", path = "/posts/"},
{title = "Categories", path = "/categories/", mobile_only = true}
]
latest_posts_count = 3
repository_url = "https://git.0x45.cz/em/em.0x45.cz"