added data/socials to manage social links inside templates. General cleanup of the...
[theme-danix.xyz.git] / data / socials.json
diff --git a/data/socials.json b/data/socials.json
new file mode 100644 (file)
index 0000000..576bcba
--- /dev/null
@@ -0,0 +1,24 @@
+{
+       "sites": [
+               {
+                       "name": "twitter",
+                       "url": "https://twitter.com",
+                       "user": "danixland"
+               },
+               {
+                       "name": "reddit",
+                       "url": "https://reddit.com/u",
+                       "user": "danixland"
+               },
+               {
+                       "name": "instagram",
+                       "url": "https://www.instagram.com",
+                       "user": "danixland"
+               },
+               {
+                       "name": "facebook",
+                       "url": "https://www.facebook.com",
+                       "user": "danixland"
+               }
+       ]
+}