updatehello

Hello World

Welcoming you to my new personal blog and portfolio.

# Why I made this blog

I made this blog to share my thoughts, ideas, some tutorials, and overall just to get better at technical writing.

# About this blog

This blog is made with Astro and Tailwind CSS. I also decided on using MDX for writing my blog posts. I’m not a big fan of writing blog posts, but I think it’s a good way to share my knowledge with the world.

# Tech Stack

# A few cool features

  • Bullet points are nice
const x = 1; // code blocks are nice
main.rs
fn main() {
    println!("Hello, world!");
    // especially when I can highlight things too
    // even specific words
}
  • bullet points are nice
    • nested bullet points make it even better
      • especially when they line up
  1. Numbered lists are nice
    1. When we can organize them more
      1. And even more than that!
  • We can even make a todo list.
  • And sometimes we get it done!

Blockquotes are nice too. - someone

TablesAreNice
TablesAreNice

I can even cross things out.

Or bold this.

links look pretty too like this.

Or I can even send you to another page with a link.

Or just to another heading on this page with a link.

The other cool thing I can do is embed code into my blog posts, like this:

Counter0

or even animate something:

Click the ball to bounce

or even make a component:

Pro Tip

Use the mauve text color for emphasizing important keywords in your docs.

# What to expect

I’ll be posing more about projects I am working on, tutorials, and overall just get better at technical writing skills. I give no promises on the frequency of posts, but I’ll try my best to keep it up to date.