Skip to content

Commit 7d1d0d1

Browse files
committed
Add seo plugin.
1 parent b8d718a commit 7d1d0d1

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

_config.yml

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
1+
# Site settings
2+
title: Moshe Weitzman's Resume
3+
description: "Musings on Drupal, Continuous Integration, and Data Migration."
4+
url: "https://weitzman.github.io"
5+
author:
6+
name: "Moshe Weitzman"
7+
8+
url: "http://weitzman.github.io"
9+
twitter:
10+
username: weitzman
11+
social:
12+
name: Moshe Weitzman
13+
links:
14+
- https://twitter.com/weitzman
15+
- https://www.facebook.com/ben.balter
16+
- https://www.linkedin.com/in/weitzman
17+
- https://github.com/weitzman
18+
19+
# Plugins
20+
gems:
21+
- jekyll-seo-tag
22+
123
baseurl: "" # The subpath of your site. Use "" if you're hosting a blog at the root level.
2-
url: "http://weitzman.github.io" # the base hostname & protocol for your site
324
future: false
25+
webmaster_verifications:
26+
google: 1dCWhFtRvRx2RD6tDzW8uHQhQMHS_R9XKu7eou5gmwU
427
exclude:
528
- "README.md"
629
- "CHANGELOG.md"
730
- "CNAME"
831
- "Gemfile"
932
- "Gemfile.lock"
33+

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
2222
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
2323
<![endif]-->
24+
{% seo %}
2425
</head>
2526
<body>
2627
{% if site.data.resume.demo %}

0 commit comments

Comments
 (0)