Skip to content

Commit 4fa4a14

Browse files
committed
docs: Update logo in all screenshots
1 parent e199112 commit 4fa4a14

21 files changed

+25
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A self-hostable bookmark-everything app with a touch of AI for the data hoarders
1313
- ✨ AI-based (aka chatgpt) automatic tagging.
1414
- 🔖 [Chrome plugin](https://chromewebstore.google.com/detail/hoarder/kgcjekpmcjjogibpjebkhaanilehneje) for quick bookmarking.
1515
- 📱 An iOS app that's pending apple's review.
16-
- 🌙 Dark mode support.
16+
- 🌙 Dark mode support (web only so far).
1717
- 💾 Self-hosting first.
1818
- [Planned] Archiving the content for offline reading.
1919

@@ -53,7 +53,7 @@ The demo is seeded with some content, but it's in read-only mode to prevent abus
5353

5454
I browse reddit, twitter and hackernews a lot from my phone. I frequently find interesting stuff (articles, tools, etc) that I'd like to bookmark and read later when I'm in front of a laptop. Typical read-it-later apps usecase. Initially, I was using [Pocket](getpocket.com) for that. Then I got into self-hosting and I wanted to self-host this usecase. I used [memos](https://github.com/usememos/memos) for those quick notes and I loved it but it was lacking some features that I found important for that usecase such as link previews and automatic tagging (more on that in the next section).
5555

56-
I'm a systems engineer in my day job (and have been for the past 7 years). I didn't want to get too detached from the web development world. I decided to build this app as a way to keep my hand dirty with web development, and at the same time, build something that I care about and will use everyday.
56+
I'm a systems engineer in my day job (and have been for the past 7 years). I didn't want to get too detached from the web development world. I decided to build this app as a way to keep my hand dirty with web development, and at the same time, build something that I care about and use every day.
5757

5858
## Alternatives
5959

apps/landing/app/apple-icon.png

3.39 KB
Loading

apps/landing/app/icon.png

3.39 KB
Loading

apps/landing/app/opengraph-image.jpg

-103 KB
Binary file not shown.

apps/landing/app/opengraph-image.png

3.05 MB
Loading

apps/landing/app/twitter-image.jpg

-1
This file was deleted.

apps/landing/app/twitter-image.png

3.05 MB
Loading

apps/web/app/apple-icon.png

3.39 KB
Loading

apps/web/app/icon.png

3.39 KB
Loading

apps/web/app/layout.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const inter = Inter({ subsets: ["latin"] });
1717
export const metadata: Metadata = {
1818
title: "Hoarder",
1919
applicationName: "Hoarder",
20-
description: "Your AI powered second brain",
20+
description:
21+
"The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI.",
2122
manifest: "/manifest.json",
2223
appleWebApp: {
2324
capable: true,

docs/docs/04-screenshots.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
![All Lists](/img/screenshots/all-lists.png)
1818

19+
## Bookmark Preview
20+
21+
![Bookmark Preview](/img/screenshots/bookmark-preview.png)
22+
1923
## Settings
2024

2125
![Settings](/img/screenshots/settings.png)

docs/docusaurus.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const config: Config = {
5555
logo: {
5656
alt: 'Hoarder Logo',
5757
src: 'img/logo-full.svg',
58+
srcDark: 'img/logo-full-white.svg',
5859
width: "120px",
5960
},
6061
items: [

docs/static/img/logo-full-white.svg

+16
Loading

docs/static/img/screenshots/admin.png

-97.5 KB
Loading
-84.1 KB
Loading
-102 KB
Loading
-856 KB
Loading
-262 Bytes
Loading
-98 KB
Loading
-29.7 KB
Loading

screenshots/homepage.png

-262 Bytes
Loading

0 commit comments

Comments
 (0)