Revert "Changes for master"

This reverts commit b022a4ae37.
This commit is contained in:
2024-03-24 12:01:43 +01:00
parent cc4a827331
commit e0248abb46
10 changed files with 159 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://www.filiprojek.cz"
base_url = "https://dev.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"}
]