update readme

This commit is contained in:
Nathan Upchurch 2024-07-09 12:58:50 -05:00
parent ed1acf8cc8
commit 0387793868

View File

@ -7,6 +7,7 @@ My blog, originally based on the very helpful eleventy-base-blog v8, although it
* Dark mode
* Graceful but unobtrusive page transitions
* Pretty variable typefaces
* Pretty 401 and 403 error pages
### Fediverse Integration
* Mastodon [toot embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#embed-a-toot-from-mastodon-using-the-toot-shortcode)
@ -20,10 +21,17 @@ My blog, originally based on the very helpful eleventy-base-blog v8, although it
* Each individual tag
* /now page that nicely handles posts tagged with "now"
### Weird and Wonderful
* [Accessible cowsay output embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#add-a-cowsay-to-a-post)
### Technical
* Reusable web components:
* Card
* Mastodon comment
* Profile picture
* Embedded toot
### Quality of Life
* Copyright notice, default post image, alt text, and author details defined in `metadata.js`.
* "Read Next" highlighting the previous blog post at the bottom of every post
* robots.txt tells AI scrapers to GTFO
### Weird and Wonderful
* [Accessible cowsay output embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#add-a-cowsay-to-a-post)