Add SEO tags to all pages

This commit is contained in:
Tyler Hallada 2017-07-11 15:10:00 -04:00
parent e95350e6c1
commit 7fb07fa372
4 changed files with 24 additions and 2 deletions

View File

@ -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"]

View File

@ -41,6 +41,8 @@
</script>
<!-- End Google Analytics -->
{% seo %}
</head>
<body>
<div class="container">

View File

@ -48,6 +48,8 @@
</script>
<!-- End Google Analytics -->
{% seo %}
</head>
<body>
<canvas id="magic"></canvas>

View File

@ -6,7 +6,7 @@ redirect_from: "/rss"
<channel>
<title>{{ site.name | xml_escape }}</title>
<description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>
<link>{{ site.url }}</link>
<link>{{ site.blog_url }}</link>
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
{% for post in site.posts limit:10 %}
{% if post.hidden == null or post.hidden == false %}