From 371023499b9ab06261e6128ba76aec5c926a202c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ne=C4=8Dada?= Date: Wed, 6 Apr 2022 14:44:27 +0300 Subject: [PATCH] Initial commit --- .gitmodules | 3 +++ config.toml | 31 +++++++++++++++++++++++++++++++ themes/soho | 1 + 3 files changed, 35 insertions(+) create mode 100644 .gitmodules create mode 100644 config.toml create mode 160000 themes/soho 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