1
0
em.0x45.cz/config.toml

21 lines
367 B
TOML

base_url = "https://em.0x45.cz"
title = "em.0x45.cz"
compile_sass = true
build_search_index = false
taxonomies = [
{name = "categories", feed = false}
]
[markdown]
highlight_code = true
smart_punctuation = true
[extra]
nav = [
{title = "Index", path = "/"},
{title = "About", path = "/about/"},
{title = "All posts", path = "/posts/"}
]
latest_posts_count = 3