Arthur DANJOU 86b5669947 Update header styles and improve visitor tooltip design
Adjusted header alignment for better responsiveness. Enhanced visitor tooltip by refining spacing, adding background color, and improving text readability for both light and dark themes.
2025-01-28 16:47:53 +01:00
2025-01-28 16:36:01 +01:00
2024-12-22 20:49:57 +01:00
2024-11-26 11:37:09 +01:00
2024-11-26 12:26:54 +01:00
2024-07-01 21:04:49 +02:00
2024-06-21 00:21:49 +02:00
2024-11-28 22:40:16 +01:00
2024-07-01 22:38:24 +02:00
2025-01-28 16:35:44 +01:00
2025-01-28 16:35:44 +01:00
2024-11-26 20:01:01 +01:00
2024-11-25 23:17:05 +01:00
2024-06-21 00:21:49 +02:00
2024-11-28 16:24:01 +01:00

Portfolio 2024

🖼 My new portfolio built with Nuxt, Nuxt Content, NuxtUI, Nuxt Studio, NuxtHub


⚒️ Tech stack

🍱 Adding content

Portfolio

Add a new .md file in /content/portfolio/ and follow the same pattern as the other articles. Add images in /public/portflio/.

Uses

Add a new item in /content/uses.

Running locally

# Installation (recommended for nuxt3)
pnpm i --shamefully-hoist

# Development server
pnpm dev

Add a .env file with the following content:

# Wakatime
NUXT_WAKATIME_USER_ID=...
NUXT_WAKATIME_CODING=...
NUXT_WAKATIME_LANGUAGES=...
NUXT_WAKATIME_OS=...
NUXT_WAKATIME_EDITORS=...

# Nuxt Sitemap
NUXT_PUBLIC_SITE_URL=...

# Nuxt Hub
NUXT_HUB_PROJECT_KEY=...

# Discord
NUXT_DISCORD_ID=...
NUXT_DISCORD_TOKEN=...
NUXT_DISCORD_USER_ID=...

# Cloud files
NUXT_PUBLIC_CLOUD_RESUME=...

# Nuxt I18N
NUXT_PUBLIC_I18N_BASE_URL=...

# Nuxt Mapbox
NUXT_PUBLIC_MAPBOX_STYLE_LIGHT=...
NUXT_PUBLIC_MAPBOX_STYLE_DARK=...
NUXT_PUBLIC_MAPBOX_ACCESS_TOKEN=...

📄 License

MIT © Arthur Danjou

Description
No description provided
Readme MIT 56 MiB
Languages
Vue 75.9%
TypeScript 22.7%
CSS 1.2%
JavaScript 0.2%