Initial commit

This commit is contained in:
Marek Nečada 2022-04-06 14:44:27 +03:00
commit 371023499b
3 changed files with 35 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/soho"]
path = themes/soho
url = git@github.com:texnokrates/soho.git

31
config.toml Normal file
View File

@ -0,0 +1,31 @@
baseurl = "https://demo.piratskyinstitut.cz/"
languageCode = "cs"
title = "Institut π"
theme = "soho"
DefaultContentLanguage = "cs"
[params]
title = "Institut π"
description = "Pirátský politický institut"
themeColor = '#000000'
[menu]
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "Orgány"
weight = 200
identifier = "organy"
url = "/organy/"
[[menu.main]]
name = "Dokumenty"
weight = 300
identifier = "Dokumenty"
url = "/dokumenty/"

1
themes/soho Submodule

@ -0,0 +1 @@
Subproject commit 084cc371e46d984bb99667f233ddca18c8937a69