web-bvebarcelona/config.toml

63 lines
1.3 KiB
TOML
Raw Permalink Normal View History

2018-03-07 23:22:36 +01:00
baseURL = "https://bvebarcelona.cat/"
2018-02-11 00:26:45 +01:00
title = "BVE Barcelona"
2018-03-13 21:50:51 +01:00
theme = "kozmo-dark"
2018-03-04 19:45:46 +01:00
DefaultContentLanguage = "ca"
2020-06-30 01:09:31 +02:00
DefaultContentLanguageInSubdir = true
2018-03-04 19:45:46 +01:00
removePathAccents = true
2020-06-30 01:09:31 +02:00
disableKinds = ["taxonomy", "taxonomyTerm"]
2018-03-04 19:45:46 +01:00
[params]
name = "BVE Barcelona"
copyright = "BVE Barcelona"
logoimage = "images/logo.png"
attribution = "true"
custom_css = "css/site.css"
2018-04-07 14:38:14 +02:00
recentupdates = "noticies"
2018-03-04 19:45:46 +01:00
2020-06-30 01:09:31 +02:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
2018-03-04 19:45:46 +01:00
[permalinks]
noticies = "/:section/:year/:month/:day/:title/"
[languages]
[languages.ca]
languageName = "Català"
2022-03-23 22:34:17 +01:00
contentDir = "content/ca"
2018-03-04 19:45:46 +01:00
weight = 1
2019-09-22 15:16:04 +02:00
description = "El lloc web oficial del Metro de Barcelona per a l'OpenBVE"
2018-03-04 19:45:46 +01:00
[languages.es]
2018-04-02 16:21:34 +02:00
languageName = "Castellano"
2022-03-23 22:34:17 +01:00
contentDir = "content/es"
2018-03-04 19:45:46 +01:00
weight = 2
2019-09-22 15:16:04 +02:00
description = "El sitio web oficial del Metro de Barcelona para OpenBVE"
2018-03-04 19:45:46 +01:00
[languages.en]
languageName = "English"
2022-03-23 22:34:17 +01:00
contentDir = "content/en"
2018-03-04 19:45:46 +01:00
weight = 3
2019-09-22 15:16:04 +02:00
description = "The official website of the Barcelona Metro for OpenBVE"
2018-03-04 19:45:46 +01:00
[[languages.ca.menu.main]]
name = "RSS"
weight = 7
2020-06-30 01:09:31 +02:00
url = "/ca/noticies/index.xml"
2018-03-04 19:45:46 +01:00
[[languages.es.menu.main]]
name = "RSS"
weight = 7
2020-06-30 01:09:31 +02:00
url = "/es/noticias/index.xml"
2018-03-04 19:45:46 +01:00
[[languages.en.menu.main]]
name = "RSS"
weight = 7
2020-06-30 01:09:31 +02:00
url = "/en/news/index.xml"