The personal site of Ben Balter. Currently in transition from Jekyll to Next.js.
This site currently supports both Jekyll (legacy) and Next.js (in development):
The site is currently built using Jekyll, GitHub Pages, and Bootstrap. See humans.txt for more infos.
A Next.js structure has been set up for the future migration. The Next.js app is configured to:
- Use the App Router (
app/directory) - Export static HTML for GitHub Pages compatibility
- Support TypeScript with React
npm run dev # Start Next.js development server (http://localhost:3000)
npm run next:build # Build Next.js for production (outputs to /out)
npm run next:start # Start Next.js production server- Content: Creative Commons, BY
- Code: MIT