Skip to content

Edouardbl/personal-site

Repository files navigation

Edouard Blondeau — Personal Website

Minimal, bilingual personal website built with Next.js.

Stack

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS
  • next/font (Geist)

Run locally

npm install
npm run dev

Open http://localhost:3000

Build

npm run build
npm run start

Project structure

app/

  • layout.tsx
  • page.tsx
  • globals.css

public/

  • images/

src/

  • components/
  • content/

Editing content

  • Work & Path entries → src/content/
  • Images → public/images/
  • Layout & sections → app/page.tsx

Commit convention

This project follows Conventional Commits:

  • feat: new feature
  • fix: bug fix
  • style: visual changes
  • refactor: code restructuring
  • docs: documentation
  • chore: config / tooling

Stack

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS
  • next/font (Geist)
  • Deployed on Vercel

Local Setup

npm install
npm run dev

About

My personal site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors