add rss feeds (/rss, /poetry/rss, and /thoughts/rss)

This commit is contained in:
2024-06-13 15:26:29 -04:00
parent e54a60359c
commit dae681d2c2
5 changed files with 142 additions and 16 deletions

View File

@@ -8,7 +8,6 @@ export interface Metadata {
export interface Section {
poetry: 'poetry';
thoughts: 'thoughts';
services: 'services';
all: 'all';
}