1
0

zola folder structure

This commit is contained in:
2023-09-19 19:15:03 +02:00
parent 0a4ec257f2
commit 678c3fcb72
11 changed files with 153 additions and 0 deletions

20
config.toml Normal file
View File

@@ -0,0 +1,20 @@
# The URL the site will be built for
base_url = "https://www.pkmples.cz"
title = "PKM PARTY PLES"
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://github.com/fofrweb/com_pkmples.cz"
nav_items = [
{name="Home", path="/"},
]