2021-12-02 10:44:45 +01:00
|
|
|
base_url = "https://em.0x45.cz"
|
|
|
|
title = "em.0x45.cz"
|
|
|
|
compile_sass = true
|
|
|
|
build_search_index = false
|
|
|
|
|
2021-12-03 22:59:23 +01:00
|
|
|
taxonomies = [
|
|
|
|
{name = "categories", feed = false}
|
|
|
|
]
|
|
|
|
|
2021-12-02 10:44:45 +01:00
|
|
|
[markdown]
|
2021-12-03 22:28:16 +01:00
|
|
|
highlight_code = true
|
2021-12-02 13:17:16 +01:00
|
|
|
smart_punctuation = true
|
2021-12-02 11:13:36 +01:00
|
|
|
|
|
|
|
[extra]
|
|
|
|
nav = [
|
|
|
|
{title = "Index", path = "/"},
|
|
|
|
{title = "About", path = "/about/"},
|
|
|
|
{title = "All posts", path = "/posts/"}
|
|
|
|
]
|
2021-12-02 11:53:48 +01:00
|
|
|
latest_posts_count = 3
|