commit 371023499b9ab06261e6128ba76aec5c926a202c Author: Marek Nečada Date: Wed Apr 6 14:44:27 2022 +0300 Initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..70ce8c8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/soho"] + path = themes/soho + url = git@github.com:texnokrates/soho.git diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..991514d --- /dev/null +++ b/config.toml @@ -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/" + diff --git a/themes/soho b/themes/soho new file mode 160000 index 0000000..084cc37 --- /dev/null +++ b/themes/soho @@ -0,0 +1 @@ +Subproject commit 084cc371e46d984bb99667f233ddca18c8937a69