Compare commits

..

4 Commits

Author SHA1 Message Date
c28f4fdb77 Bugfix 2026-05-15 13:15:09 -05:00
163de4c46a Add tunes for later use 2026-05-15 12:10:57 -05:00
9eed69252a Update dependencies 2026-05-15 12:10:41 -05:00
8bd8f518d4 Update readme 2026-05-13 12:56:39 -05:00
75 changed files with 12 additions and 11 deletions

View File

@@ -10,18 +10,16 @@ My blog, originally based on the very helpful eleventy-base-blog v8, although it
* Pretty 401 and 403 error pages * Pretty 401 and 403 error pages
### Fediverse Integration ### Fediverse Integration
* Mastodon [toot embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#embed-a-toot-from-mastodon-using-the-toot-shortcode)
* Link to post discussion on Mastodon * Link to post discussion on Mastodon
### Indieweb ### Indieweb
* [Auto-generated linktree-style page](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#me) for the blog owner with support for custom attributes such as: `rel="me"` * [Auto-generated linktree-style page](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#me) for the blog owner with support for custom attributes such as: `rel="me"`
* Built in support for [webring links](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#webrings) * Built in support for [webring links](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#webrings)
* Auto-generated, **styled** RSS feeds * Auto-generated, *styled* RSS feeds
* All blog posts * All blog posts
* Each individual tag * Each individual tag
* /now page that nicely handles posts tagged with "now" * /now page that nicely handles posts tagged with "now"
* Blogroll generated from _data/blogroll.js, with an automatically updated .opml so that visitors can import every blog in the list * Blogroll generated from _data/blogroll.js, with an automatically updated .opml so that visitors can import every blog in the list
* Image galleries
### Fun ### Fun
* Image galleries * Image galleries

View File

@@ -1,9 +1,10 @@
--- ---
layout: layouts/base.njk layout: layouts/base.njk
eleventyExcludeFromCollections: true
tags: tags:
- nowBurning - nowBurning
- metadata - metadata
title: "Nathan Upchurch | Once Burned: Incense I've burning in the past." title: "Nathan Upchurch | Once Burned: Incense I've burned in the past."
structuredData: none structuredData: none
pagination: pagination:
data: collections.onceBurned data: collections.onceBurned

View File

@@ -1,4 +1,5 @@
--- ---
eleventyExcludeFromCollections: true
layout: layouts/base.njk layout: layouts/base.njk
title: "Nathan Upchurch | Prior Thoughts" title: "Nathan Upchurch | Prior Thoughts"
tags: tags:

View File

@@ -27,8 +27,9 @@ permalink: "/status/index.html"
</a><br /> </a><br />
{% endif %} {% endif %}
</span> </span>
{% if status.data.comment %}
{{ status.data.comment | markdownify | safe }}<br /> {{ status.data.comment | markdownify | safe }}<br />
{% endif %}
<span class="status-metadata"> <span class="status-metadata">
{{ status.date | niceDate }} {{ status.date | niceDate }}

View File

@@ -29,14 +29,14 @@
}, },
"homepage": "https://upchur.ch/gitea/n_u/nathanupchurch.com", "homepage": "https://upchur.ch/gitea/n_u/nathanupchurch.com",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^3.1.2", "@11ty/eleventy": "^3.1.5",
"@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-navigation": "^1.0.5",
"@11ty/eleventy-plugin-bundle": "^1.0.4", "@11ty/eleventy-plugin-bundle": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.3.0", "luxon": "^3.3.0",
"markdown-it-anchor": "^8.6.7", "markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^3.0.3", "markdown-it-footnote": "^4.0.0",
"mdfigcaption": "^0.1.1", "mdfigcaption": "^0.1.1",
"pagefind": "^1.4.0" "pagefind": "^1.4.0"
}, },

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.