Commit graph

9 commits

Author SHA1 Message Date
Carter McBride
10d017a511 Replace rss-parser and manual work with extractus 2024-09-13 14:59:39 -06:00
Carter McBride
9d7275b69e Update astro 2024-09-13 14:51:36 -06:00
Carter McBride
640a8d56fd Fix build output and remove vestigal deps 2024-08-23 14:15:46 -06:00
Carter McBride
2de8262704
Convert to Astro (#18)
* Init astro

* Show all feed items as a list

* Add filter for recent items

* Add category colors

* Add dark mode

* Add article counts
2024-08-23 14:09:33 -06:00
Carter McBride
2e23740a44 Fix heights 2024-07-17 21:47:50 -06:00
Carter McBride
2932a6276e
Convert styling to Tailwind (#15)
* Initialize tailwind

* Convert styling to Tailwind

* Add console output for CSS build

* Allow reading the feeds from an environment variable

* Change link styling and no-script time format

* Fix ellipses
2024-07-17 12:01:36 -06:00
Carter McBride
5f27f8a16e
Update the UI (#10)
* Move the emoji

* Convert to a grid layout

* Ellipsize the feed urls

* Add link to source on GitHub

* Always be updating the relative time of the feed

* Make "recent" within the last 8 hours

* Sort the feeds alphabetically
2024-06-21 16:05:49 -06:00
Carter McBride
39c6402253
Add a relative time formatter (#7) 2024-06-19 15:31:57 -06:00
Carter McBride
b4615da264
Initialize repository (#1)
* Convert to bun

* Write "deploy to pages" action

* Remove unneeded steps and files

* Switch from eslint to biome for linting and formatting

* Combine lint and format commands

* Add feeds

* Remove Atom feed

* Add time to feed display

* Work on the github pages workflow
2024-06-18 22:33:18 -06:00