From 5c4d7fc319263e867cff851b283b55b7e4d16398 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 6 Sep 2025 16:32:15 +0200 Subject: [PATCH] feat: rename project from ArtSite to ArtChat and update cover image --- content/projects/artsite.md | 8 ++++---- package.json | 2 +- public/projects/{artsite => artchat}/cover.png | Bin 3 files changed, 5 insertions(+), 5 deletions(-) rename public/projects/{artsite => artchat}/cover.png (100%) diff --git a/content/projects/artsite.md b/content/projects/artsite.md index a39fd3a..41d6bd9 100644 --- a/content/projects/artsite.md +++ b/content/projects/artsite.md @@ -1,16 +1,16 @@ --- -slug: artsite -title: 🌍 ArtSite +slug: artchat +title: 🌍 ArtChat description: My personal website, portfolio, and blog — all in one. publishedAt: 2024/06/01 readingTime: 1 -cover: artsite/cover.png +cover: artchat/cover.png favorite: true tags: - web --- -[**ArtSite**](https://arthurdanjou.fr) 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. +[**ArtChat**](https://arthurdanjou.fr) 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. diff --git a/package.json b/package.json index e8d1886..7e5758e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "artsite", + "name": "artchat", "type": "module", "private": true, "scripts": { diff --git a/public/projects/artsite/cover.png b/public/projects/artchat/cover.png similarity index 100% rename from public/projects/artsite/cover.png rename to public/projects/artchat/cover.png