mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-26 19:54:20 +01:00
Fixed minor inconsistencies in syntax, formatting, and logging levels across various files. Updated newline handling, adjusted console log types, and improved code organization for better readability and maintainability.
26 lines
999 B
Markdown
26 lines
999 B
Markdown
---
|
|
slug: artsite
|
|
title: ArtSite
|
|
description: 🌍 My personal website, my portfolio, and my blog. 🚀
|
|
publishedAt: 2024/06/01
|
|
readingTime: 1
|
|
cover: artsite/cover.png
|
|
tags:
|
|
- project
|
|
- web
|
|
---
|
|
|
|
[**ArtSite**](https://arthurdanjou.fr) is my personal website, my portfolio, and my blog. It's a place where I can share my projects, my thoughts, and my experiences. It's also a place where I can experiment with new technologies and design ideas.
|
|
|
|
## ⚒️ Tech stack
|
|
|
|
- **UI** → [Vue.js](https://vuejs.org/)
|
|
- **Framework** → [Nuxt.js](https://nuxtjs.org/)
|
|
- **Content** → [Nuxt Content](https://content.nuxtjs.org/)
|
|
- **Design System** → [NuxtUI](https://nuxtui.com/)
|
|
- **CMS & Editing** → [Nuxt Studio](https://nuxt.studio)
|
|
- **Langage** → [Typescript](https://www.typescriptlang.org/)
|
|
- **Deployment** → [NuxtHub](https://hub.nuxt.com/)
|
|
- **Styling** → [Sass](https://sass-lang.com/) & [Tailwind CSS](https://tailwindcss.com/)
|
|
- **Package Manager** → [pnpm](https://pnpm.io/)
|