Skip to content

aaronsdevera/Personal-News-Feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.