Skip to content

amu815/amu815.github.io

Repository files navigation

amu815.github.io

Personal site for @amu815. Bilingual (EN / JA), built with Next.js 16 App Router + Tailwind CSS v4, exported as a static site and deployed to GitHub Pages.

Develop

bun install
bun dev        # http://localhost:3000
bun run build  # emits ./out

Deploy

Pushed commits to main trigger .github/workflows/deploy.yml, which builds with Bun and publishes out/ via actions/deploy-pages. Enable Settings → Pages → Source = "GitHub Actions" once on a fresh repo.

Structure

  • app/page.tsx — English root (/)
  • app/ja/page.tsx — Japanese (/ja/)
  • components/ — shared sections (Hero, Stats, Publications, Skills, …)
  • content/dict.ts — bilingual string dictionary
  • public/.nojekyll — required so Pages serves _next/*

About

Amu Suemoto — personal site (bilingual, Next.js static export)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors