added data/socials to manage social links inside templates. General cleanup of the...
[theme-danix.xyz.git] / data / socials.json
1 {
2 "sites": [
3 {
4 "name": "twitter",
5 "url": "https://twitter.com",
6 "user": "danixland"
7 },
8 {
9 "name": "reddit",
10 "url": "https://reddit.com/u",
11 "user": "danixland"
12 },
13 {
14 "name": "instagram",
15 "url": "https://www.instagram.com",
16 "user": "danixland"
17 },
18 {
19 "name": "facebook",
20 "url": "https://www.facebook.com",
21 "user": "danixland"
22 }
23 ]
24 }