From 5a5f3c63194c6b5b87b7e892e15bdd614400ed56 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:38:10 +0000 Subject: [PATCH] docs: expand content section with all markdown and JSON files Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com> --- README.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 092b20f..a247a53 100644 --- a/README.md +++ b/README.md @@ -176,10 +176,35 @@ artsite/ │ ├── app.config.ts # App configuration │ ├── app.vue # Root app component │ └── error.vue # Error page -├── content/ # Content files (Markdown) +├── content/ # Content files (Markdown & JSON) │ ├── education/ # Education content -│ ├── experiences/ # Experience content -│ └── projects/ # Project content +│ │ ├── bachelor.md # Bachelor's degree information +│ │ ├── m1.md # Master's 1st year information +│ │ └── m2.md # Master's 2nd year information +│ ├── experiences/ # Professional experience content +│ │ ├── artdanjproduction.md +│ │ ├── erisium.md +│ │ ├── hackathon-cnd.md +│ │ ├── picard.md +│ │ └── sevetys.md +│ ├── projects/ # Project portfolio content +│ │ ├── artchat.md +│ │ ├── arthome.md +│ │ ├── artlab.md +│ │ ├── artstudies.md +│ │ ├── bikes-glm.md +│ │ ├── breast-cancer.md +│ │ ├── dropout-reduces-underfitting.md +│ │ ├── loan-ml.md +│ │ ├── monte-carlo-project.md +│ │ ├── schelling-segregation-model.md +│ │ └── sevetys.md +│ ├── contact.json # Contact information data +│ ├── hobbies.md # Hobbies page content +│ ├── index.md # Home page content +│ ├── languages.json # Programming languages data +│ ├── skills.json # Skills and expertise data +│ └── uses.md # Tools and software used ├── public/ # Public static files ├── server/ # Server API routes and middleware │ ├── api/ # API endpoints