diff --git a/_data/data.yml b/_data/data.yml index 22eaa98..901daae 100644 --- a/_data/data.yml +++ b/_data/data.yml @@ -1,5 +1,5 @@ # -# Be aware that even a small syntax error here can lead to failures in output. +# Be aware that even a small syntax error here can lead to failures in output. # sidebar: @@ -22,6 +22,7 @@ sidebar: twitter: '@webjeda' stack-overflow: # Number/Username, e.g. 123456/alandoe codewars: + goodreads: # Number-Username, e.g. 123456-alandoe languages: - idiom: English @@ -32,7 +33,7 @@ sidebar: - idiom: Spanish level: Professional - + interests: - item: Climbing link: @@ -66,7 +67,7 @@ education: pretium quis, sem. - Bullet point - - Bullet point + - Bullet point - degree: BSc in Applied Mathematics university: Bristol University @@ -79,7 +80,7 @@ education: pretium quis, sem. - Bullet point - - Bullet point + - Bullet point experiences: - role: Lead Developer @@ -97,7 +98,7 @@ experiences: architecto beatae vitae dicta sunt explicabo. - Bullet point - - Bullet point + - Bullet point - role: Senior Software Engineer time: 2014 - 2015 diff --git a/_includes/contact.html b/_includes/contact.html index 6020c64..30f79dc 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -61,5 +61,11 @@ {% endif %} + {% if sidebar.goodreads %} +
  • + {{ sidebar.goodreads }} +
  • + {% endif %} + - \ No newline at end of file +