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 = "" diff --git a/layouts/index.html b/layouts/index.html index d74095d..a69f10b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,31 +9,9 @@
- | GitHub | - {{ end }} -
- | Twitter - | - {{ end }} -
- | Goodreads | - {{ end }} -
- | |
@@ -68,4 +46,4 @@ |