website/config.toml
Filip Rojek b022a4ae37
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s
Changes for master
2024-03-24 11:57:34 +01:00

25 lines
544 B
TOML

# The URL the site will be built for
base_url = "https://www.filiprojek.cz"
title = "Filip Rojek"
compile_sass = true
minify_html = false
build_search_index = false
[markdown]
highlight_code = true
external_links_target_blank = 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="/"},
#{name="About", path="/about"},
#{name="Projects", path="/projects/"},
#{name="Posts", path="/posts"}
]