Skip to content

Commit 07f5d93

Browse files
committed
update
1 parent 3998e40 commit 07f5d93

21 files changed

Lines changed: 851 additions & 179 deletions

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
# blento
1+
# blento
2+
3+
## todo
4+
5+
- add navbar buttons for cards
6+
- add basic cards
7+
- move other cards down
8+
- add sections
9+
- add mobile version
10+
- maybe add kv or db for caching?
11+
- add main page
12+
13+
## todo later
14+
15+
- animations when dragging
16+
- add theming
17+
18+
## cards
19+
20+
- link (title, domain, maybe photo)
21+
- photo/video (with optional caption, link)
22+
- text
23+
24+
### more cards
25+
26+
- map
27+
- github
28+
- Goodreads
29+
- social icons
30+
- latest bluesky post

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@tiptap/starter-kit": "^2.12.0",
5858
"bits-ui": "^2.14.4",
5959
"clsx": "^2.1.1",
60+
"gsap": "^3.14.2",
6061
"marked": "^15.0.11",
6162
"svelte-sonner": "^1.0.7",
6263
"tailwind-merge": "^3.4.0",

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%sveltekit.head%
77

88
</head>
9-
<body data-sveltekit-preload-data="hover" class="bg-base-50 dark:bg-base-950">
9+
<body data-sveltekit-preload-data="hover" class="bg-base-100 dark:bg-base-950">
1010
<div style="display: contents">%sveltekit.body%</div>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)