chore: image

This commit is contained in:
Cory Dransfeldt 2024-04-30 19:02:42 -07:00
parent 75632e2ffd
commit 0b9353c8a7
No known key found for this signature in database
6 changed files with 9 additions and 9 deletions

View file

@ -66,14 +66,14 @@
/apple-touch-icon /assets/icons/apple-touch-icon.png 200! /apple-touch-icon /assets/icons/apple-touch-icon.png 200!
/apple-touch-icon-precomposed.png /assets/icons/apple-touch-icon.png 200! /apple-touch-icon-precomposed.png /assets/icons/apple-touch-icon.png 200!
/static/favicons/apple-touch-icon.png /assets/icons/apple-touch-icon.png 200! /static/favicons/apple-touch-icon.png /assets/icons/apple-touch-icon.png 200!
/static/images/avatar.png /assets/img/avatar.png 301! /static/images/default.png /assets/img/default.png 301!
/static/images/avatar.webp https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp 301! /static/images/avatar.webp https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=500&h=500&fm=webp 301!
/assets/img/cache/avatar-800w.webp /assets/img/cache/avatar-880w.webp 301! /assets/img/cache/avatar-800w.webp /assets/img/cache/avatar-880w.webp 301!
/assets/img/favicon/apple-touch-icon.png /assets/icons/apple-touch-icon.png 301! /assets/img/favicon/apple-touch-icon.png /assets/icons/apple-touch-icon.png 301!
/assets/img/favicon/favicon-32x32.png /assets/icons/favicon.ico 301! /assets/img/favicon/favicon-32x32.png /assets/icons/favicon.ico 301!
/assets/img/favicon/favicon-16x16.png /assets/icons/favicon.ico 301! /assets/img/favicon/favicon-16x16.png /assets/icons/favicon.ico 301!
/assets/img/logo.webp https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp 301! /assets/img/logo.webp https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=500&h=500&fm=webp 301!
/assets/img/ogi/default.jpg https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp 301! /assets/img/ogi/default.jpg https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=500&h=500&fm=webp 301!
# general # general
/articles/ / 301! /articles/ / 301!

View file

@ -9,6 +9,6 @@
"locale": "en_US", "locale": "en_US",
"lang": "en", "lang": "en",
"meta_data": { "meta_data": {
"opengraph_default": "https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp" "opengraph_default": "https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=500&h=500&fm=webp"
} }
} }

View file

@ -2,7 +2,7 @@
{ {
"version": "https://jsonfeed.org/version/1", "version": "https://jsonfeed.org/version/1",
"title": "{{ title }}", "title": "{{ title }}",
"icon": "https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500", "icon": "https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=500&h=500",
"home_page_url": "{{ meta.url }}", "home_page_url": "{{ meta.url }}",
"feed_url": "{{ permalink | absoluteUrl: meta.url }}", "feed_url": "{{ permalink | absoluteUrl: meta.url }}",
"items": [{% for entry in entries limit: 20 -%} "items": [{% for entry in entries limit: 20 -%}

View file

@ -10,7 +10,7 @@
<image> <image>
<title>{{ title }}</title> <title>{{ title }}</title>
<link>{{ permalink | absoluteUrl: meta.url }}</link> <link>{{ permalink | absoluteUrl: meta.url }}</link>
<url>https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=144&h=144</url> <url>https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=144&h=144</url>
<width>144</width> <width>144</width>
<height>144</height> <height>144</height>
</image> </image>

View file

@ -10,7 +10,7 @@ dynamicPermalink: false
{ {
"rel": "http://webfinger.net/rel/avatar", "rel": "http://webfinger.net/rel/avatar",
"type": "image/webp", "type": "image/webp",
"href": "https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp" "href": "https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=500&h=500&fm=webp"
}, },
{ {
"rel": "http://webfinger.net/rel/profile-page", "rel": "http://webfinger.net/rel/profile-page",

View file

@ -9,7 +9,7 @@ permalink: /about.html
<div class="avatar-wrapper flex-centered"> <div class="avatar-wrapper flex-centered">
<div class="interior"> <div class="interior">
{%- capture about_alt -%}{{ meta.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%} {%- capture about_alt -%}{{ meta.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%}
{% image 'https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=600', about_alt, '', 'eager' %} {% image 'https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=600', about_alt, '', 'eager' %}
</div> </div>
</div> </div>
<h2 class="page-header text-centered">Hi, I'm Cory</h2> <h2 class="page-header text-centered">Hi, I'm Cory</h2>