7 Commits

Author SHA1 Message Date
4fa8fce9b2 feat(SEO): better metadata and SEO tags 2026-02-05 13:06:38 +01:00
1162e4e85e build: configure Cloudflare Pages deployment
- Add wrangler CLI and workerd runtime as dev dependencies
- Configure nitro prerender with autoSubfolderIndex disabled for Pages
- Add Turnstile validation endpoint for server-side CAPTCHA verification
- Add baseline-browser-mapping for browser compatibility
2026-02-05 13:06:38 +01:00
3c3e1b67fd chore: separate frontend from backend 2026-02-05 13:06:38 +01:00
3f828a754b feat(frontend): main page 2025-11-11 19:12:03 +01:00
007c3d1c18 feat: initialization migration to Nuxt + Backend
This commit initializes both the Nuxt frontend and the Rust backend of
the new version of phundrak.com
2025-11-06 09:27:39 +01:00
668e1e2a96 chore: delete backend
Initially, the backend was meant to cache calls to the GitHub API.
However, I decided to just cache them in the sessionStorage of the
visitor’s browser instead.
2023-03-22 11:46:09 +01:00
7f217641f0 feat(backend): add initial backend
Backend as is can query GitHub for the information that will be
necessary later on in the frontend's pages. It does not cache this
information yet though.

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:13:51 +01:00