rebuilding site Wed Jun 25 00:57:51 EDT 2014
This commit is contained in:
parent
e1f8d9fef4
commit
054b7c850e
@ -4,6 +4,6 @@ layoutdir: "layouts"
|
|||||||
publishdir: "public"
|
publishdir: "public"
|
||||||
indexes:
|
indexes:
|
||||||
category: "categories"
|
category: "categories"
|
||||||
baseurl: "sglyon.com/hugo_gh_blog"
|
baseurl: "http://spencerlyon2.github.io/hugo_gh_blog"
|
||||||
title: "Hugo Blog Template for GitHub Pages"
|
title: "Hugo Blog Template for GitHub Pages"
|
||||||
...
|
...
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='{{ .Url }}'> {{ .Title }}</a> </h2>
|
<h2><a href='{{ .Permalink }}'> {{ .Title }}</a> </h2>
|
||||||
<div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
|
<div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Blah </title>
|
<title> Blah </title>
|
||||||
<link rel="canonical" href="/categories/blah">
|
<link rel="canonical" href="http://spencerlyon2.github.io/categories/blah">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -65,13 +65,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> First Post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/oldest'> First Post</a> </h2>
|
||||||
<div class="meta">Thu, Mar 27, 2014</div>
|
<div class="meta">Thu, Mar 27, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/oldest'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/oldest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Blah on Hugo Blog Template for GitHub Pages </title>
|
<title>Blah on Hugo Blog Template for GitHub Pages </title>
|
||||||
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
<link>/categories/blah/index.xml</link>
|
<link>http://spencerlyon2.github.io/categories/blah/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>First Post</title>
|
<title>First Post</title>
|
||||||
<link>/posts/oldest</link>
|
<link>http://spencerlyon2.github.io/posts/oldest</link>
|
||||||
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/oldest</guid>
|
<guid>http://spencerlyon2.github.io/posts/oldest</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">Sample Post 1</h2>
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Boring </title>
|
<title> Boring </title>
|
||||||
<link rel="canonical" href="/categories/boring">
|
<link rel="canonical" href="http://spencerlyon2.github.io/categories/boring">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -65,13 +65,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> Second Post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/middle'> Second Post</a> </h2>
|
||||||
<div class="meta">Fri, Mar 28, 2014</div>
|
<div class="meta">Fri, Mar 28, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/middle'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/middle'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Boring on Hugo Blog Template for GitHub Pages </title>
|
<title>Boring on Hugo Blog Template for GitHub Pages </title>
|
||||||
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
<link>/categories/boring/index.xml</link>
|
<link>http://spencerlyon2.github.io/categories/boring/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Second Post</title>
|
<title>Second Post</title>
|
||||||
<link>/posts/middle</link>
|
<link>http://spencerlyon2.github.io/posts/middle</link>
|
||||||
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/middle</guid>
|
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">Sample Post 1</h2>
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Fun </title>
|
<title> Fun </title>
|
||||||
<link rel="canonical" href="/categories/fun">
|
<link rel="canonical" href="http://spencerlyon2.github.io/categories/fun">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -65,13 +65,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> Just another sample post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/newest'> Just another sample post</a> </h2>
|
||||||
<div class="meta">Sat, Mar 29, 2014</div>
|
<div class="meta">Sat, Mar 29, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
First Heading Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus, consequatur aspernatur omnis iste. Voluptates, id inventore ea natus ab sed amet ipsa ratione sunt dignissimos. Soluta illum aliquid repellendus recusandae. Sub Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, perferendis saepe voluptatem a nesciunt architecto voluptas deleniti dolor tempora quasi quidem odit rem fugit magnam minima quam dolores vel id? Conclusion Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
First Heading Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus, consequatur aspernatur omnis iste. Voluptates, id inventore ea natus ab sed amet ipsa ratione sunt dignissimos. Soluta illum aliquid repellendus recusandae. Sub Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, perferendis saepe voluptatem a nesciunt architecto voluptas deleniti dolor tempora quasi quidem odit rem fugit magnam minima quam dolores vel id? Conclusion Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/newest'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/newest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Fun on Hugo Blog Template for GitHub Pages </title>
|
<title>Fun on Hugo Blog Template for GitHub Pages </title>
|
||||||
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
<link>/categories/fun/index.xml</link>
|
<link>http://spencerlyon2.github.io/categories/fun/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Just another sample post</title>
|
<title>Just another sample post</title>
|
||||||
<link>/posts/newest</link>
|
<link>http://spencerlyon2.github.io/posts/newest</link>
|
||||||
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/newest</guid>
|
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">First Heading</h2>
|
<h2 id="toc_0">First Heading</h2>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Hugo </title>
|
<title> Hugo </title>
|
||||||
<link rel="canonical" href="/categories/hugo">
|
<link rel="canonical" href="http://spencerlyon2.github.io/categories/hugo">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -65,13 +65,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> Just another sample post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/newest'> Just another sample post</a> </h2>
|
||||||
<div class="meta">Sat, Mar 29, 2014</div>
|
<div class="meta">Sat, Mar 29, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
First Heading Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus, consequatur aspernatur omnis iste. Voluptates, id inventore ea natus ab sed amet ipsa ratione sunt dignissimos. Soluta illum aliquid repellendus recusandae. Sub Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, perferendis saepe voluptatem a nesciunt architecto voluptas deleniti dolor tempora quasi quidem odit rem fugit magnam minima quam dolores vel id? Conclusion Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
First Heading Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus, consequatur aspernatur omnis iste. Voluptates, id inventore ea natus ab sed amet ipsa ratione sunt dignissimos. Soluta illum aliquid repellendus recusandae. Sub Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, perferendis saepe voluptatem a nesciunt architecto voluptas deleniti dolor tempora quasi quidem odit rem fugit magnam minima quam dolores vel id? Conclusion Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/newest'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/newest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Hugo on Hugo Blog Template for GitHub Pages </title>
|
<title>Hugo on Hugo Blog Template for GitHub Pages </title>
|
||||||
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
<link>/categories/hugo/index.xml</link>
|
<link>http://spencerlyon2.github.io/categories/hugo/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Just another sample post</title>
|
<title>Just another sample post</title>
|
||||||
<link>/posts/newest</link>
|
<link>http://spencerlyon2.github.io/posts/newest</link>
|
||||||
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/newest</guid>
|
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">First Heading</h2>
|
<h2 id="toc_0">First Heading</h2>
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Categories </title>
|
<title> Categories </title>
|
||||||
<link rel="canonical" href="/categories">
|
<link rel="canonical" href="http://spencerlyon2.github.io/categories">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -62,6 +62,8 @@
|
|||||||
|
|
||||||
<li><a href="/categories/test"> test </a> (2 entries) </li>
|
<li><a href="/categories/test"> test </a> (2 entries) </li>
|
||||||
|
|
||||||
|
<li><a href="/categories/second"> second </a> (1 entries) </li>
|
||||||
|
|
||||||
<li><a href="/categories/boring"> boring </a> (1 entries) </li>
|
<li><a href="/categories/boring"> boring </a> (1 entries) </li>
|
||||||
|
|
||||||
<li><a href="/categories/blah"> blah </a> (1 entries) </li>
|
<li><a href="/categories/blah"> blah </a> (1 entries) </li>
|
||||||
@ -72,8 +74,6 @@
|
|||||||
|
|
||||||
<li><a href="/categories/template"> template </a> (1 entries) </li>
|
<li><a href="/categories/template"> template </a> (1 entries) </li>
|
||||||
|
|
||||||
<li><a href="/categories/second"> second </a> (1 entries) </li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Second </title>
|
<title> Second </title>
|
||||||
<link rel="canonical" href="/categories/second">
|
<link rel="canonical" href="http://spencerlyon2.github.io/categories/second">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -65,13 +65,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> Second Post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/middle'> Second Post</a> </h2>
|
||||||
<div class="meta">Fri, Mar 28, 2014</div>
|
<div class="meta">Fri, Mar 28, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/middle'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/middle'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Second on Hugo Blog Template for GitHub Pages </title>
|
<title>Second on Hugo Blog Template for GitHub Pages </title>
|
||||||
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
<link>/categories/second/index.xml</link>
|
<link>http://spencerlyon2.github.io/categories/second/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Second Post</title>
|
<title>Second Post</title>
|
||||||
<link>/posts/middle</link>
|
<link>http://spencerlyon2.github.io/posts/middle</link>
|
||||||
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/middle</guid>
|
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">Sample Post 1</h2>
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Template </title>
|
<title> Template </title>
|
||||||
<link rel="canonical" href="/categories/template">
|
<link rel="canonical" href="http://spencerlyon2.github.io/categories/template">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -65,13 +65,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> Second Post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/middle'> Second Post</a> </h2>
|
||||||
<div class="meta">Fri, Mar 28, 2014</div>
|
<div class="meta">Fri, Mar 28, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/middle'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/middle'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Template on Hugo Blog Template for GitHub Pages </title>
|
<title>Template on Hugo Blog Template for GitHub Pages </title>
|
||||||
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
<link>/categories/template/index.xml</link>
|
<link>http://spencerlyon2.github.io/categories/template/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Second Post</title>
|
<title>Second Post</title>
|
||||||
<link>/posts/middle</link>
|
<link>http://spencerlyon2.github.io/posts/middle</link>
|
||||||
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/middle</guid>
|
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">Sample Post 1</h2>
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Test </title>
|
<title> Test </title>
|
||||||
<link rel="canonical" href="/categories/test">
|
<link rel="canonical" href="http://spencerlyon2.github.io/categories/test">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -65,13 +65,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> Just another sample post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/newest'> Just another sample post</a> </h2>
|
||||||
<div class="meta">Sat, Mar 29, 2014</div>
|
<div class="meta">Sat, Mar 29, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
First Heading Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus, consequatur aspernatur omnis iste. Voluptates, id inventore ea natus ab sed amet ipsa ratione sunt dignissimos. Soluta illum aliquid repellendus recusandae. Sub Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, perferendis saepe voluptatem a nesciunt architecto voluptas deleniti dolor tempora quasi quidem odit rem fugit magnam minima quam dolores vel id? Conclusion Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
First Heading Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus, consequatur aspernatur omnis iste. Voluptates, id inventore ea natus ab sed amet ipsa ratione sunt dignissimos. Soluta illum aliquid repellendus recusandae. Sub Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, perferendis saepe voluptatem a nesciunt architecto voluptas deleniti dolor tempora quasi quidem odit rem fugit magnam minima quam dolores vel id? Conclusion Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/newest'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/newest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -80,13 +80,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> First Post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/oldest'> First Post</a> </h2>
|
||||||
<div class="meta">Thu, Mar 27, 2014</div>
|
<div class="meta">Thu, Mar 27, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/oldest'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/oldest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Test on Hugo Blog Template for GitHub Pages </title>
|
<title>Test on Hugo Blog Template for GitHub Pages </title>
|
||||||
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
<link>/categories/test/index.xml</link>
|
<link>http://spencerlyon2.github.io/categories/test/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Just another sample post</title>
|
<title>Just another sample post</title>
|
||||||
<link>/posts/newest</link>
|
<link>http://spencerlyon2.github.io/posts/newest</link>
|
||||||
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/newest</guid>
|
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">First Heading</h2>
|
<h2 id="toc_0">First Heading</h2>
|
||||||
@ -33,10 +33,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>First Post</title>
|
<title>First Post</title>
|
||||||
<link>/posts/oldest</link>
|
<link>http://spencerlyon2.github.io/posts/oldest</link>
|
||||||
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/oldest</guid>
|
<guid>http://spencerlyon2.github.io/posts/oldest</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">Sample Post 1</h2>
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title>Hugo Blog Template for GitHub Pages</title>
|
<title>Hugo Blog Template for GitHub Pages</title>
|
||||||
<link rel="canonical" href="/">
|
<link rel="canonical" href="http://spencerlyon2.github.io/">
|
||||||
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Hugo Blog Template for GitHub Pages" />
|
<link href="http://spencerlyon2.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Hugo Blog Template for GitHub Pages" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -78,13 +78,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> Just another sample post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/newest'> Just another sample post</a> </h2>
|
||||||
<div class="meta">Sat, Mar 29, 2014</div>
|
<div class="meta">Sat, Mar 29, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
First Heading Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus, consequatur aspernatur omnis iste. Voluptates, id inventore ea natus ab sed amet ipsa ratione sunt dignissimos. Soluta illum aliquid repellendus recusandae. Sub Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, perferendis saepe voluptatem a nesciunt architecto voluptas deleniti dolor tempora quasi quidem odit rem fugit magnam minima quam dolores vel id? Conclusion Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
First Heading Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus, consequatur aspernatur omnis iste. Voluptates, id inventore ea natus ab sed amet ipsa ratione sunt dignissimos. Soluta illum aliquid repellendus recusandae. Sub Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, perferendis saepe voluptatem a nesciunt architecto voluptas deleniti dolor tempora quasi quidem odit rem fugit magnam minima quam dolores vel id? Conclusion Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/newest'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/newest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -93,13 +93,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> Second Post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/middle'> Second Post</a> </h2>
|
||||||
<div class="meta">Fri, Mar 28, 2014</div>
|
<div class="meta">Fri, Mar 28, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/middle'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/middle'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -108,13 +108,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href=''> First Post</a> </h2>
|
<h2><a href='http://spencerlyon2.github.io/posts/oldest'> First Post</a> </h2>
|
||||||
<div class="meta">Thu, Mar 27, 2014</div>
|
<div class="meta">Thu, Mar 27, 2014</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Sample Post 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/posts/oldest'><nobr>Read more →</nobr></a>
|
<a href='http://spencerlyon2.github.io/posts/oldest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Recent Content on Hugo Blog Template for GitHub Pages </title>
|
<title>Recent Content on Hugo Blog Template for GitHub Pages </title>
|
||||||
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
<link>/index.xml</link>
|
<link>http://spencerlyon2.github.io/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Just another sample post</title>
|
<title>Just another sample post</title>
|
||||||
<link>/posts/newest</link>
|
<link>http://spencerlyon2.github.io/posts/newest</link>
|
||||||
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/newest</guid>
|
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">First Heading</h2>
|
<h2 id="toc_0">First Heading</h2>
|
||||||
@ -33,10 +33,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Second Post</title>
|
<title>Second Post</title>
|
||||||
<link>/posts/middle</link>
|
<link>http://spencerlyon2.github.io/posts/middle</link>
|
||||||
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/middle</guid>
|
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">Sample Post 1</h2>
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
@ -60,10 +60,10 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p&g
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>First Post</title>
|
<title>First Post</title>
|
||||||
<link>/posts/oldest</link>
|
<link>http://spencerlyon2.github.io/posts/oldest</link>
|
||||||
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/oldest</guid>
|
<guid>http://spencerlyon2.github.io/posts/oldest</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">Sample Post 1</h2>
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Posts </title>
|
<title> Posts </title>
|
||||||
<link rel="canonical" href="/posts">
|
<link rel="canonical" href="http://spencerlyon2.github.io/posts">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<span><h2><a href='/posts/newest'> Just another sample post</a> </h2></span>
|
<span><h2><a href='http://spencerlyon2.github.io/posts/newest'> Just another sample post</a> </h2></span>
|
||||||
<span class="left">Sat, Mar 29, 2014</span>
|
<span class="left">Sat, Mar 29, 2014</span>
|
||||||
<span class="right">
|
<span class="right">
|
||||||
<ul class="catlist">
|
<ul class="catlist">
|
||||||
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<span><h2><a href='/posts/middle'> Second Post</a> </h2></span>
|
<span><h2><a href='http://spencerlyon2.github.io/posts/middle'> Second Post</a> </h2></span>
|
||||||
<span class="left">Fri, Mar 28, 2014</span>
|
<span class="left">Fri, Mar 28, 2014</span>
|
||||||
<span class="right">
|
<span class="right">
|
||||||
<ul class="catlist">
|
<ul class="catlist">
|
||||||
@ -103,7 +103,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<span><h2><a href='/posts/oldest'> First Post</a> </h2></span>
|
<span><h2><a href='http://spencerlyon2.github.io/posts/oldest'> First Post</a> </h2></span>
|
||||||
<span class="left">Thu, Mar 27, 2014</span>
|
<span class="left">Thu, Mar 27, 2014</span>
|
||||||
<span class="right">
|
<span class="right">
|
||||||
<ul class="catlist">
|
<ul class="catlist">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Posts on Hugo Blog Template for GitHub Pages </title>
|
<title>Posts on Hugo Blog Template for GitHub Pages </title>
|
||||||
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
<link>/posts/index.xml</link>
|
<link>http://spencerlyon2.github.io/posts/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Just another sample post</title>
|
<title>Just another sample post</title>
|
||||||
<link>/posts/newest</link>
|
<link>http://spencerlyon2.github.io/posts/newest</link>
|
||||||
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/newest</guid>
|
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">First Heading</h2>
|
<h2 id="toc_0">First Heading</h2>
|
||||||
@ -33,10 +33,10 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Second Post</title>
|
<title>Second Post</title>
|
||||||
<link>/posts/middle</link>
|
<link>http://spencerlyon2.github.io/posts/middle</link>
|
||||||
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/middle</guid>
|
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">Sample Post 1</h2>
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
@ -60,10 +60,10 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p&g
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>First Post</title>
|
<title>First Post</title>
|
||||||
<link>/posts/oldest</link>
|
<link>http://spencerlyon2.github.io/posts/oldest</link>
|
||||||
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
<guid>/posts/oldest</guid>
|
<guid>http://spencerlyon2.github.io/posts/oldest</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="toc_0">Sample Post 1</h2>
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Second Post </title>
|
<title> Second Post </title>
|
||||||
<link rel="canonical" href="/posts/middle">
|
<link rel="canonical" href="http://spencerlyon2.github.io/posts/middle">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -89,13 +89,13 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
|||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<span class="left">
|
<span class="left">
|
||||||
<em>« Previous:</em> <a class="next" href="/posts/newest">Just another sample post</a>
|
<em>« Previous:</em> <a class="next" href="http://spencerlyon2.github.io/posts/newest">Just another sample post</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span class="right">
|
<span class="right">
|
||||||
<em>Next: </em><a class="next" href="/posts/oldest"> First Post</a> »
|
<em>Next: </em><a class="next" href="http://spencerlyon2.github.io/posts/oldest"> First Post</a> »
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> Just another sample post </title>
|
<title> Just another sample post </title>
|
||||||
<link rel="canonical" href="/posts/newest">
|
<link rel="canonical" href="http://spencerlyon2.github.io/posts/newest">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<span class="right">
|
<span class="right">
|
||||||
<em>Next: </em><a class="next" href="/posts/middle"> Second Post</a> »
|
<em>Next: </em><a class="next" href="http://spencerlyon2.github.io/posts/middle"> Second Post</a> »
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="/sglyon.com/hugo_gh_blog">
|
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||||
<title> First Post </title>
|
<title> First Post </title>
|
||||||
<link rel="canonical" href="/posts/oldest">
|
<link rel="canonical" href="http://spencerlyon2.github.io/posts/oldest">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
@ -89,7 +89,7 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
|||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<span class="left">
|
<span class="left">
|
||||||
<em>« Previous:</em> <a class="next" href="/posts/middle">Second Post</a>
|
<em>« Previous:</em> <a class="next" href="http://spencerlyon2.github.io/posts/middle">Second Post</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,23 +2,23 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/</loc>
|
<loc>http://spencerlyon2.github.io/</loc>
|
||||||
<lastmod>2014-03-29T00:00:00+00:00</lastmod>
|
<lastmod>2014-03-29T00:00:00+00:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/posts/newest</loc>
|
<loc>http://spencerlyon2.github.io/posts/newest</loc>
|
||||||
<lastmod>2014-03-29T00:00:00+00:00</lastmod>
|
<lastmod>2014-03-29T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/posts/middle</loc>
|
<loc>http://spencerlyon2.github.io/posts/middle</loc>
|
||||||
<lastmod>2014-03-28T00:00:00+00:00</lastmod>
|
<lastmod>2014-03-28T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>/posts/oldest</loc>
|
<loc>http://spencerlyon2.github.io/posts/oldest</loc>
|
||||||
<lastmod>2014-03-27T00:00:00+00:00</lastmod>
|
<lastmod>2014-03-27T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user