From 31307d04c6288db4af9dddebf3ae1546b97d4c7a Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 11 Jul 2017 15:21:28 -0400 Subject: [PATCH] Fix url and images config, add authors file --- _config.yml | 4 +++- _data/authors.yml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 _data/authors.yml diff --git a/_config.yml b/_config.yml index 165f453..6cf5c04 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: Tyler Hallada name: Tyler Hallada - Blog description: Musings on technology, literature, and interesting topics author: thallada -url: http://www.hallada.net/ +url: http://www.hallada.net blog_url: http://www.hallada.net/blog assets: http://hallada.net/assets/ logo: /img/profile_icon_128x128.jpg @@ -19,6 +19,8 @@ defaults: path: "" values: image: /img/profile_icon_128x128.jpg + width: 128 + height: 128 markdown: kramdown kramdown: syntax_highlighter: rouge diff --git a/_data/authors.yml b/_data/authors.yml new file mode 100644 index 0000000..ccc4ee2 --- /dev/null +++ b/_data/authors.yml @@ -0,0 +1,3 @@ +thallada: + picture: /img/profile_icon_128x128.jpg + twitter: tyhallada