web-personal/config.toml

30 lines
585 B
TOML
Raw Normal View History

2018-06-06 20:56:34 +02:00
baseURL = "https://mrtraduccions.cat/"
2019-05-06 00:28:03 +02:00
title = "MRTraduccions"
2018-06-06 20:56:34 +02:00
theme = "marcriera"
DefaultContentLanguage = "ca"
removePathAccents = true
2019-03-21 00:00:20 +01:00
[blackfriday]
fractions = false
2018-06-06 20:56:34 +02:00
[params]
name = "Marc Riera Irigoyen"
copyright = "Marc Riera Irigoyen"
logoimage = "images/logo.png"
2019-03-21 00:00:20 +01:00
[languages]
[languages.ca]
languageName = "Català"
weight = 1
2019-05-06 00:28:03 +02:00
description = "Traducció i localització"
2019-03-21 00:00:20 +01:00
[languages.es]
languageName = "Castellano"
weight = 2
2019-05-06 00:28:03 +02:00
description = "Traducción y localización"
2019-03-21 00:00:20 +01:00
[languages.en]
languageName = "English"
weight = 3
2019-05-06 00:28:03 +02:00
description = "Translation and localisation"