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

24 lines
417 B
TOML
Raw Normal View History

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-14 21:03:30 +01:00
generate_feed = false
feed_filename = "atom.xml"
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