diff --git a/README.md b/README.md index 3a71e88..ad5bb13 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ Likely just me and a few friends. That said, anyone wanting a simple and lightwe - `SIMPLE_CSS`, turn on or off including of _simple.css_ (can also be adjusted in the admin screen: `/admin.php`) - `INDEX_HEAD`, injects additional tags at the end of the `<head>` element for `index.php` - `POST_HEAD`, injects additional tags at the end of the `<head>` element for `post.php` +- RSS Feed + - Automatically creates a basic RSS feed and updates it whenever you make a _new_ post (not an edit) + - Adds the feed as a `` to the head of `index.php` + - Can be manually linked to using the path `/rssFeed.xml` in an anchor tag ## Installation