first commit
This commit is contained in:
103
hugo.toml
Normal file
103
hugo.toml
Normal file
@@ -0,0 +1,103 @@
|
||||
# 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 you’ve 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"
|
||||
Reference in New Issue
Block a user