From 72e25d94062a969e7352d1e8f938e98c55225a4e Mon Sep 17 00:00:00 2001 From: kayjaydee Date: Wed, 22 Apr 2026 22:55:37 +0200 Subject: [PATCH] feat(rebrand): align jobTitle + meta + i18n on Hytale Plugin Developer (REBRAND-01/02/03) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - app/pages/index.vue: JSON-LD utilise siteConfig.jobTitle (Hytale Plugin Developer) + siteConfig.contact.email au lieu de hardcode "Developpeur Full Stack" - nuxt.config.ts: site.name "Developpeur Full Stack" → "Hytale Plugin Developer" - app/data/site.ts: description "Professional Full Stack Developer..." → "Hytale Plugin Developer & Web Developer..." - i18n/fr.json + en.json: refonte positionnement sur 14 clés - a11y.logoLabel, seo.home/about/contact, about.title/intro/approach/cta, home.cta2, contact.title/subtitle/faq.projectTypes, projects.subtitle - Le titre principal "Hytale Plugin Developer & [Freelance] Web Dev" - Les 2 occurrences "full stack" restantes sont contextuelles (skills) Laisse les projets web/bot existants (virtual-tour, flowboard, xinko...) visibles, mentionne Hytale plugins car Phase 10 (5 démos) est planifiée. --- app/data/site.ts | 2 +- app/pages/index.vue | 19 ++++++++++--------- i18n/locales/en.json | 38 +++++++++++++++++++------------------- i18n/locales/fr.json | 38 +++++++++++++++++++------------------- nuxt.config.ts | 2 +- 5 files changed, 50 insertions(+), 49 deletions(-) diff --git a/app/data/site.ts b/app/data/site.ts index 54a455a..2688264 100644 --- a/app/data/site.ts +++ b/app/data/site.ts @@ -6,7 +6,7 @@ export const siteConfig: SiteConfig = { name: 'Killian', title: "Killian' DAL-CIN - Hytale Plugin Developer | Freelance", description: - 'Professional Full Stack Developer specializing in modern web development with Vue.js, React, Node.js. Expert in Discord bots, web applications, and custom software solutions.', + 'Hytale Plugin Developer & Web Developer. Custom Java plugins for Hytale servers, gaming websites, Discord bots, and full-stack web applications.', jobTitle: 'Hytale Plugin Developer', author: 'Killian', url: 'https://killiandalcin.fr', diff --git a/app/pages/index.vue b/app/pages/index.vue index 3cc3b46..3878e69 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,5 +1,6 @@