From 0dbab217faf30c8380fa56a22977de62872b0afa Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:26:12 -0300 Subject: [PATCH] Update CUSTOMIZE.md --- CUSTOMIZE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index d68b5f3..7b67cf2 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -16,7 +16,8 @@ The project is structured as follows, focusing on the main components that you w ├── 📄 _config.yml: the configuration file of the template ├── 📂 _data/: contains some of the data used in the template │   ├── 📄 cv.yml: CV in YAML format, used when assets/json/resume.json is not found -│   └── 📄 repositories.yml: users and repositories info in YAML format +│   ├── 📄 repositories.yml: users and repositories info in YAML format +│   └── 📄 socials.yml: your social media and contact info in YAML format ├── 📂 _includes/: contains code parts that are included in the main HTML file │   └── 📄 news.liquid: defines the news section layout in the about page ├── 📂 _layouts/: contains the layouts to choose from in the frontmatter of the Markdown files