Skip to content

k1mjunyoung/kimjunyoung.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,258 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kimjunyoung.com

한국어 문서 (Korean)

Korean personal blog built with Next.js 15 App Router.

Tech Stack

  • Framework: Next.js 15 (App Router) + TypeScript
  • Styling: TailwindCSS v4 (@theme CSS variables)
  • Markdown: gray-matter + unified pipeline (rehype-starry-night code highlighting)
  • Search: Fuse.js + public/search-ko.json (generated at prebuild)
  • Deployment: Vercel

Install & Run

  1. Clone this repository

  2. Install dependencies and run:

    npm install
    npm run dev
  3. Build for production:

    npm run build

    The prebuild step automatically generates public/search-ko.json.

  4. Regenerate search index only:

    node scripts/build-search.mjs

Deploy to Vercel

Connect the GitHub repository to Vercel. No special build configuration is needed — Vercel detects Next.js automatically.

Posts

Posts are fetched from Supabase via API at runtime.

License

The theme is available as open source under the terms of the MIT License.

About

Inspired by @remote-jp

Resources

Stars

Watchers

Forks

Contributors