Skip to content

Commit

Permalink
publish: rssmarkable project
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek532 committed Jul 20, 2024
1 parent 87e0cb5 commit 92eeb20
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/work/listing/ProjectsListing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { ProjectThumbnail, ProjectThumbnailSkeleton } from "./thumbnail/ProjectT
import type { HitsProvided, StateResultsProvided } from "react-instantsearch-core";
import type { Project } from "types";

const FEATURED_PROJECT = "pozywka";
const FEATURED_PROJECT = "rssmarkable";

const searchClient = algoliasearch(
env.NEXT_PUBLIC_ALGOLIA_APP_ID,
Expand Down
2 changes: 1 addition & 1 deletion content/projects/animations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: "project"
author: "Bartosz Zagrodzki"
published: true
archived: true
priority: 7
priority: 6
---

<div id="introduction">
Expand Down
4 changes: 2 additions & 2 deletions content/projects/book-searcher.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Book Searcher"
excerpt: "Optimized app for searching/organizing books 📘"
publishedAt: "19-08-2021"
modifiedAt: "03-10-2021"
modifiedAt: "03-11-2021"
url: "https://book-searcher.vercel.app"
repository: "https://github.com/Bartek532/book-searcher"
tags:
Expand All @@ -15,7 +15,7 @@ type: "project"
author: "Bartosz Zagrodzki"
published: true
archived: false
priority: 2
priority: 3
---

<div id="introduction">
Expand Down
2 changes: 1 addition & 1 deletion content/projects/finejob.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: "project"
author: "Bartosz Zagrodzki"
published: true
archived: true
priority: 3
priority: 5
---

<div id="introduction">
Expand Down
2 changes: 1 addition & 1 deletion content/projects/github-profile-readme-generator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: "project"
author: "Bartosz Zagrodzki"
published: true
archived: true
priority: 6
priority: 7
---

<div id="introduction">
Expand Down
2 changes: 1 addition & 1 deletion content/projects/pozywka.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: "project"
author: "Bartosz Zagrodzki"
published: true
archived: false
priority: 1
priority: 2
---

<div id="introduction">
Expand Down
23 changes: 23 additions & 0 deletions content/projects/rssmarkable.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "RSSmarkable"
excerpt: "Open source app for syncing feeds and articles to your favorite device 🔄"
publishedAt: "10-03-2024"
modifiedAt: "10-03-2024"
url: "https://rssmarkable.vercel.app"
repository: "https://github.com/Bartek532/rssmarkable"
tags:
- "nextjs"
- "typescript"
- "remarkable"
- "pwa"
image: "/img/projects/rssmarkable/thumbnail.png"
type: "project"
author: "Bartosz Zagrodzki"
published: false
archived: false
priority: 1
---

<div id="introduction">

</div>
2 changes: 1 addition & 1 deletion content/projects/takenote.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: "project"
author: "Bartosz Zagrodzki"
published: true
archived: true
priority: 5
priority: 8
---

<div id="introduction">
Expand Down
Binary file removed public/img/projects/book-searcher/back2.png
Binary file not shown.
Binary file removed public/img/projects/finejob/back1.png
Binary file not shown.
Binary file added public/img/projects/rssmarkable/back.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 public/img/projects/rssmarkable/mockup.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 public/img/projects/rssmarkable/thumbnail.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 92eeb20

Please sign in to comment.