···1# blento
23-WORK IN PROGRESS, not ready for use yet.
000000000000000000045-your personal website in a bento style layout, using your PDS as a backend.
···1# blento
23+WORK IN PROGRESS, not ready for use yet, but you can test it out at: https://blento.app
4+5+your personal website in a bento style layout, using your bluesky PDS as a backend.
6+7+made with svelte, tailwind.
8+9+10+## Selfhosting
11+12+- fork this repo
13+- create a cloudflare worker application and connect it to your fork
14+- change the vars in `wranger.jsonc`
15+16+```json
17+ "vars": {
18+ "PUBLIC_HANDLE": "your-bluesky-handle",
19+ "PUBLIC_IS_SELFHOSTED": "true",
20+ "PUBLIC_DOMAIN": "https://your-cloudflare-worker-or-custom-domain.com"
21+ }
22+```
2324+DONE :)
···1+# todo
2+3+- video card
4+- github card
5+- instagram card
6+- edit already created cards (e.g. change link)
7+- link card: save favicon and og image to pds
8+9+10+- allow setting custom base and accent color
11+- allow changing avatar and description to be different than bluesky
+5-1
wrangler.jsonc
···32 * Note: Use secrets to store sensitive data.
33 * https://developers.cloudflare.com/workers/configuration/secrets/
34 */
35- "vars": { "MAIN_HANDLE": "flo-bit.dev" }
000036 /**
37 * Service Bindings (communicate between multiple Workers)
38 * https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings
···32 * Note: Use secrets to store sensitive data.
33 * https://developers.cloudflare.com/workers/configuration/secrets/
34 */
35+ "vars": {
36+ "PUBLIC_HANDLE": "blento.app",
37+ "PUBLIC_IS_SELFHOSTED": "",
38+ "PUBLIC_DOMAIN": "https://blento.app"
39+ }
40 /**
41 * Service Bindings (communicate between multiple Workers)
42 * https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings