All posts

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


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

Ordered List

  1. First step
  2. Second step
  3. Third step

Images

Here is an example image:

Placeholder 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!