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

28 lines
576 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
2022-04-24 12:14:55 +02:00
generate_feed = true
2021-12-14 21:03:30 +01:00
feed_filename = "atom.xml"
2022-04-24 12:14:55 +02:00
feed_limit = 10
2021-12-14 21:03:30 +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
highlight_theme = "kronuz"
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/"},
2022-06-06 23:19:09 +02:00
{title = "Posts", path = "/posts/"},
{title = "Categories", path = "/categories/", mobile_only = true}
2021-12-02 11:13:36 +01:00
]
2021-12-02 11:53:48 +01:00
latest_posts_count = 3
2022-09-27 21:18:02 +02:00
repository_url = "https://git.0x45.cz/em/em.0x45.cz"