update image path
This commit is contained in:
parent
6b4855f62d
commit
4e9a2f2fc4
6 changed files with 31 additions and 71 deletions
BIN
assets/images/20200517_174205.webp
Normal file
BIN
assets/images/20200517_174205.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 505 KiB |
28
config.toml
28
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"
|
||||
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"
|
||||
|
|
@ -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
|
||||
---
|
||||
|
|
@ -1,62 +0,0 @@
|
|||
<!-- A partial to be overwritten by the user.
|
||||
Its content will appear before the closing </head>-tag -->
|
||||
|
||||
<!-- Custom CSS via inline styles
|
||||
You may use this template to add custom CSS to your site like so: -->
|
||||
|
||||
<!-- <style>
|
||||
/* Links */
|
||||
a:hover {
|
||||
color: #b6b84c;
|
||||
}
|
||||
|
||||
/* Header Buttons on Startpage */
|
||||
a.btn {
|
||||
color: white;
|
||||
background-color: #ced067;
|
||||
}
|
||||
a.btn:hover {
|
||||
background-color: #b6b84c;
|
||||
}
|
||||
|
||||
/* Scroll Menu on Startpage */
|
||||
a.fn-item.active {
|
||||
color: #b6b84c;
|
||||
}
|
||||
a.fn-item:hover {
|
||||
color: #ced067;
|
||||
}
|
||||
|
||||
/* Content / Sections */
|
||||
.post-holder.odd {
|
||||
background: #B80135;
|
||||
color: white;
|
||||
}
|
||||
.post-holder {
|
||||
background: #f2efe8;
|
||||
}
|
||||
body {
|
||||
color: #3A4145;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
.site-footer {
|
||||
color: #BBC7CC;
|
||||
background-color: #22343A;
|
||||
}
|
||||
</style> -->
|
||||
|
||||
<!-- Custom CSS via "custom.css"-file
|
||||
If you would rather place your custom CSS into
|
||||
a separate file, create a "custom.css" in your
|
||||
local "static/css"-directory. Then add a <link>-tag
|
||||
referencing your "custom.css" like so: -->
|
||||
|
||||
<!-- <link rel="stylesheet" href='{{ "css/custom.css" | absURL }}'> -->
|
||||
|
||||
<!-- Custom CSS: Color Codes
|
||||
You may checkout https://htmlcolorcodes.com/ to get those
|
||||
weird color codes (like "#22343A") ;-). -->
|
||||
|
||||
<!-- Custom link-tags for different icons
|
||||
Generated via https://favicon.io/favicon-generator/ -->
|
||||
|
|
@ -1 +1 @@
|
|||
<script defer data-domain="verry.org" src="https://stats.verry.org/js/plausible.js"></script>
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1d92c6b79b97577f48cb88d28c08f7bc75ccb000
|
||||
Subproject commit 54f7b8543f18d6ae54490f5bb11ea1905bfeffd7
|
||||
Loading…
Add table
Reference in a new issue