All posts

Hello World — Blog Launch

I built a personal blog with Next.js + MDX + Tailwind CSS. I'll be sharing technical learnings and daily insights.

Next.jsBlog

Introduction

Welcome to my blog! It's built with Next.js 15 (App Router) + MDX + Tailwind CSS and hosted on GitHub Pages.

Tech Stack

This blog is built with the following technologies:

  • Next.js 15 — Static site generation with App Router
  • MDX — Write blog posts with Markdown + JSX
  • Tailwind CSS — Utility-first CSS framework
  • TypeScript — Type-safe development
  • GitHub Pages — Free static site hosting

Key Features

Bilingual Support (Japanese / English)

Content is available in both Japanese and English. You can easily switch languages using the toggle in the header.

Dark Mode

Switch between light mode and dark mode with a single click.

Minimal Design

The design focuses on readability with a clean, minimal aesthetic.

Code Example

function greet(name: string): string {
  return `Hello, ${name}!`;
}
 
console.log(greet("World"));

What's Next

  • Publishing technical articles
  • Sharing what I learn
  • Expanding my portfolio

Thanks for visiting!