web-bvebarcelona/config.toml

63 lines
1.3 KiB
TOML

baseURL = "https://bvebarcelona.cat/"
title = "BVE Barcelona"
theme = "kozmo-dark"
DefaultContentLanguage = "ca"
DefaultContentLanguageInSubdir = true
removePathAccents = true
disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
name = "BVE Barcelona"
copyright = "BVE Barcelona"
logoimage = "images/logo.png"
attribution = "true"
custom_css = "css/site.css"
recentupdates = "noticies"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
noticies = "/:section/:year/:month/:day/:title/"
[languages]
[languages.ca]
languageName = "Català"
contentDir = "content/ca"
weight = 1
description = "El lloc web oficial del Metro de Barcelona per a l'OpenBVE"
[languages.es]
languageName = "Castellano"
contentDir = "content/es"
weight = 2
description = "El sitio web oficial del Metro de Barcelona para OpenBVE"
[languages.en]
languageName = "English"
contentDir = "content/en"
weight = 3
description = "The official website of the Barcelona Metro for OpenBVE"
[[languages.ca.menu.main]]
name = "RSS"
weight = 7
url = "/ca/noticies/index.xml"
[[languages.es.menu.main]]
name = "RSS"
weight = 7
url = "/es/noticias/index.xml"
[[languages.en.menu.main]]
name = "RSS"
weight = 7
url = "/en/news/index.xml"