Skip to content

Commit

Permalink
fix feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Jul 19, 2023
1 parent 63013cc commit 1a879c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
@@ -1,5 +1,9 @@
# 🦉 Bubo Reader (Fork)

![screenshot](./screenshot.png)

[Example Site](https://kevinfiol.com/reader)

This is a personal fork of the excellent [Bubo Reader](https://github.com/georgemandis/bubo-rss) by George Mandis. I've made several opinionated changes to the setup, including replacing dependencies with more compact alternatives. Please see the original repository for deployment instructions.

Original blogpost: [Introducing Bubo RSS: An Absurdly Minimalist RSS Feed Reader](https://george.mand.is/2019/11/introducing-bubo-rss-an-absurdly-minimalist-rss-feed-reader/)
Expand Down Expand Up @@ -29,4 +33,4 @@ npm run build

1. Fork this repo!
2. Enable [Github Pages](https://pages.github.com/) for your repo (either as a project site, or user site)
3. Configure `.github/workflows/build.yml` to your liking
3. Configure `.github/workflows/build.yml` to your liking;
Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/feeds.json
Expand Up @@ -8,7 +8,7 @@
"https://danluu.com/atom.xml",
"https://kevinfiol.com/atom.xml",
"https://terrysfreegameoftheweek.com/feed/",
"https://fasterthanli.me/index.xml",
"https://fasterthanli.me/index.xml"
],
"reddit": [
"https://www.reddit.com/r/Games.rss"
Expand Down

0 comments on commit 1a879c8

Please sign in to comment.