Hello, World!
Welcome to my first blog post on my custom Astro + MDX blog.
Here, I will show you how posts will look, including links, code snippets, and quotes.
“Writing is easy. All you have to do is cross out the wrong words.”
© Mark Twain
Links
I can link to other websites, for example: Astro, MDX, or even my own projects such as Legacy usebot.
Code Snippet
// This is a simple JavaScript example
console.log("Hello, world!");
Lists
Unordered List
- Item 1
- Item 2
- Item 3
Ordered List
- First step
- Second step
- Third step
Images
Here is an example image:

Conclusion
This is just the beginning of my journey into creating a fully custom, stylish blog using Astro and MDX. Stay tuned for more posts!