Skip to content

Commit d93ccba

Browse files
committed
feat: add social icons
1 parent 98a8d4f commit d93ccba

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

config.toml

+17
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,20 @@ baseURL = "https://lorenzogigli.com/"
22
languageCode = "en-us"
33
title = "Lorenzo Gigli"
44
theme = "hello-friend-ng"
5+
6+
# Social icons
7+
[[params.social]]
8+
name = "github"
9+
url = "https://github.com/hyperloris"
10+
11+
[[params.social]]
12+
name = "researchgate"
13+
url = "https://researchgate.net/profile/Lorenzo_Gigli2"
14+
15+
[[params.social]]
16+
name = "linkedin"
17+
url = "https://linkedin.com/in/lorenzo-gigli-9047945a"
18+
19+
[[params.social]]
20+
name = "instagram"
21+
url = "https://instagram.com/hyperloris"

0 commit comments

Comments
 (0)