Skip to content

Commit

Permalink
rebuilding site Wed Jun 25 00:50:41 EDT 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Jun 25, 2014
1 parent d0a4217 commit a92a7b9
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ layoutdir: "layouts"
publishdir: "public"
indexes:
category: "categories"
baseurl: "spencerlyon2.github.io/hugo_gh_blog"
baseurl: "sglyon.com/hugo_gh_blog"
title: "Hugo Blog Template for GitHub Pages"
...
2 changes: 1 addition & 1 deletion public/categories/blah/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Blah </title>
<link rel="canonical" href="/categories/blah">

Expand Down
2 changes: 1 addition & 1 deletion public/categories/boring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Boring </title>
<link rel="canonical" href="/categories/boring">

Expand Down
2 changes: 1 addition & 1 deletion public/categories/fun/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Fun </title>
<link rel="canonical" href="/categories/fun">

Expand Down
2 changes: 1 addition & 1 deletion public/categories/hugo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Hugo </title>
<link rel="canonical" href="/categories/hugo">

Expand Down
14 changes: 7 additions & 7 deletions public/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Categories </title>
<link rel="canonical" href="/categories">

Expand Down Expand Up @@ -62,18 +62,18 @@ <h1>Archive of Posts, by category</h1>

<li><a href="/categories/test"> test </a> (2 entries) </li>

<li><a href="/categories/boring"> boring </a> (1 entries) </li>

<li><a href="/categories/blah"> blah </a> (1 entries) </li>

<li><a href="/categories/hugo"> hugo </a> (1 entries) </li>

<li><a href="/categories/fun"> fun </a> (1 entries) </li>

<li><a href="/categories/template"> template </a> (1 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>

<li><a href="/categories/hugo"> hugo </a> (1 entries) </li>

</ul>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion public/categories/second/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Second </title>
<link rel="canonical" href="/categories/second">

Expand Down
2 changes: 1 addition & 1 deletion public/categories/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Template </title>
<link rel="canonical" href="/categories/template">

Expand Down
2 changes: 1 addition & 1 deletion public/categories/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Test </title>
<link rel="canonical" href="/categories/test">

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>

<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/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" />
Expand Down
2 changes: 1 addition & 1 deletion public/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Posts </title>
<link rel="canonical" href="/posts">

Expand Down
2 changes: 1 addition & 1 deletion public/posts/middle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Second Post </title>
<link rel="canonical" href="/posts/middle">

Expand Down
2 changes: 1 addition & 1 deletion public/posts/newest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> Just another sample post </title>
<link rel="canonical" href="/posts/newest">

Expand Down
2 changes: 1 addition & 1 deletion public/posts/oldest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html>
<head>
<meta charset="utf-8">
<base href="/spencerlyon2.github.io/hugo_gh_blog">
<base href="/sglyon.com/hugo_gh_blog">
<title> First Post </title>
<link rel="canonical" href="/posts/oldest">

Expand Down

0 comments on commit a92a7b9

Please sign in to comment.