A personal project portfolio site for showcasing code projects, short descriptions, and external links such as GitHub repositories.
- English-only interface
- Project cards with descriptions, tags, and links
- Dark, minimal visual style inspired by julle98.me
- Responsive layout for desktop and mobile
npm install
npm run devnpm run buildThis project is configured for static export and can be deployed with GitHub Pages.
When building in GitHub Actions, set:
NEXT_PUBLIC_GITHUB_PAGES=trueNEXT_PUBLIC_BASE_PATH=/<your-repo-name>
The workflow will publish the exported site from the out/ folder.
Edit the project list in the data source used by the homepage to add your own repositories, live demos, or notes.
- Created by Julle98 with assistance from Claude AI.