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

29 lines
600 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
2024-10-01 13:50:13 +02:00
generate_feeds = true
2021-12-14 21:03:30 +01:00
taxonomies = [
{name = "categories", feed = false}
]
2021-12-02 10:44:45 +01:00
[markdown]
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
2026-01-26 12:44:41 +01:00
[markdown.highlighting]
light_theme = "github-light"
dark_theme = "github-dark"
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/"},
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"