Changes for master
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s

This commit is contained in:
2024-03-24 11:57:34 +01:00
parent 736f17c442
commit b022a4ae37
10 changed files with 5 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://dev.filiprojek.cz"
base_url = "https://www.filiprojek.cz"
title = "Filip Rojek"
compile_sass = true
@@ -17,8 +17,8 @@ smart_punctuation = true
git = "https://git.filiprojek.cz/fr/website"
nav_items = [
{name="Home", path="/"},
{name="About", path="/about"},
{name="Projects", path="/projects/"},
#{name="About", path="/about"},
#{name="Projects", path="/projects/"},
#{name="Posts", path="/posts"}
]