[READ-ONLY] Mirror of https://github.com/flo-bit/svelsky. editable svelte website with bluesky pds as backend flo-bit.dev/svelsky/
0

Configure Feed

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

update readme

+12 -1
+12 -1
README.md
··· 4 4 5 5 https://flo-bit.dev/svelsky/ 6 6 7 - statically built svelte website using your bluesky pds as a backend with a wysiwyg editor. 7 + Statically built svelte website using your bluesky pds as a backend with a wysiwyg editor. 8 + 9 + ## Why? 10 + 11 + - Statically built websites are fast and super cheap to host (often free on github 12 + pages, cloudflare, etc). 13 + 14 + - But they are usually hard to edit (for non-technical users), either you edit 15 + the code directly or you have to use (and usually pay for) a CMS of some kind. 16 + 17 + - This repo aims to combine the best of both worlds: cheap, fast and easy to edit 18 + (content editing only, design is static/only changeable by editing code). 8 19 9 20 ## Development 10 21