your personal website on atproto - mirror blento.app
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

try redirecting

Florian 13589b42 10276847

+23 -6
+8 -1
src/routes/+page.server.ts
··· 1 1 import { loadData } from '$lib/website/load'; 2 2 import { env } from '$env/dynamic/public'; 3 + import { redirect } from '@sveltejs/kit'; 3 4 4 - export async function load({ platform }) { 5 + export async function load({ platform, url }) { 6 + const hostname = url.hostname; 7 + 8 + if (hostname === 'flo-bit.blento.app') { 9 + redirect(308, '/flo-bit.dev'); 10 + } 11 + 5 12 const data = await loadData(env.PUBLIC_HANDLE, platform); 6 13 return { ...data, handle: env.PUBLIC_HANDLE }; 7 14 }
+15 -5
todo.md
··· 6 6 - link card: save favicon and og image to pds 7 7 - [x] more cards list 8 8 - paste handler for card creation (+ when entering link) 9 - - text cards: align text top middle bottom and left center right 9 + - [x] text cards: align text top middle bottom and left center right 10 10 - change general settings: 11 11 - show profile 12 + - profile on side or top 12 13 - base, accent color 13 14 - title 14 15 - favicon 15 - - set custom card size 16 + - [x] set custom card size 17 + - spacer card 18 + - option to hide cards on mobile 16 19 17 20 - [x] og images 18 21 - separate og image for main page ··· 21 24 - instagram 22 25 - github 23 26 - bluesky account 27 + - bluesky feed 24 28 - bluesky post (fixed or latest) 25 29 - social accounts card (multiple) 26 30 - cartoons: aka https://www.opendoodles.com/ ··· 48 52 - tixy 49 53 50 54 - image cards: different images for dark and light mode 51 - 52 - - allow setting custom base and accent color 53 55 - allow changing avatar and description to be different than bluesky 54 56 - allow adding background image 55 - - borderless cards 57 + - [x] borderless cards 58 + 59 + - selfhosting options: 60 + - [x] cloudflare workers 61 + - other serverless option 62 + - github pages 63 + 64 + - analytics (get page views) 65 + - custom subdomain