Joseph Maina Logomark

November 11, 2024

Hello World

Hero image

alternative text for image

Summary for this hello world post will go here.

Hero image

(Optional) Image description or attribution

The first MDX content for blog ever.

With some headings

And a list of items

And it will it superb!

Footnotes Code fence and inline code with line and word highlighting math equations

Begin

Hey there 👋! Nice to meet you internet friend.

I'm Joseph Maina, a software engineer, writer and educator. This is the first post on my new shiny blog. The intention of this post is to test out how everything works before I embark on a journey of regular writing.

I will write about how I built this blog in a future post, but first, let me introduce you to a few features of this site.

It is support math equations like this:

Both inline and as a block.

It supports syntax highlighting

As well as tables, footnotes and so on.

An images. I almost forgot about images on this site. And the way images are important and readers love them so much.

It is a superb blog which I intend to use to share the knowledge I have gathered over the years on tech.

Actually this being a hello world post is not the first post I have ever written. I have many more in other blogging sites, but it is the first blog post here on this website.

I have dreamed of this moment for so long and I am happy to see this dream coming true.

It is a win for me this year.

Next article will touch how I built this site. And all that went into building it.

Code block

./test.py
print("hello world")
x = 5
z = 3
x = z + x
# comment in python
PRINT("hello") // [!code --]
print("hello") // [!code ++]