Skip to content

Commit cc32c3c

Browse files
george-gcaTeusner
authored andcommitted
Update CUSTOMIZE.md
1 parent ef57932 commit cc32c3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CUSTOMIZE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ The project is structured as follows, focusing on the main components that you w
1616
├── 📄 _config.yml: the configuration file of the template
1717
├── 📂 _data/: contains some of the data used in the template
1818
│   ├── 📄 cv.yml: CV in YAML format, used when assets/json/resume.json is not found
19-
│   └── 📄 repositories.yml: users and repositories info in YAML format
19+
│   ├── 📄 repositories.yml: users and repositories info in YAML format
20+
│   └── 📄 socials.yml: your social media and contact info in YAML format
2021
├── 📂 _includes/: contains code parts that are included in the main HTML file
2122
│   └── 📄 news.liquid: defines the news section layout in the about page
2223
├── 📂 _layouts/: contains the layouts to choose from in the frontmatter of the Markdown files

0 commit comments

Comments
 (0)