Skip to content

Commit

Permalink
docs: Update logo in all screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Mar 26, 2024
1 parent e199112 commit 39fd1ff
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A self-hostable bookmark-everything app with a touch of AI for the data hoarders
- ✨ AI-based (aka chatgpt) automatic tagging.
- 🔖 [Chrome plugin](https://chromewebstore.google.com/detail/hoarder/kgcjekpmcjjogibpjebkhaanilehneje) for quick bookmarking.
- 📱 An iOS app that's pending apple's review.
- 🌙 Dark mode support.
- 🌙 Dark mode support (web only so far).
- 💾 Self-hosting first.
- [Planned] Archiving the content for offline reading.

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

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).

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.
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.

## Alternatives

Expand Down
Binary file added apps/landing/app/apple-icon.png
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 apps/landing/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/landing/app/opengraph-image.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion apps/landing/app/twitter-image.jpg

This file was deleted.

Binary file added apps/web/app/apple-icon.png
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 apps/web/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion apps/web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Hoarder",
applicationName: "Hoarder",
description: "Your AI powered second brain",
description:
"The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI.",
manifest: "/manifest.json",
appleWebApp: {
capable: true,
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/04-screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

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

## Bookmark Preview

![Bookmark Preview](/img/screenshots/bookmark-preview.png)

## Settings

![Settings](/img/screenshots/settings.png)
Expand Down
1 change: 1 addition & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const config: Config = {
logo: {
alt: 'Hoarder Logo',
src: 'img/logo-full.svg',
srcDark: 'img/logo-full-white.svg',
width: "120px",
},
items: [
Expand Down
16 changes: 16 additions & 0 deletions docs/static/img/logo-full-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/screenshots/admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/screenshots/all-lists.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/screenshots/all-tags.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/screenshots/homepage-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/screenshots/homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/screenshots/share-sheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/homepage.png
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 39fd1ff

Please sign in to comment.