This is the source code for my personal website, available at webdevelop.fr.
- Framework: Astro
- Language: TypeScript
- Styling: Vanilla CSS
- Content: Astro Content Collections (Markdown for blog, JSON for localized homepage)
- Icons: HTML Entities & Custom CSS
- Bilingual Support: Full French and English localization.
- Terminal Component: Interactive CLI-style component.
- Glitch Effects: Custom JavaScript-driven glitch animations for a tech-heavy aesthetic.
- Minimalist Design: Focused on performance and readability.
All commands are run from the root of the project:
| Command | Action |
|---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:4321 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally |
pnpm astro check |
Run type checking and diagnostics |
All Rights Reserved. See LICENSE for details.