diff --git a/assets/images/20200517_174205.webp b/assets/images/20200517_174205.webp new file mode 100644 index 0000000..54a9ee9 Binary files /dev/null and b/assets/images/20200517_174205.webp differ diff --git a/config.toml b/config.toml index 97e05aa..7bb0edf 100644 --- a/config.toml +++ b/config.toml @@ -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" \ No newline at end of file + 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" \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index f85ff3a..997f145 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,9 @@ --- -header_image: "images/20200517_174205.webp" +header_image: "/images/20200517_174205.webp" header_headline: "Yann Verry" header_subheadline: "There is no magic, only unread error messages" ---- +header_use_video: false + +nav_to_top_title: "Return To Top" +nav_to_top_weight: last +--- \ No newline at end of file diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index e57ea1b..e69de29 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -1,62 +0,0 @@ - - - - - - - - - - - - - diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html index a741664..8b13789 100644 --- a/layouts/partials/extend_head.html +++ b/layouts/partials/extend_head.html @@ -1 +1 @@ - + diff --git a/themes/hugo-scroll b/themes/hugo-scroll index 1d92c6b..54f7b85 160000 --- a/themes/hugo-scroll +++ b/themes/hugo-scroll @@ -1 +1 @@ -Subproject commit 1d92c6b79b97577f48cb88d28c08f7bc75ccb000 +Subproject commit 54f7b8543f18d6ae54490f5bb11ea1905bfeffd7