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

31 lines
678 B
TOML
Raw Normal View History

2021-12-02 10:44:45 +01:00
base_url = "https://em.0x45.cz"
2024-01-19 09:09:39 +01:00
title = "Emil Miler"
2021-12-02 10:44:45 +01:00
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
2024-01-19 09:26:59 +01:00
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
2021-12-02 11:13:36 +01:00
[extra]
nav = [
{title = "Index", path = "/"},
{title = "About", path = "/about/"},
2024-01-19 09:31:08 +01:00
{title = "Search", path = "/posts/"},
2022-06-06 23:19:09 +02:00
{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"