Arthur DANJOU 74d747e29a Refactor experiences data format from JSON to Markdown
- Updated content.config.ts to change experiences source from JSON to Markdown files.
- Deleted JSON files for experiences: artdanjproduction, erisium, picard, and sevetys.
- Created corresponding Markdown files for each experience with structured front matter.
- Added new API endpoints for fetching experiences and projects in Markdown format.
- Removed unused ping API endpoint.
- Updated package.json with new dependencies for AI SDK and Zod.
- Added new resume files in PDF format for M1 2026 in English and French.
2025-11-12 23:23:05 +01:00
2025-11-12 16:12:56 +01:00
2025-11-12 16:12:56 +01:00
2025-11-12 16:12:56 +01:00
2025-11-12 16:12:56 +01:00
2025-11-12 16:12:56 +01:00
2025-11-12 16:12:56 +01:00

Hello Edge

A minimal Nuxt starter deployed on the Edge using NuxtHub.

https://hello.nuxt.dev

Hello World template for NuxtHub

Features

  • Server-Side rendering on Cloudflare Workers
  • ESLint setup
  • Ready to add a database, blob and KV storage
  • One click deploy on 275+ locations for free

Setup

Make sure to install the dependencies with pnpm:

pnpm install

You can update the main text displayed by creating a .env:

NUXT_PUBLIC_HELLO_TEXT="Hello my world!"

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Deploy

Deploy the application on the Edge with NuxtHub on your Cloudflare account:

npx nuxthub deploy

Then checkout your server logs, analaytics and more in the NuxtHub Admin.

You can also deploy using Cloudflare Pages CI.

Description
No description provided
Readme 5.8 MiB
Languages
TypeScript 71%
Vue 28.4%
JavaScript 0.4%
CSS 0.2%