Revert "Revert "rebuilding site Wed Jun 25 00:32:45 EDT 2014""
This reverts commit d66c6bea709c48a229119d77443eddf49b34e187.
This commit is contained in:
parent
ed37cb570e
commit
dbfddd4908
@ -7,14 +7,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Blah </title>
|
<title> Blah </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/categories/blah">
|
<link rel="canonical" href="http://sglyon.com/categories/blah">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -30,9 +30,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -58,20 +58,20 @@
|
|||||||
<h1 class="post-title">Recent Posts</h1>
|
<h1 class="post-title">Recent Posts</h1>
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<div>
|
<div>
|
||||||
<h5><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories">Full Category Index</a></h5>
|
<h5><a href="/categories">Full Category Index</a></h5>
|
||||||
<h2>Posts in “Blah”</h2>
|
<h2>Posts in “Blah”</h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest'> First Post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/posts/oldest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
40
public/categories/blah/index.xml
Normal file
40
public/categories/blah/index.xml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Blah on Hugo Blog Template for GitHub Pages </title>
|
||||||
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
|
<link>http://sglyon.com/categories/blah/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<updated>Thu, 27 Mar 2014 00:00:00 UTC</updated>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>First Post</title>
|
||||||
|
<link>http://sglyon.com/posts/oldest</link>
|
||||||
|
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/oldest</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub-heading</h3>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, non, ratione, molestiae illo optio quia sequi id fuga natus nihil ad architecto dolor alias ex sunt iste aperiam eius itaque.</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">foo</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo, neque, eveniet voluptate eos debitis illum qui nostrum eius maxime ratione assumenda suscipit impedit deserunt voluptatibus odio ducimus non. Ex, ratione.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -7,14 +7,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Boring </title>
|
<title> Boring </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/categories/boring">
|
<link rel="canonical" href="http://sglyon.com/categories/boring">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -30,9 +30,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -58,20 +58,20 @@
|
|||||||
<h1 class="post-title">Recent Posts</h1>
|
<h1 class="post-title">Recent Posts</h1>
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<div>
|
<div>
|
||||||
<h5><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories">Full Category Index</a></h5>
|
<h5><a href="/categories">Full Category Index</a></h5>
|
||||||
<h2>Posts in “Boring”</h2>
|
<h2>Posts in “Boring”</h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/middle'> Second Post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/middle'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/posts/middle'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
40
public/categories/boring/index.xml
Normal file
40
public/categories/boring/index.xml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Boring on Hugo Blog Template for GitHub Pages </title>
|
||||||
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
|
<link>http://sglyon.com/categories/boring/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<updated>Fri, 28 Mar 2014 00:00:00 UTC</updated>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Second Post</title>
|
||||||
|
<link>http://sglyon.com/posts/middle</link>
|
||||||
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/middle</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub-heading</h3>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, non, ratione, molestiae illo optio quia sequi id fuga natus nihil ad architecto dolor alias ex sunt iste aperiam eius itaque.</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">foo</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo, neque, eveniet voluptate eos debitis illum qui nostrum eius maxime ratione assumenda suscipit impedit deserunt voluptatibus odio ducimus non. Ex, ratione.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -7,14 +7,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Fun </title>
|
<title> Fun </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/categories/fun">
|
<link rel="canonical" href="http://sglyon.com/categories/fun">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -30,9 +30,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -58,20 +58,20 @@
|
|||||||
<h1 class="post-title">Recent Posts</h1>
|
<h1 class="post-title">Recent Posts</h1>
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<div>
|
<div>
|
||||||
<h5><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories">Full Category Index</a></h5>
|
<h5><a href="/categories">Full Category Index</a></h5>
|
||||||
<h2>Posts in “Fun”</h2>
|
<h2>Posts in “Fun”</h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/newest'> Just another sample post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/newest'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/posts/newest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
35
public/categories/fun/index.xml
Normal file
35
public/categories/fun/index.xml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Fun on Hugo Blog Template for GitHub Pages </title>
|
||||||
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
|
<link>http://sglyon.com/categories/fun/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<updated>Sat, 29 Mar 2014 00:00:00 UTC</updated>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Just another sample post</title>
|
||||||
|
<link>http://sglyon.com/posts/newest</link>
|
||||||
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/newest</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">First Heading</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub</h3>
|
||||||
|
|
||||||
|
<p>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?</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">Conclusion</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, numquam ipsa ad! Quasi, deleniti quae sint consequatur error corporis dicta inventore alias soluta dignissimos? Molestias, quia ab deserunt repellat ut.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -7,14 +7,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Hugo </title>
|
<title> Hugo </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/categories/hugo">
|
<link rel="canonical" href="http://sglyon.com/categories/hugo">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -30,9 +30,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -58,20 +58,20 @@
|
|||||||
<h1 class="post-title">Recent Posts</h1>
|
<h1 class="post-title">Recent Posts</h1>
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<div>
|
<div>
|
||||||
<h5><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories">Full Category Index</a></h5>
|
<h5><a href="/categories">Full Category Index</a></h5>
|
||||||
<h2>Posts in “Hugo”</h2>
|
<h2>Posts in “Hugo”</h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/newest'> Just another sample post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/newest'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/posts/newest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
35
public/categories/hugo/index.xml
Normal file
35
public/categories/hugo/index.xml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Hugo on Hugo Blog Template for GitHub Pages </title>
|
||||||
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
|
<link>http://sglyon.com/categories/hugo/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<updated>Sat, 29 Mar 2014 00:00:00 UTC</updated>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Just another sample post</title>
|
||||||
|
<link>http://sglyon.com/posts/newest</link>
|
||||||
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/newest</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">First Heading</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub</h3>
|
||||||
|
|
||||||
|
<p>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?</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">Conclusion</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, numquam ipsa ad! Quasi, deleniti quae sint consequatur error corporis dicta inventore alias soluta dignissimos? Molestias, quia ab deserunt repellat ut.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -6,14 +6,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Categories </title>
|
<title> Categories </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/categories">
|
<link rel="canonical" href="http://sglyon.com/categories">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -29,9 +29,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -60,19 +60,19 @@
|
|||||||
<ul class="category">
|
<ul class="category">
|
||||||
|
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/test"> test </a> (2 entries) </li>
|
<li><a href="/categories/test"> test </a> (2 entries) </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/hugo"> hugo </a> (1 entries) </li>
|
<li><a href="/categories/second"> second </a> (1 entries) </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/fun"> fun </a> (1 entries) </li>
|
<li><a href="/categories/boring"> boring </a> (1 entries) </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/template"> template </a> (1 entries) </li>
|
<li><a href="/categories/blah"> blah </a> (1 entries) </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/second"> second </a> (1 entries) </li>
|
<li><a href="/categories/hugo"> hugo </a> (1 entries) </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/boring"> boring </a> (1 entries) </li>
|
<li><a href="/categories/fun"> fun </a> (1 entries) </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/blah"> blah </a> (1 entries) </li>
|
<li><a href="/categories/template"> template </a> (1 entries) </li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -89,7 +89,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -7,14 +7,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Second </title>
|
<title> Second </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/categories/second">
|
<link rel="canonical" href="http://sglyon.com/categories/second">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -30,9 +30,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -58,20 +58,20 @@
|
|||||||
<h1 class="post-title">Recent Posts</h1>
|
<h1 class="post-title">Recent Posts</h1>
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<div>
|
<div>
|
||||||
<h5><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories">Full Category Index</a></h5>
|
<h5><a href="/categories">Full Category Index</a></h5>
|
||||||
<h2>Posts in “Second”</h2>
|
<h2>Posts in “Second”</h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/middle'> Second Post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/middle'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/posts/middle'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
40
public/categories/second/index.xml
Normal file
40
public/categories/second/index.xml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Second on Hugo Blog Template for GitHub Pages </title>
|
||||||
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
|
<link>http://sglyon.com/categories/second/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<updated>Fri, 28 Mar 2014 00:00:00 UTC</updated>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Second Post</title>
|
||||||
|
<link>http://sglyon.com/posts/middle</link>
|
||||||
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/middle</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub-heading</h3>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, non, ratione, molestiae illo optio quia sequi id fuga natus nihil ad architecto dolor alias ex sunt iste aperiam eius itaque.</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">foo</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo, neque, eveniet voluptate eos debitis illum qui nostrum eius maxime ratione assumenda suscipit impedit deserunt voluptatibus odio ducimus non. Ex, ratione.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -7,14 +7,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Template </title>
|
<title> Template </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/categories/template">
|
<link rel="canonical" href="http://sglyon.com/categories/template">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -30,9 +30,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -58,20 +58,20 @@
|
|||||||
<h1 class="post-title">Recent Posts</h1>
|
<h1 class="post-title">Recent Posts</h1>
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<div>
|
<div>
|
||||||
<h5><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories">Full Category Index</a></h5>
|
<h5><a href="/categories">Full Category Index</a></h5>
|
||||||
<h2>Posts in “Template”</h2>
|
<h2>Posts in “Template”</h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/middle'> Second Post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/middle'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/posts/middle'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
40
public/categories/template/index.xml
Normal file
40
public/categories/template/index.xml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Template on Hugo Blog Template for GitHub Pages </title>
|
||||||
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
|
<link>http://sglyon.com/categories/template/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<updated>Fri, 28 Mar 2014 00:00:00 UTC</updated>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Second Post</title>
|
||||||
|
<link>http://sglyon.com/posts/middle</link>
|
||||||
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/middle</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub-heading</h3>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, non, ratione, molestiae illo optio quia sequi id fuga natus nihil ad architecto dolor alias ex sunt iste aperiam eius itaque.</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">foo</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo, neque, eveniet voluptate eos debitis illum qui nostrum eius maxime ratione assumenda suscipit impedit deserunt voluptatibus odio ducimus non. Ex, ratione.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -7,14 +7,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Test </title>
|
<title> Test </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/categories/test">
|
<link rel="canonical" href="http://sglyon.com/categories/test">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -30,9 +30,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -58,20 +58,20 @@
|
|||||||
<h1 class="post-title">Recent Posts</h1>
|
<h1 class="post-title">Recent Posts</h1>
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<div>
|
<div>
|
||||||
<h5><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories">Full Category Index</a></h5>
|
<h5><a href="/categories">Full Category Index</a></h5>
|
||||||
<h2>Posts in “Test”</h2>
|
<h2>Posts in “Test”</h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/newest'> Just another sample post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/newest'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest'> First Post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/posts/oldest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -106,7 +106,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
62
public/categories/test/index.xml
Normal file
62
public/categories/test/index.xml
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Test on Hugo Blog Template for GitHub Pages </title>
|
||||||
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
|
<link>http://sglyon.com/categories/test/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<updated>Sat, 29 Mar 2014 00:00:00 UTC</updated>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Just another sample post</title>
|
||||||
|
<link>http://sglyon.com/posts/newest</link>
|
||||||
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/newest</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">First Heading</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub</h3>
|
||||||
|
|
||||||
|
<p>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?</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">Conclusion</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, numquam ipsa ad! Quasi, deleniti quae sint consequatur error corporis dicta inventore alias soluta dignissimos? Molestias, quia ab deserunt repellat ut.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>First Post</title>
|
||||||
|
<link>http://sglyon.com/posts/oldest</link>
|
||||||
|
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/oldest</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub-heading</h3>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, non, ratione, molestiae illo optio quia sequi id fuga natus nihil ad architecto dolor alias ex sunt iste aperiam eius itaque.</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">foo</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo, neque, eveniet voluptate eos debitis illum qui nostrum eius maxime ratione assumenda suscipit impedit deserunt voluptatibus odio ducimus non. Ex, ratione.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -5,16 +5,16 @@
|
|||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title>Hugo Blog Template for GitHub Pages</title>
|
<title>Hugo Blog Template for GitHub Pages</title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/">
|
<link rel="canonical" href="http://sglyon.com/">
|
||||||
<link href="http://spencerlyon2.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Hugo Blog Template for GitHub Pages" />
|
<link href="http://sglyon.com/index.xml" rel="alternate" type="application/rss+xml" title="Hugo Blog Template for GitHub Pages" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -29,9 +29,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/" title="Home">Home</a>
|
<a href="/" title="Home">Home</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -78,13 +78,13 @@
|
|||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/newest'> Just another sample post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/newest'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/middle'> Second Post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/middle'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest'> First Post</a> </h2>
|
<h2><a href='http://sglyon.com/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='http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest'><nobr>Read more →</nobr></a>
|
<a href='http://sglyon.com/posts/oldest'><nobr>Read more →</nobr></a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -132,7 +132,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
89
public/index.xml
Normal file
89
public/index.xml
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Recent Content on Hugo Blog Template for GitHub Pages </title>
|
||||||
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
|
<link>http://sglyon.com/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<updated>Sat, 29 Mar 2014 00:00:00 UTC</updated>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Just another sample post</title>
|
||||||
|
<link>http://sglyon.com/posts/newest</link>
|
||||||
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/newest</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">First Heading</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub</h3>
|
||||||
|
|
||||||
|
<p>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?</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">Conclusion</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, numquam ipsa ad! Quasi, deleniti quae sint consequatur error corporis dicta inventore alias soluta dignissimos? Molestias, quia ab deserunt repellat ut.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Second Post</title>
|
||||||
|
<link>http://sglyon.com/posts/middle</link>
|
||||||
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/middle</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub-heading</h3>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, non, ratione, molestiae illo optio quia sequi id fuga natus nihil ad architecto dolor alias ex sunt iste aperiam eius itaque.</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">foo</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo, neque, eveniet voluptate eos debitis illum qui nostrum eius maxime ratione assumenda suscipit impedit deserunt voluptatibus odio ducimus non. Ex, ratione.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>First Post</title>
|
||||||
|
<link>http://sglyon.com/posts/oldest</link>
|
||||||
|
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/oldest</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub-heading</h3>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, non, ratione, molestiae illo optio quia sequi id fuga natus nihil ad architecto dolor alias ex sunt iste aperiam eius itaque.</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">foo</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo, neque, eveniet voluptate eos debitis illum qui nostrum eius maxime ratione assumenda suscipit impedit deserunt voluptatibus odio ducimus non. Ex, ratione.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -6,14 +6,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Posts </title>
|
<title> Posts </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">
|
<link rel="canonical" href="http://sglyon.com/posts">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -29,9 +29,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -47,30 +47,30 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
<p>Here are all my blog posts, in descending order by creation date. If you would like to view them by topic, see the <a href="http://spencerlyon2.github.io/hugo_gh_blog/categories">Categories</a> page.</p>
|
<p>Here are all my blog posts, in descending order by creation date. If you would like to view them by topic, see the <a href="/categories">Categories</a> page.</p>
|
||||||
<h1 class="post-title">All Blog Posts (By Date)</h1>
|
<h1 class="post-title">All Blog Posts (By Date)</h1>
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<ul id="list">
|
<ul id="list">
|
||||||
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<span><h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/newest'> Just another sample post</a> </h2></span>
|
<span><h2><a href='http://sglyon.com/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">
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/hugo">hugo</a> </li>
|
<li><a href="/categories/hugo">hugo</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/fun">fun</a> </li>
|
<li><a href="/categories/fun">fun</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/test">test</a> </li>
|
<li><a href="/categories/test">test</a> </li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</span>
|
</span>
|
||||||
@ -82,16 +82,16 @@
|
|||||||
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<span><h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/middle'> Second Post</a> </h2></span>
|
<span><h2><a href='http://sglyon.com/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">
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/template">template</a> </li>
|
<li><a href="/categories/template">template</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/second">second</a> </li>
|
<li><a href="/categories/second">second</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/boring">boring</a> </li>
|
<li><a href="/categories/boring">boring</a> </li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</span>
|
</span>
|
||||||
@ -103,14 +103,14 @@
|
|||||||
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<span><h2><a href='http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest'> First Post</a> </h2></span>
|
<span><h2><a href='http://sglyon.com/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">
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/test">test</a> </li>
|
<li><a href="/categories/test">test</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/blah">blah</a> </li>
|
<li><a href="/categories/blah">blah</a> </li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</span>
|
</span>
|
||||||
@ -134,7 +134,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
89
public/posts/index.xml
Normal file
89
public/posts/index.xml
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Posts on Hugo Blog Template for GitHub Pages </title>
|
||||||
|
<generator uri="https://hugo.spf13.com">Hugo</generator>
|
||||||
|
<link>http://sglyon.com/posts/index.xml</link>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<updated>Sat, 29 Mar 2014 00:00:00 UTC</updated>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Just another sample post</title>
|
||||||
|
<link>http://sglyon.com/posts/newest</link>
|
||||||
|
<pubDate>Sat, 29 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/newest</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">First Heading</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub</h3>
|
||||||
|
|
||||||
|
<p>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?</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">Conclusion</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, numquam ipsa ad! Quasi, deleniti quae sint consequatur error corporis dicta inventore alias soluta dignissimos? Molestias, quia ab deserunt repellat ut.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Second Post</title>
|
||||||
|
<link>http://sglyon.com/posts/middle</link>
|
||||||
|
<pubDate>Fri, 28 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/middle</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub-heading</h3>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, non, ratione, molestiae illo optio quia sequi id fuga natus nihil ad architecto dolor alias ex sunt iste aperiam eius itaque.</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">foo</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo, neque, eveniet voluptate eos debitis illum qui nostrum eius maxime ratione assumenda suscipit impedit deserunt voluptatibus odio ducimus non. Ex, ratione.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>First Post</title>
|
||||||
|
<link>http://sglyon.com/posts/oldest</link>
|
||||||
|
<pubDate>Thu, 27 Mar 2014 00:00:00 UTC</pubDate>
|
||||||
|
|
||||||
|
<guid>http://sglyon.com/posts/oldest</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h2 id="toc_0">Sample Post 1</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h3 id="toc_1">Sub-heading</h3>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, non, ratione, molestiae illo optio quia sequi id fuga natus nihil ad architecto dolor alias ex sunt iste aperiam eius itaque.</p>
|
||||||
|
|
||||||
|
<h2 id="toc_2">foo</h2>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quo, neque, eveniet voluptate eos debitis illum qui nostrum eius maxime ratione assumenda suscipit impedit deserunt voluptatibus odio ducimus non. Ex, ratione.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -6,14 +6,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Second Post </title>
|
<title> Second Post </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/posts/middle">
|
<link rel="canonical" href="http://sglyon.com/posts/middle">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -29,9 +29,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -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="http://spencerlyon2.github.io/hugo_gh_blog/posts/newest">Just another sample post</a>
|
<em>« Previous:</em> <a class="next" href="http://sglyon.com/posts/newest">Just another sample post</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span class="right">
|
<span class="right">
|
||||||
<em>Next: </em><a class="next" href="http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest"> First Post</a> »
|
<em>Next: </em><a class="next" href="http://sglyon.com/posts/oldest"> First Post</a> »
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -106,11 +106,11 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
|||||||
<ul class="catlist">
|
<ul class="catlist">
|
||||||
<li><em>Categories: </em></li>
|
<li><em>Categories: </em></li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/template">template</a> </li>
|
<li><a href="/categories/template">template</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/second">second</a> </li>
|
<li><a href="/categories/second">second</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/boring">boring</a> </li>
|
<li><a href="/categories/boring">boring</a> </li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -124,7 +124,7 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -6,14 +6,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> Just another sample post </title>
|
<title> Just another sample post </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/posts/newest">
|
<link rel="canonical" href="http://sglyon.com/posts/newest">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -29,9 +29,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<span class="right">
|
<span class="right">
|
||||||
<em>Next: </em><a class="next" href="http://spencerlyon2.github.io/hugo_gh_blog/posts/middle"> Second Post</a> »
|
<em>Next: </em><a class="next" href="http://sglyon.com/posts/middle"> Second Post</a> »
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -97,11 +97,11 @@
|
|||||||
<ul class="catlist">
|
<ul class="catlist">
|
||||||
<li><em>Categories: </em></li>
|
<li><em>Categories: </em></li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/hugo">hugo</a> </li>
|
<li><a href="/categories/hugo">hugo</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/fun">fun</a> </li>
|
<li><a href="/categories/fun">fun</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/test">test</a> </li>
|
<li><a href="/categories/test">test</a> </li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -115,7 +115,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -6,14 +6,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href="http://spencerlyon2.github.io/hugo_gh_blog/">
|
<base href="http://sglyon.com/hugo_gh_blog">
|
||||||
<title> First Post </title>
|
<title> First Post </title>
|
||||||
<link rel="canonical" href="http://spencerlyon2.github.io/hugo_gh_blog/posts/oldest">
|
<link rel="canonical" href="http://sglyon.com/posts/oldest">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/poole.css">
|
<link rel="stylesheet" href="/css/poole.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
<link rel="stylesheet" href="http://spencerlyon2.github.io/hugo_gh_blog/css/lanyon.css">
|
<link rel="stylesheet" href="/css/lanyon.css">
|
||||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -29,9 +29,9 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/">Home</a>
|
<a class="sidebar-nav-item" href="/">Home</a>
|
||||||
|
|
||||||
<a class="sidebar-nav-item" href="http://spencerlyon2.github.io/hugo_gh_blog/posts">Blog</a>
|
<a class="sidebar-nav-item" href="/posts">Blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-item">
|
<div class="sidebar-item">
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="http://spencerlyon2.github.io/hugo_gh_blog/posts" title="Blog">Blog Posts</a>
|
<a href="/posts" title="Blog">Blog Posts</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -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="http://spencerlyon2.github.io/hugo_gh_blog/posts/middle">Second Post</a>
|
<em>« Previous:</em> <a class="next" href="http://sglyon.com/posts/middle">Second Post</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
||||||
@ -102,9 +102,9 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
|||||||
<ul class="catlist">
|
<ul class="catlist">
|
||||||
<li><em>Categories: </em></li>
|
<li><em>Categories: </em></li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/test">test</a> </li>
|
<li><a href="/categories/test">test</a> </li>
|
||||||
|
|
||||||
<li><a href="http://spencerlyon2.github.io/hugo_gh_blog/categories/blah">blah</a> </li>
|
<li><a href="/categories/blah">blah</a> </li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -118,7 +118,7 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p class="right credit">
|
<p class="right credit">
|
||||||
Fancy footer here. Link to <a href="http://spencerlyon2.github.io/hugo_gh_blog/">Home Page</a>
|
Fancy footer here. Link to <a href="/">Home Page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
25
public/sitemap.xml
Normal file
25
public/sitemap.xml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://sglyon.com/</loc>
|
||||||
|
<lastmod>2014-03-29T00:00:00+00:00</lastmod>
|
||||||
|
<priority>0</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://sglyon.com/posts/newest</loc>
|
||||||
|
<lastmod>2014-03-29T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://sglyon.com/posts/middle</loc>
|
||||||
|
<lastmod>2014-03-28T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://sglyon.com/posts/oldest</loc>
|
||||||
|
<lastmod>2014-03-27T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
</urlset>
|
Loading…
x
Reference in New Issue
Block a user