Initial commit
This commit is contained in:
commit
371023499b
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/soho"]
|
||||||
|
path = themes/soho
|
||||||
|
url = git@github.com:texnokrates/soho.git
|
|
@ -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/"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 084cc371e46d984bb99667f233ddca18c8937a69
|
Loading…
Reference in New Issue