pi-www/config.toml

45 lines
732 B
TOML
Raw Normal View History

2022-12-13 00:59:01 +02:00
baseurl = "https://pii.cz/"
2022-04-06 14:44:27 +03:00
languageCode = "cs"
title = "Institut π"
theme = "soho"
DefaultContentLanguage = "cs"
[params]
title = "Institut π"
description = "Pirátský politický institut"
2022-04-10 04:56:36 +03:00
copyleft = "Institut π"
2022-04-11 22:33:00 +03:00
disable_share = true
2022-04-06 14:44:27 +03:00
themeColor = '#000000'
[menu]
2022-12-13 00:59:01 +02:00
[[menu.main]]
name = "Akce"
weight = 100
identifier = "akce"
url = "/akce/"
2022-04-06 14:44:27 +03:00
[[menu.main]]
name = "Orgány"
weight = 200
identifier = "organy"
url = "/organy/"
[[menu.main]]
name = "Dokumenty"
weight = 300
identifier = "Dokumenty"
url = "/dokumenty/"
[[menu.main]]
2022-12-13 00:59:01 +02:00
name = "Dary"
weight = 333
identifier = "Podpořte"
url = "/dary/"
2022-04-10 04:56:36 +03:00
#[taxonomies]
#dokument = "dokumenty"
#kategorie = "kategorie"
#clanek = "články"