My First Post

published: 2025-03-17

Hello this is my first post to this static SvelteKit blog. It’s a markdown (.md) file, so it’s portable to/from other places. You can use a familiar syntax for bold and italic text.

  1. You can make lists.
  2. Like this!
  • Or you can make lists.
  • List this.

And of course you can use code inline or in blocks.

const text = "This is a code block!";
// this code block uses syntax highlights via prism.css
// you can use your own prism theme

You can use images too of course, and they’ll be optimised for performace with Svelte enhanced images.

More Posts: