website/config.toml

24 lines
511 B
TOML
Raw Normal View History

2023-06-17 15:58:42 +02:00
# The URL the site will be built for
base_url = "https://www.filiprojek.cz"
title = "Filip Rojek"
compile_sass = true
minify_html = true
build_search_index = false
[markdown]
highlight_code = true
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="/"},
2023-09-20 17:03:40 +02:00
# {name="About", path="/about"},
# {name="Projects", path="/projects/"},
{name="Contact me", path="/contact/"},
2023-06-17 15:58:42 +02:00
]