Files
artchat/content/projects/artsite.md
Arthur DANJOU ff28b719de feat: enhance command palette with new "uses" feature and update chat types
- Added "View setup" command to the command palette in English, French, and Spanish.
- Removed "Tech Stack" command from the command palette.
- Updated MessageContainer to handle new "uses" message type.
- Refactored chat.ts to use a new ChatMessages function for better organization.
- Created new Uses.vue component to display a list of software and gadgets.
- Added Item.vue and List.vue components for rendering individual items and categories.
- Updated content configuration to include new skills and uses categories.
- Added new JSON files for programming languages, frontend, backend, devops, and python frameworks.
- Updated existing JSON files for homelab items with improved descriptions.
- Removed obsolete stack JSON files.
2025-09-02 21:19:32 +02:00

2.2 KiB

slug, title, description, publishedAt, readingTime, cover, favorite, tags
slug title description publishedAt readingTime cover favorite tags
artsite 🌍 ArtSite My personal website, portfolio, and blog — all in one. 2024/06/01 1 artsite/cover.png true
web

ArtSite is my personal space on the web — a portfolio, a blog, and a digital lab where I showcase my projects, write about topics I care about, and experiment with design and web technologies.

It's designed to be fast, accessible, and fully responsive. The site also serves as a playground to explore and test modern frontend tools.

⚒️ Tech Stack

  • UIVue.js: A progressive JavaScript framework for building interactive interfaces.
  • FrameworkNuxt: A powerful full-stack framework built on Vue, perfect for modern web apps.
  • Content SystemNuxt Content: File-based CMS to manage blog posts and pages using Markdown.
  • Design SystemNuxt UI: Fully styled, customizable UI components tailored for Nuxt.
  • CMS & EditingNuxt Studio: Visual editing and content management integrated with Nuxt Content.
  • LanguageTypeScript: A statically typed superset of JavaScript.
  • StylingSass & Tailwind CSS: Utility-first CSS framework enhanced with SCSS flexibility.
  • DeploymentNuxtHub: Cloudflare-powered platform for fast, scalable Nuxt app deployment.
  • Package Managerpnpm: A fast, disk-efficient package manager for JavaScript/TypeScript projects.
  • LinterESLint: A tool for identifying and fixing problems in JavaScript/TypeScript code.
  • ORMDrizzle ORM: A lightweight, type-safe ORM for TypeScript.
  • ValidationZod: A TypeScript-first schema declaration and validation library with full static type inference.
  • DeploymentNuxtHub: A platform to deploy and scale Nuxt apps globally with minimal latency and full-stack capabilities.