HYUNTAE KIM's Portfolio
← Blog

Hello World

metanextjs

Hello World

This is the first post. The blog is powered by local Markdown files in the /posts directory. You can edit these files in Obsidian or any text editor—no database required.

Features

  • Frontmatter: title, date, tags, description are parsed and used for listing and SEO.
  • Static generation: All blog pages are pre-rendered at build time for fast loads.
  • Obsidian compatible: Standard Markdown + YAML frontmatter only.

Code example


const greeting = "Hello, portfolio!";
console.log(greeting);

Thanks for reading.