index

Hello World

· 1 min read

Welcome to my new blog! This is a minimal blog built with Astro, featuring:

  • Clean, minimal design inspired by astro-chiri
  • Full-text search powered by FlexSearch
  • Dark mode support
  • RSS feed
  • Subpost support for multi-part series

Getting Started

This blog uses a hybrid styling approach:

  • CSS variables for Astro components (like astro-chiri)
  • Tailwind classes for React components (like merox-erudite)

Both share the same color values through the @theme inline mapping in the global CSS.

Code Example

Here’s some sample code:

function greet(name: string): string {
  return `Hello, ${name}!`;
}

console.log(greet("World"));

Math Support

This blog also supports KaTeX for math rendering:

E=mc2E = mc^2

Happy blogging!

Command Menu

Search posts, pages, or run commands