web-bvebarcelona/config.toml

58 lines
1.2 KiB
TOML
Raw 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"
removePathAccents = true
[params]
name = "BVE Barcelona"
copyright = "BVE Barcelona"
logoimage = "images/logo.png"
attribution = "true"
custom_css = "css/site.css"
[params.custom]
faviconPNG = "favicon.png"
[permalinks]
noticies = "/:section/:year/:month/:day/:title/"
[languages]
[languages.ca]
2018-03-07 23:22:36 +01:00
baseURL = "https://bvebarcelona.cat/"
2018-03-04 19:45:46 +01:00
languageName = "Català"
weight = 1
description = "El lloc web oficial del Metro de Barcelona per a openBVE"
[languages.es]
2018-03-07 23:22:36 +01:00
baseURL = "https://es.bvebarcelona.cat/"
2018-03-04 19:45:46 +01:00
languageName = "Español"
weight = 2
description = "El sitio web oficial del Metro de Barcelona para openBVE"
[languages.en]
2018-03-07 23:22:36 +01:00
baseURL = "https://en.bvebarcelona.cat/"
2018-03-04 19:45:46 +01:00
languageName = "English"
weight = 3
description = "The official website of the Barcelona Metro for openBVE"
[[languages.ca.menu.main]]
name = "RSS"
weight = 7
url = "/noticies/index.xml"
[[languages.es.menu.main]]
name = "RSS"
weight = 7
url = "/noticias/index.xml"
[[languages.en.menu.main]]
name = "RSS"
weight = 7
url = "/news/index.xml"