Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/invinciblycool/lekh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.personalize.toml')
-rw-r--r--.personalize.toml26
1 files changed, 17 insertions, 9 deletions
diff --git a/.personalize.toml b/.personalize.toml
index 6454a9e..229cf51 100644
--- a/.personalize.toml
+++ b/.personalize.toml
@@ -3,18 +3,26 @@ Name = ""
# Supports markdown
About = ""
-# Add only the handle
-Github = ""
-Twitter = ""
-
-# Add the absolute links
-Goodreads = ""
-Linkedin = ""
-
Email = ""
# Add the filename with file extension.
Resume = ""
# Sets the number of posts to display on the front page
-PostLimit = 4 \ No newline at end of file
+PostLimit = 4
+
+[[profiles]]
+name = "GitHub"
+url = ""
+
+[[profiles]]
+name = "Twitter"
+url = ""
+
+[[profiles]]
+name = "Goodreads"
+url = ""
+
+[[profiles]]
+name = "LinkedIn"
+url = ""