From 969ceca7e8ba8f61f9169dfc998bd292a3345a7d Mon Sep 17 00:00:00 2001 From: Christoph Schindlbeck Date: Sun, 5 Feb 2023 14:11:38 +0100 Subject: [PATCH] disable some default params --- gallery/config.toml | 96 ++++++++++++++++++++++----------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/gallery/config.toml b/gallery/config.toml index 2d0ceab..22cdd3b 100644 --- a/gallery/config.toml +++ b/gallery/config.toml @@ -34,44 +34,44 @@ disableKinds = ["taxonomy", "term"] # Do not put too many links here, # it will break mobile appearance - [[params.header.links]] - name = "About" - url = "#footer" - icon = "fa-info-circle" + # [[params.header.links]] + # name = "About" + # url = "#footer" + # icon = "fa-info-circle" # Footer panel - [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." + # [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." - [params.footer.social] - headline = "Follow me" + # [params.footer.social] + # headline = "Follow me" - [[params.footer.social.links]] - label = "Twitter" - url = "#" - icon = "fa-twitter" + # [[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 = "Facebook" + # url = "#" + # icon = "fa-facebook" - [[params.footer.social.links]] - label = "Instagram" - url = "#" - icon = "fa-instagram" + # [[params.footer.social.links]] + # label = "Instagram" + # url = "#" + # icon = "fa-instagram" - [[params.footer.social.links]] - label = "Github" - url = "#" - icon = "fa-github" + # [[params.footer.social.links]] + # label = "Github" + # url = "#" + # icon = "fa-github" - [[params.footer.social.links]] - label = "LinkedIn" - url = "#" - icon = "fa-linkedin" + # [[params.footer.social.links]] + # label = "LinkedIn" + # url = "#" + # icon = "fa-linkedin" # Contact form @@ -86,26 +86,26 @@ disableKinds = ["taxonomy", "term"] # - then get the integration endpoint generated to you form # - you're done. Happy mailing! - [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" + # [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" + # # '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.email] + # text = "Email *" + # warning = "Please, enter your email." - [params.footer.contact.message] - text = "Message *" - warning = "Please, enter your message" + # [params.footer.contact.message] + # text = "Message *" + # warning = "Please, enter your message" - # Copyright - [params.footer.copyright] - name = "Your name" + # # Copyright + # [params.footer.copyright] + # name = "Your name"