update image path

This commit is contained in:
Yann Verry 2026-01-18 15:16:02 +01:00
parent 6b4855f62d
commit 4e9a2f2fc4
6 changed files with 31 additions and 71 deletions

View file

@ -15,12 +15,30 @@ theme = "hugo-scroll"
favicon = "images/favicon.png"
# These "images" are used for the structured data templates. This will show up, when
# services like Twitter or Slack want to generate a preview of a link to your site.
# See https://gohugo.io/templates/internal#twitter-cards and
# https://gohugo.io/templates/internal#open-graph.
images = ["images/20200517_174205.jpg"]
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"
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"