Skip to content

Commit

Permalink
docs: add home page screenshot to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-shuman committed Sep 3, 2024
1 parent 930f462 commit 9b6518a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./static/favicon-light.svg" />
<img alt="header" src="./static/favicon-dark.svg" width="128px" />
<img alt="logo" src="./static/favicon-dark.svg" width="128px" />
</picture>

# readl8r
Expand All @@ -15,6 +15,11 @@
- :file_cabinet: All articles are stored in a `/data/local.sqlite` SQLite database.
- :inbox_tray: Get an [RSS](https://www.rssboard.org/rss-specification), [Atom](https://validator.w3.org/feed/docs/atom.html), or [JSON](https://www.jsonfeed.org/) feed of articles at [`/rss`](#generate-rss2-feed-from-articles), [`/atom`](#generate-atom-feed-from-articles), or [`/json`](#generate-json-feed-from-articles) respectively.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="./screenshots/home-dark.jpeg" />
<img alt="home page screenshot" src="./screenshots/home-light.jpeg" />
</picture>

## Add an article

**Requires Authentication**
Expand Down
Binary file added screenshots/home-dark.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/home-light.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b6518a

Please sign in to comment.