Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Implement for jekyll-seo-tag gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Liau Jian Jie committed Feb 22, 2016
1 parent 0f4a039 commit 4cd8de1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
13 changes: 13 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

# Basic
name: "Kiko"
description: "a clean, lightweight and minimalistic blog theme for jekyll"

# jekyll-seo-tag, see: http://www.rubydoc.info/gems/jekyll-seo-tag/1.2.0
url: "//kiko.gfjaru.com"
author: "gfjaru"
twitter:
username: "gfjaru"
#facebook:
# app_id: 1234
# publisher: 1234

# URL
baseurl: ""
Expand Down Expand Up @@ -38,3 +48,6 @@ defaults:
type: "posts"
values:
layout: "post"

gems:
- jekyll-seo-tag
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="{{ site.baseurl }}/style.css">
{% seo %}
</head>
<body>
<div class="container">
Expand Down
6 changes: 5 additions & 1 deletion _posts/2015-08-09-example-content.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
title: Example content
title: "Example content"
# jekyll-seo-tag
description: "A short description of the page's content"
image: "http://placehold.it/400x200"
author: "jianjie"
---

<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ullamcorper est in imperdiet molestie. Curabitur aliquet sem in ante venenatis.</p>
Expand Down

0 comments on commit 4cd8de1

Please sign in to comment.