Files
comics/hugo.toml
2024-06-30 11:39:42 +02:00

104 lines
3.2 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Settings
baseurl = "http://www.delmar.bzh/"
languageCode = "en-gb"
title = "Julieñ in the Sky"
theme = "roazhon"
#googleAnalytics = ""
disableKinds = ["taxonomy", "term"]
#[taxonomies]
# tag = "tags"
# category = "categories"
[params]
# Meta
description = "This place is where I'm showing the pictures I make, for your viewing pleasure (Made with Hugo)"
keywords = "hugo, comics, gallery, blog, hugo theme, roazhon"
favicon = "/favicon.ico"
#msvalidate = ""
google-site-verification = "j7RPCRYeiAgvZ4uHOD3ZQ4uqi-vPQ-UUmyVD9WXv4t8"
#thumb_width = 480
#thumb_quality = 50
#full_width = 960
#full_quality = 90
column_count = 3
#breadcrumb_use_title = false
#filename_as_phototitle = false
images_downloadable = false
#images_downloadable_use_orig = false
#taxonomies_links = false
# Headerbar links
# Do not put too many links here,
# it will break mobile appearance
[[params.author.name]]
name = "Julieñ in the Sky"
[[params.author.email]]
email = "admin@delmar.bzh"
[[params.header.links]]
name = "About"
url = "#footer"
icon = "fa-circle-user"
# Footer panel
[params.footer.paragraph]
headline = "Hello You,"
text = "As youve certainly figured it out, this website is all about the pictures I make… And as you may have guessed, I sometimes make comics with these pictures and I'm glad to show them all to you here, in a somewhat organised manner and for your viewing pleasure. And, by the way, I am fragmented and spatially dispersed !"
[params.footer.social]
headline = "Follow me"
[[params.footer.social.links]]
label = "Mastodon"
url = "https://mastodon.art/@julieninthesky"
icon = "fa-id-card"
[[params.footer.social.links]]
label = "Pixelfed"
url = "https://pixelfed.eu/julieninthesky"
icon = "fa-images"
[[params.footer.social.links]]
label = "Lemmy"
url = "https://lemmy.ml/u/julieninthesky"
icon = "fa-chart-bar"
# 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!
[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. )
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 = "Julieñ in the Sky"