44 lines
No EOL
1.6 KiB
TOML
44 lines
No EOL
1.6 KiB
TOML
baseURL = "https://verry.org"
|
|
languageCode = "en-us"
|
|
title = "Yann Verry"
|
|
theme = "hugo-scroll"
|
|
|
|
[params]
|
|
# A "copyright"-line to be added at the bottom of the page.
|
|
# Hint: Markdown is supported in here as well. So you may e.g. add a link to your legal imprint-page.
|
|
copyright = "copyleft Yann Verry"
|
|
|
|
# The "description" of your website. This is used in the meta data of your generated html.
|
|
description = "Yann Verry @ Home"
|
|
|
|
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
|
|
favicon = "images/favicon.png"
|
|
|
|
# These "images" are used for the structured data templates. This will show up, when
|
|
images = ["images/20200517_174205.webp"]
|
|
# Options used for automatic image generation. see: https://gohugo.io/content-management/image-processing/
|
|
#image_options = "webp q90 lanczos photo"
|
|
|
|
# Another "title" :-). This one is used as the site_name on the Hugo's internal
|
|
# opengraph structured data template.
|
|
# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.
|
|
title = "Yann Verry - home"
|
|
|
|
# lang
|
|
show_current_lang = false
|
|
|
|
[params.footer]
|
|
# Show contact icons for email/phone (if specified) in the footer of the page
|
|
showContactIcons = true
|
|
|
|
# Show links indicated with footer_menu and footer_menu_title in the footer of the page
|
|
showFooterLinks = true
|
|
|
|
[params.meta]
|
|
keywords = "some, keywords, for, seo, you, know, google, duckduckgo, and, such"
|
|
|
|
[[params.contacts]]
|
|
label = "GitHub"
|
|
value = "github.com/yverry"
|
|
url = "https://github.com/yverry"
|
|
icon = "fa-brands fa-github" |