feat: continued blog creation blog

This commit is contained in:
2025-09-23 15:26:33 +02:00
parent 0afc9d7144
commit e4f5537d34

View File

@@ -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: The stack consists of:
- [svelte + svelte-kit](https://svelte.dev/docs/kit/introduction) - [svelte + svelte-kit](https://svelte.dev/docs/kit/introduction)
- [mdsvex](https://mdsvex.pngwn.io/) - [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) ![Tasd|20rem](/blog-1.png)
## Image sizing # Image sizing
I want to be able to rezise an image in markdown without using HTML, 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|<width>](/some-image.png)`. just like in obsidian, by declaring the width after the alt text `![some alt text|<width>](/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) 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). 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, I love the [rose pine](https://rosepinetheme.com/) color palette. I use it privatly for some applications,
and think it improves this blog too. and think it improves this blog too.