Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 817 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 817 Bytes

onnyyonn//feed

Feed is my personal link-sharing site built using Deno and Lume. It converts an RSS/Atom feed to a minimal static site.

Develop

  1. Install Deno.
  2. Run deno task build to generate the site, or deno task dev for a live local preview
  3. Customize the page generation at src/index.tmpl.js, should be somewhat self-explanatory

Deploy

A GitHub Action builds the site and deploys to GH-Pages.

However, the site content currently needs to be updated manually.