diff --git a/config/filters/index.js b/config/filters/index.js index d344f3fc..652218ef 100644 --- a/config/filters/index.js +++ b/config/filters/index.js @@ -37,7 +37,7 @@ export default { }, getPostImage: (image) => { if (image && image !== '') return image - return `${BASE_URL}/assets/img/social-card.jpg` + return `${BASE_URL}/assets/img/ogi/default.jpg` }, getPopularPosts: (posts, analytics) => { return posts diff --git a/src/assets/img/ogi/about.jpg b/src/assets/img/ogi/about.jpg new file mode 100644 index 00000000..3dbf0e6d Binary files /dev/null and b/src/assets/img/ogi/about.jpg differ diff --git a/src/assets/img/ogi/blogroll.jpg b/src/assets/img/ogi/blogroll.jpg new file mode 100644 index 00000000..87b547d4 Binary files /dev/null and b/src/assets/img/ogi/blogroll.jpg differ diff --git a/src/assets/img/ogi/contact.jpg b/src/assets/img/ogi/contact.jpg new file mode 100644 index 00000000..4d7f57cd Binary files /dev/null and b/src/assets/img/ogi/contact.jpg differ diff --git a/src/assets/img/ogi/default.jpg b/src/assets/img/ogi/default.jpg new file mode 100644 index 00000000..9adc1e52 Binary files /dev/null and b/src/assets/img/ogi/default.jpg differ diff --git a/src/assets/img/ogi/feeds.jpg b/src/assets/img/ogi/feeds.jpg new file mode 100644 index 00000000..674689ea Binary files /dev/null and b/src/assets/img/ogi/feeds.jpg differ diff --git a/src/assets/img/ogi/now.jpg b/src/assets/img/ogi/now.jpg new file mode 100644 index 00000000..fa224d70 Binary files /dev/null and b/src/assets/img/ogi/now.jpg differ diff --git a/src/assets/img/ogi/referrals.jpg b/src/assets/img/ogi/referrals.jpg new file mode 100644 index 00000000..538e64e4 Binary files /dev/null and b/src/assets/img/ogi/referrals.jpg differ diff --git a/src/assets/img/ogi/search.jpg b/src/assets/img/ogi/search.jpg new file mode 100644 index 00000000..da1b0922 Binary files /dev/null and b/src/assets/img/ogi/search.jpg differ diff --git a/src/assets/img/ogi/stats.jpg b/src/assets/img/ogi/stats.jpg new file mode 100644 index 00000000..b18e5855 Binary files /dev/null and b/src/assets/img/ogi/stats.jpg differ diff --git a/src/assets/img/ogi/tags.jpg b/src/assets/img/ogi/tags.jpg new file mode 100644 index 00000000..2e9d8ab9 Binary files /dev/null and b/src/assets/img/ogi/tags.jpg differ diff --git a/src/assets/img/ogi/webrings.jpg b/src/assets/img/ogi/webrings.jpg new file mode 100644 index 00000000..3afc5d5f Binary files /dev/null and b/src/assets/img/ogi/webrings.jpg differ diff --git a/src/assets/img/social-card.jpg b/src/assets/img/social-card.jpg deleted file mode 100644 index c4bb8e74..00000000 Binary files a/src/assets/img/social-card.jpg and /dev/null differ diff --git a/src/assets/img/social-card.png b/src/assets/img/social-card.png deleted file mode 100644 index 92302bf1..00000000 Binary files a/src/assets/img/social-card.png and /dev/null differ diff --git a/src/assets/img/social-card.webp b/src/assets/img/social-card.webp deleted file mode 100644 index fd37750a..00000000 Binary files a/src/assets/img/social-card.webp and /dev/null differ diff --git a/src/pages/404.html b/src/pages/404.html index ef03ebf1..e50f83ca 100644 --- a/src/pages/404.html +++ b/src/pages/404.html @@ -2,6 +2,7 @@ title: 404 layout: default permalink: /404.html +image: /assets/img/404.jpg --- {% capture css %} {% render "../assets/styles/pages/404.css" %} diff --git a/src/pages/about.md b/src/pages/about.md index bdece568..bee1ef9e 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -2,6 +2,7 @@ title: About layout: default permalink: /about.html +image: /assets/img/ogi/about.jpg --- {% capture css %} {% render "../assets/styles/pages/about.css" %} diff --git a/src/pages/blogroll.md b/src/pages/blogroll.md index 8aa723d9..727b24fb 100644 --- a/src/pages/blogroll.md +++ b/src/pages/blogroll.md @@ -2,6 +2,7 @@ title: Blogroll layout: default permalink: /blogroll.html +image: /assets/img/ogi/blogroll.jpg description: 'These are awesome blogs that I enjoy and you may enjoy too.' --- diff --git a/src/pages/contact-success.html b/src/pages/contact-success.html index 966a0b0f..ebded327 100644 --- a/src/pages/contact-success.html +++ b/src/pages/contact-success.html @@ -2,6 +2,7 @@ title: Success layout: default permalink: /contact/success.html +image: /assets/img/ogi/contact.jpg ---
diff --git a/src/pages/contact.md b/src/pages/contact.md index 8783d76d..b62f0d6f 100644 --- a/src/pages/contact.md +++ b/src/pages/contact.md @@ -2,6 +2,7 @@ title: Contact layout: default permalink: /contact.html +image: /assets/img/ogi/contact.jpg description: 'How to contact me.' --- {% capture css %} diff --git a/src/pages/feeds.md b/src/pages/feeds.md index 15fe8197..95a860bb 100644 --- a/src/pages/feeds.md +++ b/src/pages/feeds.md @@ -2,6 +2,7 @@ title: Feeds layout: default permalink: /feeds.html +image: /assets/img/ogi/feeds.jpg description: 'Content feeds exposed by and generated from my site.' --- diff --git a/src/pages/now.html b/src/pages/now.html index 12e0d47d..1a4dc201 100644 --- a/src/pages/now.html +++ b/src/pages/now.html @@ -2,6 +2,7 @@ title: Now layout: now permalink: /now.html +image: /assets/img/ogi/now.jpg description: "See what I'm doing now." ---

diff --git a/src/pages/referrals.md b/src/pages/referrals.md index 73bff3af..00f728e0 100644 --- a/src/pages/referrals.md +++ b/src/pages/referrals.md @@ -2,6 +2,7 @@ title: Referrals layout: default permalink: /referrals.html +image: /assets/img/ogi/referrals.jpg description: 'Referral links for services that I use.' ---

diff --git a/src/pages/search.html b/src/pages/search.html index 0eb2e1f3..8ac0f2ba 100644 --- a/src/pages/search.html +++ b/src/pages/search.html @@ -3,6 +3,7 @@ title: Search description: "Search through and find the posts on my site." layout: default permalink: /search.html +image: /assets/img/ogi/search.jpg --- {% capture css %} diff --git a/src/pages/stats.html b/src/pages/stats.html index f30a1c3a..62ce96dd 100644 --- a/src/pages/stats.html +++ b/src/pages/stats.html @@ -2,6 +2,7 @@ title: Statistics layout: default permalink: /stats.html +image: /assets/img/ogi/stats.jpg ---

My first post was published on {{ collections.postStats.firstPostDate | dateToReadableDate }} and my most recent one was published on {{ collections.postStats.lastPostDate | dateToReadableDate }}. I've published {{ collections.postStats.postCount }} posts containing {{ collections.postStats.totalWordCount }} words and {{ collections.postStats.totalCodeBlockCount }} code samples.

Posts have, on average, {{ collections.postStats.avgWordCount | round }} words and a gap of {{ collections.postStats.avgDays | round }} days between them.

diff --git a/src/pages/tagList.md b/src/pages/tagList.md index f75fbd3e..477106a6 100644 --- a/src/pages/tagList.md +++ b/src/pages/tagList.md @@ -5,6 +5,7 @@ pagination: size: 1 alias: tag permalink: /tags/{{ tag }}/ +image: /assets/img/ogi/tags.jpg eleventyComputed: title: '{{ tag }}' templateEngineOverride: liquid,md diff --git a/src/pages/tags.md b/src/pages/tags.md index 48eb0b04..5789f963 100644 --- a/src/pages/tags.md +++ b/src/pages/tags.md @@ -3,6 +3,7 @@ title: Tags description: "Filter and find posts on my site by tag." layout: default permalink: /tags.html +image: /assets/img/ogi/tags.jpg --- {% for tag in collections.tagList %} diff --git a/src/pages/uses.md b/src/pages/uses.md index ff2d17eb..c9332a20 100644 --- a/src/pages/uses.md +++ b/src/pages/uses.md @@ -3,7 +3,7 @@ title: Uses layout: default permalink: /uses.html description: 'Software, tools and services that I use regularly.' -image: https://coryd.dev/assets/img/pages/uses.jpg +image: /assets/img/pages/uses.jpg --- diff --git a/src/pages/webrings.md b/src/pages/webrings.md index 266ea11c..7ae1713e 100644 --- a/src/pages/webrings.md +++ b/src/pages/webrings.md @@ -3,6 +3,7 @@ title: Webrings layout: default permalink: /webrings.html description: "Webrings are awesome! These are the ones I'm a member of." +image: /assets/img/ogi/webrings.jpg --- {% capture css %} {% render "../assets/styles/pages/webrings.css" %}