benediktschnurr.de/config.toml

93 lines
2.7 KiB
TOML
Raw Permalink Normal View History

2017-10-15 18:32:13 +02:00
# Settings
baseurl = "http://beta.benediktschnurr.de/"
languageCode = "en-us"
title = "benedikt schnurr"
theme = "phugo"
[params]
# Meta
description = "Benedikt Schnurr photography and art projects"
author = "Benedikt Schnurr"
keywords = "benedikt, schnurr, fotografie, photography, portraits, professionell, professional, art, kunst, design"
# Headerbar links
# Do not put here too many links,
# it will break mobile appearance
[[params.header.links]]
name = "About"
url = "#footer"
icon = "fa-info-circle"
# Footer panel
[params.footer.paragraph]
headline = "Get to know me"
text = "I am a .... Nulla consequat, ex ut suscipit rutrum, mi dolor tincidunt erat, et scelerisque turpis ipsum eget quis orci mattis aliquet. Maecenas fringilla et ante at lorem et ipsum. Dolor nulla eu bibendum sapien. Donec non pharetra dui. Nulla consequat, ex ut suscipit rutrum, mi dolor tincidunt erat, et scelerisque turpis ipsum."
[params.footer.social]
headline = "Follow me"
[[params.footer.social.links]]
label = "Twitter"
url = "#"
icon = "fa-twitter"
[[params.footer.social.links]]
label = "Facebook"
url = "#"
icon = "fa-facebook"
[[params.footer.social.links]]
label = "Instagram"
url = "#"
icon = "fa-instagram"
[[params.footer.social.links]]
label = "Dribbble"
url = "#"
icon = "fa-dribbble"
[[params.footer.social.links]]
label = "LinkedIn"
url = "#"
icon = "fa-linkedin"
# Contact form
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'realEmail' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
[params.footer.contact]
realEmail = "info@benediktschnurr.de"
headline = "Get in touch"
buttonText = "Send"
resetText = "Reset"
# 'warning' defines error messages for invalid inputs
[params.footer.contact.name]
text = "Name *"
warning = "Please, enter your name"
[params.footer.contact.email]
text = "Email *"
warning = "Please, enter your email."
[params.footer.contact.message]
text = "Message *"
warning = "Please, enter your message"
# Copyright
[params.footer.copyright]
name = "Benedikt Schnurr"