diff --git a/_config.yml b/_config.yml index 5276ce1..165f453 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,24 @@ +title: Tyler Hallada name: Tyler Hallada - Blog description: Musings on technology, literature, and interesting topics -url: http://hallada.net/blog +author: thallada +url: http://www.hallada.net/ +blog_url: http://www.hallada.net/blog assets: http://hallada.net/assets/ +logo: /img/profile_icon_128x128.jpg +social: + name: Tyler Hallada + links: + - https://twitter.com/tyhallada + - https://www.facebook.com/tyhallada + - https://www.linkedin.com/in/thallada/ + - https://github.com/thallada +defaults: + - + scope: + path: "" + values: + image: /img/profile_icon_128x128.jpg markdown: kramdown kramdown: syntax_highlighter: rouge @@ -10,4 +27,5 @@ paginate_path: "blog/page:num" gems: - jekyll-redirect-from - jekyll-paginate + - jekyll-seo-tag include: [".well-known"] diff --git a/_layouts/default.html b/_layouts/default.html index efbd245..d6f9030 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -41,6 +41,8 @@ + + {% seo %}
diff --git a/_layouts/home.html b/_layouts/home.html index f8c109e..3d986ad 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -48,6 +48,8 @@ + + {% seo %} diff --git a/feed.xml b/feed.xml index c4e1a23..5189f0a 100644 --- a/feed.xml +++ b/feed.xml @@ -6,7 +6,7 @@ redirect_from: "/rss" {{ site.name | xml_escape }} {% if site.description %}{{ site.description | xml_escape }}{% endif %} - {{ site.url }} + {{ site.blog_url }} {% for post in site.posts limit:10 %} {% if post.hidden == null or post.hidden == false %}