No description https://matheoguilbert.fr
  • TypeScript 48.1%
  • Python 32.2%
  • MDX 18.6%
  • CSS 0.8%
  • JavaScript 0.3%
Find a file
2026-05-05 09:35:27 +02:00
.claude blog 2026-04-17 12:02:41 +02:00
app adding alternative language versions to article metadata 2026-05-05 09:35:27 +02:00
components adding links to contact icons on the footer 2026-04-30 09:53:56 +02:00
content adding alternative language versions to article metadata 2026-05-05 09:35:27 +02:00
lib adding alternative language versions to article metadata 2026-05-05 09:35:27 +02:00
messages writed evereast project page 2026-04-17 14:44:29 +02:00
public fix public images names 2026-04-23 13:54:08 +02:00
.gitignore adding metadata to blog articles and generate static web pages for ready articles only 2026-05-05 09:06:04 +02:00
eslint.config.mjs init project 2026-04-14 19:39:17 +02:00
i18n.ts auto translation setup 2026-04-17 10:46:24 +02:00
middleware.ts implemented language swicther 2026-04-17 09:52:04 +02:00
next.config.ts auto translation setup 2026-04-17 10:46:24 +02:00
package-lock.json fixing link style and writing english version of the first article 2026-04-17 19:18:46 +02:00
package.json added vercel analytics package 2026-04-17 13:20:04 +02:00
postcss.config.mjs init project 2026-04-14 19:39:17 +02:00
README.md init project 2026-04-14 19:39:17 +02:00
tsconfig.json init project 2026-04-14 19:39:17 +02:00
vercel.json avoid deployment elsewere than main branch 2026-04-17 13:24:19 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.