web-bvebarcelona/config.toml

58 lines
1.2 KiB
TOML

baseURL = "https://bvebarcelona.netlify.com/"
title = "BVE Barcelona"
theme = "crab"
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]
baseURL = "https://bvebarcelona.netlify.com/"
languageName = "Català"
weight = 1
description = "El lloc web oficial del Metro de Barcelona per a openBVE"
[languages.es]
baseURL = "https://es.bvebarcelona.netlify.com/"
languageName = "Español"
weight = 2
description = "El sitio web oficial del Metro de Barcelona para openBVE"
[languages.en]
baseURL = "https://en.bvebarcelona.netlify.com/"
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"