Hello, world!

23 August 2026 ยท 1 min read

This is a sample post to test the styling of my blog.

Text formatting

This is bold text.

This is italic text.

This is inline code.

This is a link to example.com.

Lists

Unordered

Ordered

  1. Step one
  2. Step two
  3. Step three

Code block

function hello() {
  console.log("Hello, world!");
}

hello();

Inline code

To serve the page, run jekyll serve.

Quote

Good software is built one small improvement at a time.

Table

Feature Status
Markdown โœ…
Dark mode ๐ŸŸก
Custom theme ๐Ÿšง

Final thoughts

This is the end of the test post.