|
1 | 1 | # ✏️ Customizing CVfolio |
2 | 2 |
|
3 | | -This guide helps you modify and adapt **CVfolio** to make it fit your personal needs. |
| 3 | +This guide walks you through how to customize the CVfolio template to reflect your personal profile, style, and content. |
4 | 4 |
|
5 | 5 | --- |
6 | 6 |
|
7 | | -## 📁 Project Structure (Relevant for Customization) |
| 7 | +## 📁 Key Project Structure |
8 | 8 |
|
9 | | -Here are the most important folders and files: |
| 9 | +Here’s an overview of folders relevant to customization: |
10 | 10 |
|
11 | | -- `src/config/`: Configuration files for profile, SEO, and site metadata. |
12 | | -- `src/components/`: Reusable UI components (e.g., Hero, Projects, Layout). |
13 | | -- `src/data/`: Contains JSON files for project and experience listings. |
14 | | -- `public/`: Static files like images, favicons, avatars. |
| 11 | +| Path | Purpose | |
| 12 | +|--------------------------|-----------------------------------------------------------| |
| 13 | +| `src/assets/` | Fonts and static images (e.g., avatar, meta image) | |
| 14 | +| `src/components/` | UI and layout components (header, footer, etc.) | |
| 15 | +| `src/content/` | Editable content: jobs, links, posts, talks, pages | |
| 16 | +| `src/layouts/` | Astro layout templates | |
| 17 | +| `src/pages/` | Page routing (`index.astro`, `writing/`) | |
| 18 | +| `src/styles/global.css` | Global CSS and utility styles | |
| 19 | +| `src/lib/` | Utility functions and constants | |
15 | 20 |
|
16 | 21 | --- |
17 | 22 |
|
18 | | -## 👤 Customize Your Personal Information |
| 23 | +## 👤 Personal Information (Name, Bio, Avatar) |
19 | 24 |
|
20 | | -Edit your profile details in: |
21 | | - |
22 | | -```ts |
23 | | -src/config/profile.ts |
| 25 | +Update your **avatar**: |
| 26 | +- Replace the default image: |
0 commit comments