disable some default params

This commit is contained in:
Christoph Schindlbeck 2023-02-05 14:11:38 +01:00
parent ea7f4c5217
commit 969ceca7e8

View File

@ -34,44 +34,44 @@ disableKinds = ["taxonomy", "term"]
# Do not put too many links here, # Do not put too many links here,
# it will break mobile appearance # it will break mobile appearance
[[params.header.links]] # [[params.header.links]]
name = "About" # name = "About"
url = "#footer" # url = "#footer"
icon = "fa-info-circle" # icon = "fa-info-circle"
# Footer panel # Footer panel
[params.footer.paragraph] # [params.footer.paragraph]
headline = "Magna feugiat sed adipiscing" # 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." # 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."
[params.footer.social] # [params.footer.social]
headline = "Follow me" # headline = "Follow me"
[[params.footer.social.links]] # [[params.footer.social.links]]
label = "Twitter" # label = "Twitter"
url = "#" # url = "#"
icon = "fa-twitter" # icon = "fa-twitter"
[[params.footer.social.links]] # [[params.footer.social.links]]
label = "Facebook" # label = "Facebook"
url = "#" # url = "#"
icon = "fa-facebook" # icon = "fa-facebook"
[[params.footer.social.links]] # [[params.footer.social.links]]
label = "Instagram" # label = "Instagram"
url = "#" # url = "#"
icon = "fa-instagram" # icon = "fa-instagram"
[[params.footer.social.links]] # [[params.footer.social.links]]
label = "Github" # label = "Github"
url = "#" # url = "#"
icon = "fa-github" # icon = "fa-github"
[[params.footer.social.links]] # [[params.footer.social.links]]
label = "LinkedIn" # label = "LinkedIn"
url = "#" # url = "#"
icon = "fa-linkedin" # icon = "fa-linkedin"
# Contact form # Contact form
@ -86,26 +86,26 @@ disableKinds = ["taxonomy", "term"]
# - then get the integration endpoint generated to you form # - then get the integration endpoint generated to you form
# - you're done. Happy mailing! # - you're done. Happy mailing!
[params.footer.contact] # [params.footer.contact]
hide = false # Set this to true if you don't want to have a contact form on your site # 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) # formspreeID = "myuniqueID" # Getting value from Formspree integration endpoint (eg. https://formspree.io/f/myuniqueID)
headline = "Get in touch" # headline = "Get in touch"
buttonText = "Send" # buttonText = "Send"
resetText = "Reset" # resetText = "Reset"
# 'warning' defines error messages for invalid inputs # # 'warning' defines error messages for invalid inputs
[params.footer.contact.name] # [params.footer.contact.name]
text = "Name *" # text = "Name *"
warning = "Please, enter your name" # warning = "Please, enter your name"
[params.footer.contact.email] # [params.footer.contact.email]
text = "Email *" # text = "Email *"
warning = "Please, enter your email." # warning = "Please, enter your email."
[params.footer.contact.message] # [params.footer.contact.message]
text = "Message *" # text = "Message *"
warning = "Please, enter your message" # warning = "Please, enter your message"
# Copyright # # Copyright
[params.footer.copyright] # [params.footer.copyright]
name = "Your name" # name = "Your name"