From d0a1785f2354166fc4ec7cc15c8530e6de2be406 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 25 Sep 2024 13:26:18 -0500 Subject: [PATCH] Add link to opml per opml.org --- .kateproject.notes | 7 ------- _data/metadata.js | 1 + _includes/metadata.njk | 1 + 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.kateproject.notes b/.kateproject.notes index f34acd1..a668683 100644 --- a/.kateproject.notes +++ b/.kateproject.notes @@ -1,20 +1,13 @@ TODO: - -Integrate est. read time -Integrate % done in article Investigate pagination for /blog/ Integrate recipe structured data for recipe type articles No line breaks in inline code fences Style inline code fences with background Integrate ins plugin -Fediring? Add "Now" to RSS feed. Performance / Accessibility: --------------------------------------- Lazy load images -Remove unecessary fonts -change font-display to "swap" -Caching Add explicit image dimensions? \ No newline at end of file diff --git a/_data/metadata.js b/_data/metadata.js index 4db8904..8ee2f94 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -13,6 +13,7 @@ export default { url: "https://nathanupchurch.com/me", profilePic: "/img/CN20191025_301_Srt_SQUARE_crop.jpg", }, + blogrollUrl: "/blogroll/nathanUpchurchBlogroll.opml", copyrightNotice: "© Nathan Upchurch 2022 - 2024", defaultPostImageURL: "/img/logo_post.svg", defaultPostImageAlt: "The logo for this blog: a capital letter N.", diff --git a/_includes/metadata.njk b/_includes/metadata.njk index ffca936..563a036 100644 --- a/_includes/metadata.njk +++ b/_includes/metadata.njk @@ -2,6 +2,7 @@ {{ title or metadata.title }} +