Compare commits

...

3 Commits

Author SHA1 Message Date
Jake Howard 5f8dc566e6
Correctly source date for RSS feed 2024-02-18 20:51:34 +00:00
Jake Howard 58d8005865
Add tags as RSS categories 2024-02-18 20:50:33 +00:00
Jake Howard 2fa8d0a92f
Exclude notes list from RSS
For some reason, it gets included twice, too
2024-02-18 20:49:55 +00:00
1 changed files with 6 additions and 3 deletions

View File

@ -108,8 +108,11 @@ plugins:
- social
- rss:
date_from_meta:
as_creation: "date"
as_update: false
as_creation: "git_creation_date_localized_raw_iso_datetime"
as_update: "git_updated_date_localized_raw_iso_datetime"
datetime_format: "%Y-%m-%d %H:%M:%S"
json_feed_enabled: false
match_path: "notes/.*"
match_path: "notes\/(?!(index\\.md)$).+"
categories:
- tags
- material-plausible