Browse Source

Fix url and images config, add authors file

Tyler Hallada 6 years ago
parent
commit
31307d04c6
2 changed files with 6 additions and 1 deletions
  1. 3 1
      _config.yml
  2. 3 0
      _data/authors.yml

+ 3 - 1
_config.yml

@@ -2,7 +2,7 @@ title: Tyler Hallada
2 2
 name: Tyler Hallada - Blog
3 3
 description: Musings on technology, literature, and interesting topics
4 4
 author: thallada
5
-url: http://www.hallada.net/
5
+url: http://www.hallada.net
6 6
 blog_url: http://www.hallada.net/blog
7 7
 assets: http://hallada.net/assets/
8 8
 logo: /img/profile_icon_128x128.jpg
@@ -19,6 +19,8 @@ defaults:
19 19
             path: ""
20 20
         values:
21 21
             image: /img/profile_icon_128x128.jpg
22
+            width: 128
23
+            height: 128
22 24
 markdown: kramdown
23 25
 kramdown:
24 26
     syntax_highlighter: rouge

+ 3 - 0
_data/authors.yml

@@ -0,0 +1,3 @@
1
+thallada:
2
+    picture: /img/profile_icon_128x128.jpg
3
+    twitter: tyhallada