Compare commits

..

No commits in common. "d0a1785f2354166fc4ec7cc15c8530e6de2be406" and "7095d8850b2276f42127252665bde53e53e55016" have entirely different histories.

4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
_site/
node_modules/
package-lock.json
.kateproject.notes

View File

@ -1,13 +1,20 @@
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?

View File

@ -13,7 +13,6 @@ 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.",

View File

@ -2,7 +2,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title or metadata.title }}</title>
<link rel="icon" type="image/x-icon" href="/img/logo_favicon.svg">
<link rel="blogroll" type="text/xml" href="{{ metadata.blogrollUrl }}">
<meta name="description" content="{{ description or metadata.description }}">
<meta name="robots" content="noai, noimageai">
<meta name="generator" content="{{ eleventy.generator }}">