diff --git a/README.md b/README.md index 403f283..ada9af3 100644 --- a/README.md +++ b/README.md @@ -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)