home
search
tag
: svelte
How I built a markdown drive static website with SvelteKit and Tailwind
2022-05-03
•
10 min read
svelte
gotofritz
In
my last post I ported my existing blog to SvelteKit
, to get to used to it. Now I am going to build a new version from scratch, using markdown and tailwind. I will use
Matt Jennings's excellent SvelteKit blog template
as seed.
Read More
I rebuilt my website with SvelteKit
2022-04-22
•
6 min read
svelte
gotofritz
Building a static website with
Sveltekit
and markdown is hard going at first. But just when I was about to give up I stumbled on some blog posts and boilerplates that helped me crack it. I may still switch to
Astro
later though
Read More
Setting CSS values dynamically in Svelte
2020-04-09
•
3 min read
svelte
If you are used to React's Styled Components, assigning CSS values dynamically in Svelte can be baffling at first.
Read More