Skip to content

Commit 67c9c5e

Browse files
committed
implement seo-tag plugin. refinements to config.
1 parent 1f879cd commit 67c9c5e

File tree

7 files changed

+28
-19
lines changed

7 files changed

+28
-19
lines changed

_config.yml

+18-11
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,32 @@ exclude: [vendor]
1313
# Permalinks
1414
permalink: /:title/
1515

16-
# Setup
16+
# Site
1717
title: 'Jesse Squires'
18-
tagline: 'Turing complete with a stack of 0xdeadbeef'
18+
description: 'Turing complete with a stack of 0xdeadbeef'
19+
url: http://www.jessesquires.com
20+
logo: /img/logo.png
1921
timezone: America/Los_Angeles
2022

21-
url: http://www.jessesquires.com
23+
twitter:
24+
username: jesse_squires
2225

26+
# Author
2327
author:
2428
name: 'Jesse Squires'
25-
handle: '@jesse_squires'
26-
twitter: 'https://twitter.com/jesse_squires'
27-
github: 'https://github.com/jessesquires/'
28-
linkedin: 'https://www.linkedin.com/in/jessesquires'
29+
twitter: jesse_squires
2930

31+
# Setup
3032
paginate: 4
31-
3233
excerpt_separator: <!--excerpt-->
3334

35+
# Data
3436
links:
35-
github: 'https://github.com/jessesquires/jessesquires.github.io'
36-
issue: 'https://github.com/jessesquires/jessesquires.github.io/issues/new'
37-
pull: 'https://github.com/jessesquires/jessesquires.github.io/compare'
37+
github: 'https://github.com/jessesquires/jessesquires.github.io'
38+
issue: 'https://github.com/jessesquires/jessesquires.github.io/issues/new'
39+
pull: 'https://github.com/jessesquires/jessesquires.github.io/compare'
40+
41+
social_links:
42+
twitter: 'https://twitter.com/jesse_squires'
43+
github: 'https://github.com/jessesquires/'
44+
linkedin: 'https://www.linkedin.com/in/jessesquires'

_includes/head.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
44
<meta http-equiv="Cache-control" content="public">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
66
<meta name="keywords" content="hexed bits, apps, iOS, objective-c, swift, cocoa, apple, xcode, app store, software, programming, engineering, design patterns">
7-
<meta name="description" content="{{ site.tagline }}">
7+
<meta name="description" content="{{ site.description }}">
88
<meta name="author" content="{{ site.author.name }}">
99

1010
<title>
1111
{% if page.title == "Home" %}
12-
{{ site.title }} &middot; {{ site.tagline }}
12+
{{ site.title }} &middot; {{ site.description }}
1313
{% else %}
1414
{{ page.title }} &middot; {{ site.title }}
1515
{% endif %}
1616
</title>
1717

18+
{% seo title=false %}
19+
1820
<link href="/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
1921
<link href="/bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
2022

_includes/social_share.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<button class="btn btn-default disabled">Share</button>
77
</div>
88
<div class="btn-group" role="group">
9-
<a class="btn btn-default" href="https://twitter.com/intent/tweet?text={{ page.title | uri_escape }}%20{{ site.url }}{{ page.url }}%20via%20{{ site.author.handle }}" target="_blank">
9+
<a class="btn btn-default" href="https://twitter.com/intent/tweet?text={{ page.title | uri_escape }}%20{{ site.url }}{{ page.url }}%20via%20@{{ site.author.twitter }}" target="_blank">
1010
<i class="fa fa-lg fa-twitter"></i>
1111
</a>
1212
</div>

_includes/subscribe.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<nav>
55
<ul class="pager">
66
<li><a href="/feed.xml" title="Subscribe via RSS/atom"><i class="fa fa-lg fa-rss"></i></a></li>
7-
<li><a href="{{ site.author.twitter }}" title="Follow me on Twitter" target="_blank"><i class="fa fa-lg fa-twitter"></i></a></li>
8-
<li><a href="{{ site.author.github }}" title="Follow me on Github" target="_blank"><i class="fa fa-lg fa-github"></i></a></li>
9-
<li><a href="{{ site.author.linkedin }}" title="Connect with me on LinkedIn" target="_blank"><i class="fa fa-lg fa-linkedin"></i></a></li>
7+
<li><a href="{{ site.social_links.twitter }}" title="Follow me on Twitter" target="_blank"><i class="fa fa-lg fa-twitter"></i></a></li>
8+
<li><a href="{{ site.social_links.github }}" title="Follow me on Github" target="_blank"><i class="fa fa-lg fa-github"></i></a></li>
9+
<li><a href="{{ site.social_links.linkedin }}" title="Connect with me on LinkedIn" target="_blank"><i class="fa fa-lg fa-linkedin"></i></a></li>
1010
</ul>
1111
</nav>
1212
</div> <!-- col -->

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2 class="text-center">💻 📱 ☕ 🤘</h2>
1414
<hr>
1515

1616
<h3>Work</h3>
17-
<p>I'm currently working on iOS at <a href="http://instagram.com" target="_blank">Instagram</a>. You can find my complete and up-to-date résumé on <a href="{{ site.author.linkedin }}" target="_blank">LinkedIn</a>. My open source projects are on <a href="{{ site.author.github }}" target="_blank">GitHub</a> and you can see the impact that my work has on the community at my <a href="https://cocoapods.org/owners/1808" target="_blank">CocoaPods author page</a>. My side projects can be found at <a href="http://hexedbits.com" target="_blank">Hexed Bits</a>. I also curate the <a href="http://swiftweekly.github.io" target="_blank"><em>Swift Weekly Brief</em></a>, a weekly newsletter about Swift.org.</p>
17+
<p>I'm currently working on iOS at <a href="http://instagram.com" target="_blank">Instagram</a>. You can find my complete and up-to-date résumé on <a href="{{ site.social_links.linkedin }}" target="_blank">LinkedIn</a>. My open source projects are on <a href="{{ site.social_links.github }}" target="_blank">GitHub</a> and you can see the impact that my work has on the community at my <a href="https://cocoapods.org/owners/1808" target="_blank">CocoaPods author page</a>. My side projects can be found at <a href="http://hexedbits.com" target="_blank">Hexed Bits</a>. I also curate the <a href="http://swiftweekly.github.io" target="_blank"><em>Swift Weekly Brief</em></a>, a weekly newsletter about Swift.org.</p>
1818

1919
<h3>Speaking</h3>
2020
<p>I'm always thrilled to speak at conferences or meetups. Here's a <a href="https://github.com/jessesquires/talks" target="_blank">list of talks</a> that I've given. Please feel free to <a href="mailto:[email protected]">contact me</a> about speaking engagements.</p>

feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: null
66
<feed xmlns="http://www.w3.org/2005/Atom">
77

88
<title>{{ site.title }}</title>
9-
<subtitle>{{ site.tagline }}</subtitle>
9+
<subtitle>{{ site.description }}</subtitle>
1010
<link href="{{ site.url }}/feed.xml" rel="self"/>
1111
<link href="{{ site.url }}/"/>
1212
<updated>{{ site.time | date_to_xmlschema }}</updated>

img/_logo.png img/logo.png

File renamed without changes.

0 commit comments

Comments
 (0)