1
0
Fork 0

Adds RSS info to readme

This commit is contained in:
sloum 2024-01-18 09:12:15 -08:00
parent 398b5840ed
commit c56d4dd63d
1 changed files with 4 additions and 0 deletions

View File

@ -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 `<link>` to the head of `index.php`
- Can be manually linked to using the path `/rssFeed.xml` in an anchor tag
## Installation