Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 776 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 776 Bytes

limberg.dev Devblog

A custom blog built on top of Svelte Kit and mdsvx statically hosted on Cloudflare Pages.

I use mdsvx with custom remark plugins to add markdown support to Svelte. The remark plugins add <sections> elements around headlines and extract a table of content based on the headlines of each individual post. Each post also uses a custom Header component to provide semantic HTML for the post title and description.

I designed the blog myself with entirely custom CSS.

The tech stack of this blog was inspired by this blog post by Josh Collinsworth.