Ikenna Chifo

Engineer & Speaker

ESC
Type to search...
· 1 min read

Hello World

Your first blog post. This example demonstrates code blocks, callouts, and other MDX features available in the template.

Welcome to your new site. This example post showcases the features available in the template.

Code blocks

The template uses Expressive Code with line numbers and language labels. Here is an example:

TypeScript
interface Post {
title: string;
publishDate: Date;
tags: string[];
}
function formatDate(date: Date): string {
return date.toLocaleDateString("en-GB", {
day: "2-digit",
month: "2-digit",
year: "numeric",
});
}

Components

MDX lets you use Astro and React components inside your posts.

Getting started

Edit this file at src/content/post/hello-world.mdx or delete it and write your own posts.

Customization

Edit src/config.ts to set your name, links, and site metadata. The template handles OG images, RSS, search, and sitemaps automatically.

What’s next

  • Add your own posts in src/content/post/
  • Add projects in src/content/project/
  • Customize src/pages/about.astro
  • Replace the favicon files in public/