From e4f5537d34248fcb1f368ac8372f1afee973f1b1 Mon Sep 17 00:00:00 2001 From: Amy Retzerau Date: Tue, 23 Sep 2025 15:26:33 +0200 Subject: [PATCH] feat: continued blog creation blog --- src/routes/blogs/0-The-Creation-of-this-Blog/+page.svx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/blogs/0-The-Creation-of-this-Blog/+page.svx b/src/routes/blogs/0-The-Creation-of-this-Blog/+page.svx index 1e0c160..b9b4130 100644 --- a/src/routes/blogs/0-The-Creation-of-this-Blog/+page.svx +++ b/src/routes/blogs/0-The-Creation-of-this-Blog/+page.svx @@ -6,7 +6,7 @@ to write new posts minimal. This is more a ressource summery with tips, than an --- -## Static side generation +# Static side generation The stack consists of: - [svelte + svelte-kit](https://svelte.dev/docs/kit/introduction) - [mdsvex](https://mdsvex.pngwn.io/) @@ -16,7 +16,7 @@ The core functionallity provides which allow you to combine svelte and markdown. ![Tasd|20rem](/blog-1.png) -## Image sizing +# Image sizing I want to be able to rezise an image in markdown without using HTML, just like in obsidian, by declaring the width after the alt text `![some alt text|](/some-image.png)`. @@ -46,7 +46,7 @@ And then needs to be imported in the mdsvex layout: This is desctibed in furhter details by the [mdsvex docs](https://mdsvex.pngwn.io/docs#custom-components) and this [issue](https://github.com/pngwn/MDsveX/discussions/292). -## Colors +# Colors I love the [rose pine](https://rosepinetheme.com/) color palette. I use it privatly for some applications, and think it improves this blog too.