I only post peak content ya feel me 🚀🚀
Xylight
- 1 Post
- 5 Comments
Joined 4 months ago
Cake day: June 9th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I could eventually write a Mastodon adapter for Photon. Probably not very soon though
Xylight@feddit.onlineto Lemmy Shitpost@lemmy.world•Ha ha ha, A LEAF! Go fuck yourself reddit.English261·24 days agoYou see, the joke is that “joke not funny and its on reddit so reddit bad”. lemmy obviously has jokes of higher intellect
I will make sure to post truly funny and intellectual content next time like “windows bad haha”
It might be overkill, but my website xylight.dev is written in Svelte with the framework Sveltekit. I use the
adapter-static
and disabled the client JavaScript withexport const csr = false
in my+layout.ts
.I really like Svelte since it lets me write reusable components really quickly, with very native feeling markup that, once I prerender it, expands into normal HTML.