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 }} +