@@ -10,7 +10,7 @@ Feel free to use it as a template for your own projects.
1010
1111## 👀 Demo
1212
13- You can see a demo of the project at [ https://go .yoandev.co ] ( https://go .yoandev.co/ )
13+ You can see a demo of the project at [ https://linktreefreeclone .yoandev.co/ ] ( https://linktreefreeclone .yoandev.co/ )
1414
1515## 🚀 Quick start
1616
@@ -23,11 +23,15 @@ You can see a demo of the project at [https://go.yoandev.co](https://go.yoandev.
2323 Create a new file in ` src/pages/links/ ` for each link you want to add.
2424 The file name will be not used, but it is recommended to use a descriptive name.
2525 The file should contain a frontmatter section with the following variables:
26- * ` title ` : The title of the link
27- * ` emoji ` : The emoji to use for the link
28- * ` href ` : The URL of the link
26+
27+ * ` title ` : The title of the link
28+
29+ * ` emoji ` : The emoji to use for the link
30+
31+ * ` href ` : The URL of the link
2932
3033 Example:
34+
3135 ``` md
3236 ---
3337
@@ -42,6 +46,52 @@ You can see a demo of the project at [https://go.yoandev.co](https://go.yoandev.
4246
4347 Replace the file ` src/public/avatar.png ` with your own avatar.
4448
49+ 4 . ** Customize your social media links**
50+
51+ Create a new file in ` src/pages/social/ ` for each social media link you want to add.
52+ The file name will be not used, but it is recommended to use a descriptive name.
53+ The file should contain a frontmatter section with the following variables:
54+
55+ * ` icon ` : The icon to use for the link
56+
57+ * ` url ` : The URL of the link
58+
59+ Example:
60+
61+ ``` md
62+ ---
63+ icon: linkedin
64+ url: https://linkedin.com/in/yoan-bernabeu
65+
66+ ---
67+ ```
68+
69+ ## 🔠 List of available icons for social media
70+
71+ For the ` icon ` variable in the frontmatter section of the social media links, you can use the following values:
72+
73+ * ` behance `
74+ * ` discord `
75+ * ` github `
76+ * ` facebook `
77+ * ` instagram `
78+ * ` google `
79+ * ` linkedin `
80+ * ` pinterest `
81+ * ` vkontakte `
82+ * ` stackoverflow `
83+ * ` telegram `
84+ * ` youtube `
85+ * ` tiktok `
86+ * ` snapchat `
87+ * ` slack `
88+ * ` messenger `
89+ * ` dribbble `
90+ * ` reddit `
91+ * ` twitter `
92+ * ` whatsapp `
93+ * ` twitch `
94+
4595## 🧞 Commands
4696
4797All commands are run from the root of the project, from a terminal:
0 commit comments