Feed is my personal link-sharing site built using Deno and Lume. It converts an RSS/Atom feed to a minimal static site.
- Visit https://onnyyonn.github.io/feed to read the feed.
- Add https://onnyyonn.github.io/feed/feed.xml to your feed reader.
- Install Deno.
- Run
deno task build
to generate the site, ordeno task dev
for a live local preview - Customize the page generation at
src/index.tmpl.js
, should be somewhat self-explanatory
A GitHub Action builds the site and deploys to GH-Pages.
However, the site content currently needs to be updated manually.