website/config.toml

25 lines
544 B
TOML
Raw Permalink Normal View History

2023-06-17 15:58:42 +02:00
# The URL the site will be built for
2024-03-24 11:57:34 +01:00
base_url = "https://www.filiprojek.cz"
2023-06-17 15:58:42 +02:00
title = "Filip Rojek"
compile_sass = true
2024-02-23 12:20:47 +01:00
minify_html = false
2023-06-17 15:58:42 +02:00
build_search_index = false
[markdown]
highlight_code = true
external_links_target_blank = true
2023-06-17 15:58:42 +02:00
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = true
[extra]
git = "https://git.filiprojek.cz/fr/website"
nav_items = [
{name="Home", path="/"},
2024-03-24 11:57:34 +01:00
#{name="About", path="/about"},
#{name="Projects", path="/projects/"},
#{name="Posts", path="/posts"}
2023-06-17 15:58:42 +02:00
]