publiccode.si/config.toml

164 lines
5.0 KiB
TOML
Raw Normal View History

2017-03-16 21:02:09 +01:00
baseurl = "http://pmpc.mehl.mx/"
languageCode = "en-us"
title = "Public Money, Public Code"
theme = "hugo-creative-theme"
DefaultContentLanguage = "en"
2017-03-16 21:02:09 +01:00
[params]
name = "Free Software Foundation Europe (FSFE)"
2017-03-16 21:02:09 +01:00
description = "Public Money, Public Code - A campaign for releasing publicly financed software as Free Software"
favicon = "favicon.ico"
# Navigation
[params.navigation]
brand = "Public Money, Public Code"
[params.navigation.links]
about = "About"
reasons = "Reasons"
resources = "Resources"
spread = "Spread"
contact = "Contact"
2017-03-16 21:02:09 +01:00
2017-03-20 13:37:30 +01:00
# Start banner
[params.start]
2017-03-16 21:02:09 +01:00
# To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own.
slogan = "Public Money Public Code"
subtitle = "Why is software that is programmed with taxpayers' money not released as Free Software? Code paid by all people should be available to all people."
buttonText = "See the video"
# About section
[params.about]
headline = "Sounds complex? No, it's super easy!"
description = "VIDEO"
buttonText = "More advantages"
2017-03-20 13:37:30 +01:00
# Reasons section
[params.reasons]
2017-03-16 21:02:09 +01:00
headline = "More reasons to free public code"
2017-03-20 13:37:30 +01:00
[[params.reasons.list]]
icon = "fa-eur"
2017-03-16 21:02:09 +01:00
title = "Tax savings"
description = "Similar applications don't have to be programmed from scratch every time."
2017-03-16 21:02:09 +01:00
2017-03-20 13:37:30 +01:00
[[params.reasons.list]]
icon = "fa-plus"
2017-03-16 21:02:09 +01:00
title = "Collaboration"
description = "Efforts on major projects can be joint to share expertise and costs."
2017-03-16 21:02:09 +01:00
2017-03-20 13:37:30 +01:00
[[params.reasons.list]]
icon = "fa-users"
2017-03-16 21:02:09 +01:00
title = "Serving the public"
description = "Applications paid by the public should be available for everyone."
2017-03-16 21:02:09 +01:00
2017-03-20 13:37:30 +01:00
[[params.reasons.list]]
icon = "fa-lightbulb-o"
2017-03-16 21:02:09 +01:00
title = "Fostering innovation"
description = "With transparent processes others don't have to reinvent the wheel."
2017-03-16 21:02:09 +01:00
# Portfolio modals
2017-03-20 13:37:30 +01:00
[params.resources.modal]
2017-03-16 21:02:09 +01:00
client = "Client"
date = "Date"
category = "Category"
buttonText = "Close"
# Spread the word section
[params.spread]
headline = "Spread the word!"
promoText = "Obtain the latest stickers and flyers from FSFE"
promoButtonText = "Get promo material"
promoButtonLink = "https://fsfe.org/promo#pmpc"
shareText = "Tell your friends and followers about Public Code"
2017-03-16 21:02:09 +01:00
# Contact section
[params.contact]
headline = "Let's Get In Touch!"
description = "Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!"
phone = "123-456-6789"
email = "feedback@startbootstrap.com"
# === TRANSLATIONS ===
[Languages]
[Languages.en]
# GERMAN
[Languages.de]
languageCode = "de-DE"
description = "Public Money, Public Code - Eine Kampagne zur Veröffentlichung öffentlich finanzierter Software als Freie Software"
[Languages.de.navigation.links]
about = "Über"
reasons = "Gründe"
resources = "Ressourcen"
spread = "Verbreiten"
contact = "Kontakt"
# Start banner
[Languages.de.start]
slogan = "Public Money Public Code"
subtitle = "Warum wird Software, das von Steuerzahlern finanziert wird, nicht als Freie Software veröffentlicht? Von Allen bezahlter Code sollte Allen zur Verfügung stehen."
buttonText = "Video anschauen"
# About section
[Languages.de.about]
headline = "Klingt komplziert? Nein, es ist super einfach!"
description = "VIDEO"
buttonText = "Mehr Vorteile"
# Reasons section
[Languages.de.reasons]
headline = "Mehr Gründe zur Befreiung öffentlichen Codes"
[[Languages.de.reasons.list]]
icon = "fa-eur"
title = "Steuerersparnis"
description = "Similar applications don't have to be programmed from scratch every time."
[[Languages.de.reasons.list]]
icon = "fa-plus"
title = "Zusammenarbeit"
description = "Efforts on major projects can be joint to share expertise and costs."
[[Languages.de.reasons.list]]
icon = "fa-users"
title = "Für die Allgemeinheit"
description = "Applications paid by the public should be available for everyone."
[[Languages.de.reasons.list]]
icon = "fa-lightbulb-o"
title = "Innovation fördern"
description = "With transparent processes others don't have to reinvent the wheel."
# Portfolio modals
[Languages.de.resources.modal]
client = "Kunde"
date = "Datum"
category = "Kategorie"
buttonText = "Schließen"
# Spread the word section
[Languages.de.spread]
headline = "Sag es weiter!"
promoText = "Obtain the latest stickers and flyers from FSFE"
promoButtonText = "Get promo material"
promoButtonLink = "https://fsfe.org/promo#pmpc"
shareText = "Tell your friends and followers about Public Code"
# Contact section
[Languages.de.contact]
headline = "Let's Get In Touch!"
description = "Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!"
phone = "123-456-6789"
email = "feedback@startbootstrap.com"