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"
|
||||
indexes:
|
||||
category: "categories"
|
||||
baseurl: "sglyon.com/hugo_gh_blog"
|
||||
baseurl: "http://spencerlyon2.github.io/hugo_gh_blog"
|
||||
title: "Hugo Blog Template for GitHub Pages"
|
||||
...
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</header>
|
||||
|
||||
|
@ -7,9 +7,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<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">
|
||||
@ -65,13 +65,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/oldest'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/oldest'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel>
|
||||
<title>Blah on Hugo Blog Template for GitHub Pages </title>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/oldest</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/oldest</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">Sample Post 1</h2>
|
||||
|
@ -7,9 +7,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<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">
|
||||
@ -65,13 +65,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/middle'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/middle'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel>
|
||||
<title>Boring on Hugo Blog Template for GitHub Pages </title>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/middle</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">Sample Post 1</h2>
|
||||
|
@ -7,9 +7,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<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">
|
||||
@ -65,13 +65,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/newest'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/newest'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel>
|
||||
<title>Fun on Hugo Blog Template for GitHub Pages </title>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/newest</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">First Heading</h2>
|
||||
|
@ -7,9 +7,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<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">
|
||||
@ -65,13 +65,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/newest'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/newest'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel>
|
||||
<title>Hugo on Hugo Blog Template for GitHub Pages </title>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/newest</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">First Heading</h2>
|
||||
|
@ -6,9 +6,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<title> Categories </title>
|
||||
<link rel="canonical" href="/categories">
|
||||
<link rel="canonical" href="http://spencerlyon2.github.io/categories">
|
||||
|
||||
|
||||
<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/second"> second </a> (1 entries) </li>
|
||||
|
||||
<li><a href="/categories/boring"> boring </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/second"> second </a> (1 entries) </li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -7,9 +7,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<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">
|
||||
@ -65,13 +65,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/middle'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/middle'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel>
|
||||
<title>Second on Hugo Blog Template for GitHub Pages </title>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/middle</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">Sample Post 1</h2>
|
||||
|
@ -7,9 +7,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<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">
|
||||
@ -65,13 +65,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/middle'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/middle'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel>
|
||||
<title>Template on Hugo Blog Template for GitHub Pages </title>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/middle</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">Sample Post 1</h2>
|
||||
|
@ -7,9 +7,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<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">
|
||||
@ -65,13 +65,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/newest'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/newest'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
@ -80,13 +80,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/oldest'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/oldest'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel>
|
||||
<title>Test on Hugo Blog Template for GitHub Pages </title>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/newest</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">First Heading</h2>
|
||||
@ -33,10 +33,10 @@
|
||||
|
||||
<item>
|
||||
<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>
|
||||
|
||||
<guid>/posts/oldest</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/oldest</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">Sample Post 1</h2>
|
||||
|
@ -5,10 +5,10 @@
|
||||
<head>
|
||||
|
||||
<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>
|
||||
<link rel="canonical" href="/">
|
||||
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Hugo Blog Template for GitHub Pages" />
|
||||
<link rel="canonical" href="http://spencerlyon2.github.io/">
|
||||
<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">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/newest'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/newest'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
@ -93,13 +93,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/middle'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/middle'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
@ -108,13 +108,13 @@
|
||||
|
||||
<article class="post">
|
||||
<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>
|
||||
</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.
|
||||
<footer>
|
||||
<a href='/posts/oldest'><nobr>Read more →</nobr></a>
|
||||
<a href='http://spencerlyon2.github.io/posts/oldest'><nobr>Read more →</nobr></a>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel>
|
||||
<title>Recent Content on Hugo Blog Template for GitHub Pages </title>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/newest</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">First Heading</h2>
|
||||
@ -33,10 +33,10 @@
|
||||
|
||||
<item>
|
||||
<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>
|
||||
|
||||
<guid>/posts/middle</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||
<description>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/oldest</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/oldest</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">Sample Post 1</h2>
|
||||
|
@ -6,9 +6,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<title> Posts </title>
|
||||
<link rel="canonical" href="/posts">
|
||||
<link rel="canonical" href="http://spencerlyon2.github.io/posts">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/poole.css">
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
|
||||
<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="right">
|
||||
<ul class="catlist">
|
||||
@ -82,7 +82,7 @@
|
||||
|
||||
|
||||
<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="right">
|
||||
<ul class="catlist">
|
||||
@ -103,7 +103,7 @@
|
||||
|
||||
|
||||
<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="right">
|
||||
<ul class="catlist">
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel>
|
||||
<title>Posts on Hugo Blog Template for GitHub Pages </title>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/newest</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/newest</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">First Heading</h2>
|
||||
@ -33,10 +33,10 @@
|
||||
|
||||
<item>
|
||||
<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>
|
||||
|
||||
<guid>/posts/middle</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/middle</guid>
|
||||
<description>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<guid>/posts/oldest</guid>
|
||||
<guid>http://spencerlyon2.github.io/posts/oldest</guid>
|
||||
<description>
|
||||
|
||||
<h2 id="toc_0">Sample Post 1</h2>
|
||||
|
@ -6,9 +6,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<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">
|
||||
@ -89,13 +89,13 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<hr />
|
||||
|
||||
<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 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>
|
||||
|
||||
</div>
|
||||
|
@ -6,9 +6,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<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>
|
||||
<link rel="canonical" href="/posts/newest">
|
||||
<link rel="canonical" href="http://spencerlyon2.github.io/posts/newest">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/poole.css">
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
@ -6,9 +6,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/sglyon.com/hugo_gh_blog">
|
||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog">
|
||||
<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">
|
||||
@ -89,7 +89,7 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<hr />
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
@ -2,23 +2,23 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<url>
|
||||
<loc>/</loc>
|
||||
<loc>http://spencerlyon2.github.io/</loc>
|
||||
<lastmod>2014-03-29T00:00:00+00:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/posts/newest</loc>
|
||||
<loc>http://spencerlyon2.github.io/posts/newest</loc>
|
||||
<lastmod>2014-03-29T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/posts/middle</loc>
|
||||
<loc>http://spencerlyon2.github.io/posts/middle</loc>
|
||||
<lastmod>2014-03-28T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/posts/oldest</loc>
|
||||
<loc>http://spencerlyon2.github.io/posts/oldest</loc>
|
||||
<lastmod>2014-03-27T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user