Personal news feed aggregator.
Inspired by hackurls.
Some of my favorite sources
You can view a full list of sources here in the repo. Features
- No dang ads, cookie modals, etc etc
- Clear highlighting of articles with input keyword
- Dumb easy to update
Built with
Running site in dev mode
while in the site directory, and assuming you have a .dev.vars file with the correct values:
wrangler dev --live-reload
Deployment
To deploy the site, while in the site directory:
wrangler deploy
Adding new sources
The manual way of doing this is to edit collections/sources.json and add an entry with the source_name, source_type, and url to the RSS feed.
