-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the theme to last the version of Ghost's Casper.
- Loading branch information
1 parent
42688db
commit 554be04
Showing
100 changed files
with
3,370 additions
and
14,595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
<link rel="canonical" href="{{ site.baseurl }}" /> | ||
<meta name="generator" content="Jekyll 2.5.3" /> | ||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ site.baseurl }}rss.xml" /> | ||
<meta name="referrer" content="origin" /> | ||
<link rel="next" href="{{ site.baseurl }}page2/" /> | ||
|
||
<meta property="og:site_name" content="{{ site.name }}" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="{{ site.name }}" /> | ||
<meta property="og:description" content="{{ site.description }}" /> | ||
<meta property="og:url" content="{{ site.baseurl }}" /> | ||
<meta property="og:image" content="{{ site.baseurl }}assets/images/cover1.jpg" /> | ||
|
||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content="{{ site.name }}" /> | ||
<meta name="twitter:description" content="{{ site.description }}" /> | ||
<meta name="twitter:url" content="{{ site.baseurl }}" /> | ||
<meta name="twitter:image:src" content="{{ site.baseurl }}assets/images/cover1.jpg" /> | ||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "Website", | ||
"publisher": "Finding The Way Home", | ||
"url": "{{ site.baseurl }}", | ||
"image": "{{ site.baseurl }}assets/images/cover1.jpg", | ||
"description": "{{ site.description }}" | ||
} | ||
</script> | ||
|
||
<meta name="generator" content="Jekyll 3.0.0" /> | ||
<link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.baseurl }}rss.xml" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<div class="nav"> | ||
<h3 class="nav-title">Menu</h3> | ||
<a href="#" class="nav-close"> | ||
<span class="hidden">Close</span> | ||
</a> | ||
<ul> | ||
<li class="nav-home {% if page.current == 'home' %} nav-current{% endif %}" role="presentation"><a href="{{ site.baseurl }}">Home</a></li> | ||
<li class="nav-about {% if page.current == 'about' %} nav-current{% endif %}" role="presentation"><a href="{{ site.baseurl }}about/">About</a></li> | ||
<li class="nav-fables {% if page.url contains 'fables' %} nav-current{% endif %}" role="presentation"><a href="{{ site.baseurl }}tag/fables/">Fables</a></li> | ||
<li class="nav-speeches {% if page.url contains 'speeches' %} nav-current{% endif %}" role="presentation"><a href="{{ site.baseurl }}tag/speeches/">Speeches</a></li> | ||
<li class="nav-fiction {% if page.url contains 'fiction' %} nav-current{% endif %}" role="presentation"><a href="{{ site.baseurl }}tag/fiction/">Fiction</a></li> | ||
<li class="nav-author {% if page.current == 'author' %} nav-current{% endif %}" role="presentation"><a href="{{ site.baseurl }}author/casper/">Author</a></li> | ||
</ul> | ||
<a class="subscribe-button icon-feed" href="{{ site.baseurl }}rss.xml">Subscribe</a> | ||
</div> | ||
<span class="nav-cover"></span> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!-- [[! Document Settings ]] --> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
|
||
<title>{{ page.title }}</title> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
|
||
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/images/favicon.ico"> | ||
<meta http-equiv="cleartype" content="on"> | ||
|
||
<link rel="stylesheet" type='text/css' href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700'> | ||
<link rel="stylesheet" href="{{ site.baseurl }}assets/css/ghost.min.css"> | ||
</head> | ||
<body class=""> | ||
<main role="main" id="main"> | ||
<div id="container"> | ||
{{ content }} | ||
</div> | ||
</main> | ||
<!-- Add Google Analytics --> | ||
{% include analytics.html %} | ||
</body> | ||
</html> | ||
{{ content }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.