camp-homepage/gallery/config.toml

113 lines
3.2 KiB
TOML
Raw Normal View History

2023-02-05 14:05:54 +01:00
# Settings
2023-02-05 20:20:14 +01:00
publishDir = "../static/gallery"
2023-02-05 14:13:51 +01:00
baseurl = "https://vvoid.camp/gallery"
languageCode = "de-de"
title = "VVoid Camp"
2023-02-05 14:05:54 +01:00
theme = "autophugo"
#googleAnalytics = ""
disableKinds = ["taxonomy", "term"]
#[taxonomies]
# tag = "tags"
# category = "categories"
[Author]
2023-02-05 14:13:51 +01:00
name = "VVoid Camp"
email = "info@vvoid.camp"
2023-02-05 14:05:54 +01:00
[params]
# Meta
2023-02-05 14:13:51 +01:00
description = "Bilder vom VVoid Camp"
keywords = "vvoid camp, chaos"
2023-02-05 14:05:54 +01:00
#msvalidate = ""
#googlesiteverification = ""
#thumb_width = 480
#thumb_quality = 50
#full_width = 960
#full_quality = 90
2023-02-05 14:14:36 +01:00
column_count = 3
2023-02-05 14:05:54 +01:00
#breadcrumb_use_title = false
#filename_as_phototitle = false
#images_downloadable = true
#images_downloadable_use_orig = false
#taxonomies_links = false
# Headerbar links
# Do not put too many links here,
# it will break mobile appearance
2023-02-05 14:11:38 +01:00
# [[params.header.links]]
# name = "About"
# url = "#footer"
# icon = "fa-info-circle"
2023-02-05 14:05:54 +01:00
# Footer panel
2023-02-05 14:11:38 +01:00
# [params.footer.paragraph]
# headline = "Magna feugiat sed adipiscing"
# text = "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."
2023-02-05 14:05:54 +01:00
2023-02-05 14:11:38 +01:00
# [params.footer.social]
# headline = "Follow me"
2023-02-05 14:05:54 +01:00
2023-02-05 14:11:38 +01:00
# [[params.footer.social.links]]
# label = "Twitter"
# url = "#"
# icon = "fa-twitter"
2023-02-05 14:05:54 +01:00
2023-02-05 14:11:38 +01:00
# [[params.footer.social.links]]
# label = "Facebook"
# url = "#"
# icon = "fa-facebook"
2023-02-05 14:05:54 +01:00
2023-02-05 14:11:38 +01:00
# [[params.footer.social.links]]
# label = "Instagram"
# url = "#"
# icon = "fa-instagram"
2023-02-05 14:05:54 +01:00
2023-02-05 14:11:38 +01:00
# [[params.footer.social.links]]
# label = "Github"
# url = "#"
# icon = "fa-github"
2023-02-05 14:05:54 +01:00
2023-02-05 14:11:38 +01:00
# [[params.footer.social.links]]
# label = "LinkedIn"
# url = "#"
# icon = "fa-linkedin"
2023-02-05 14:05:54 +01:00
# 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 integration endpoint address under 'formspreeID' below
# - create a formspree account and a simple form
# - then get the integration endpoint generated to you form
# - you're done. Happy mailing!
2023-02-05 14:11:38 +01:00
# [params.footer.contact]
# hide = false # Set this to true if you don't want to have a contact form on your site
# formspreeID = "myuniqueID" # Getting value from Formspree integration endpoint (eg. https://formspree.io/f/myuniqueID)
# 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 = "Your name"