/Personal-News-Feed

Personal news feed aggregator

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Personal-News-Feed

Personal news feed aggregator.

newsfeed.aaronsdevera.com

Inspired by hackurls.

Screenshot of my personal news feed website

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.