From ccdaea6d800101366e6410278ac720fefe2eae9b Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 9 Jul 2024 12:19:41 -0500 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 64c3548..6db4b34 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,14 @@ My blog, originally based on the very helpful eleventy-base-blog v8, although it ### 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"` * Built in support for [webring links](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#webrings) +* Auto-generated, **styled** RSS feeds + * All blog posts + * 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) ### 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