publiccode.si/config.toml

164 lines
5.0 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

baseurl = "http://pmpc.mehl.mx/"
languageCode = "en-us"
title = "Public Money, Public Code"
theme = "hugo-creative-theme"
DefaultContentLanguage = "en"
[params]
name = "Free Software Foundation Europe (FSFE)"
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"
# Start banner
[params.start]
# 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"
# Reasons section
[params.reasons]
headline = "More reasons to free public code"
[[params.reasons.list]]
icon = "fa-eur"
title = "Tax savings"
description = "Similar applications don't have to be programmed from scratch every time."
[[params.reasons.list]]
icon = "fa-plus"
title = "Collaboration"
description = "Efforts on major projects can be joint to share expertise and costs."
[[params.reasons.list]]
icon = "fa-users"
title = "Serving the public"
description = "Applications paid by the public should be available for everyone."
[[params.reasons.list]]
icon = "fa-lightbulb-o"
title = "Fostering innovation"
description = "With transparent processes others don't have to reinvent the wheel."
# Portfolio modals
[params.resources.modal]
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"
# 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"