Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2015-03-22 12:29:50 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2015-03-22 12:29:50 +0300
commitbdafac2654ee05eb14f2c35479f924c7e3589634 (patch)
tree322d0194cf7d9adbf5e9f60af60bc8264c5a7997
parentd914bc3e0efefb7232af1e65831f738e865d5d3f (diff)
Acutally fixing stuff?gh-pages
-rw-r--r--categories/hugo/index.html11
-rw-r--r--categories/hugo/index.xml8
-rw-r--r--categories/hugo/page/1/index.html2
-rw-r--r--index.html11
-rw-r--r--index.xml8
-rw-r--r--page1/index.html2
-rw-r--r--post/hello-world/index.html20
-rw-r--r--post/index.html11
-rw-r--r--post/index.xml8
-rw-r--r--postpage1/index.html2
-rw-r--r--sitemap.xml4
-rw-r--r--tags/hugo/index.html11
-rw-r--r--tags/hugo/index.xml8
-rw-r--r--tags/hugo/page/1/index.html2
-rw-r--r--tags/purecss/index.html11
-rw-r--r--tags/purecss/index.xml8
-rw-r--r--tags/purecss/page/1/index.html2
17 files changed, 67 insertions, 62 deletions
diff --git a/categories/hugo/index.html b/categories/hugo/index.html
index 51b88f6..5add327 100644
--- a/categories/hugo/index.html
+++ b/categories/hugo/index.html
@@ -23,7 +23,7 @@
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
- <link rel="stylesheet" href="http://localhost:1313/purehugo/css/all.min.css">
+ <link rel="stylesheet" href="http://dplesca.github.io/purehugo/css/all.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
@@ -32,7 +32,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
- <h1 class="brand-title"><a href="http://localhost:1313/purehugo">purehugo</a></h1>
+ <h1 class="brand-title"><a href="http://dplesca.github.io/purehugo">purehugo</a></h1>
<h2 class="brand-tagline"> Demo site for a hugo theme </h2>
</hgroup>
@@ -62,14 +62,14 @@
<section class="post">
<header class="post-header">
- <a href="http://localhost:1313/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
+ <a href="http://dplesca.github.io/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
<p class="post-meta">
under
- <a class="post-category post-category-hugo" href="http://localhost:1313/purehugo/categories/hugo">hugo</a>
+ <a class="post-category post-category-hugo" href="http://dplesca.github.io/purehugo/categories/hugo">hugo</a>
</p>
</header>
@@ -90,6 +90,7 @@
</div>
+
<div class="footer">
<div class="pure-menu pure-menu-horizontal pure-menu-open">
<ul>
@@ -97,7 +98,7 @@
</ul>
</div>
</div>
-<script src="http://localhost:1313/purehugo/js/all.min.js"></script>
+<script src="http://dplesca.github.io/purehugo/js/all.min.js"></script>
</div>
</div>
</div>
diff --git a/categories/hugo/index.xml b/categories/hugo/index.xml
index 5ca3aef..8283f51 100644
--- a/categories/hugo/index.xml
+++ b/categories/hugo/index.xml
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Hugo on purehugo</title>
- <link>http://localhost:1313/purehugo/categories/hugo/</link>
+ <link>http://dplesca.github.io/purehugo/categories/hugo/</link>
<description>Recent content in Hugo on purehugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 21 Mar 2015 21:49:32 +0200</lastBuildDate>
- <atom:link href="http://localhost:1313/purehugo/categories/hugo/index.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="http://dplesca.github.io/purehugo/categories/hugo/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World, This Is Purehugo!</title>
- <link>http://localhost:1313/purehugo/post/hello-world/</link>
+ <link>http://dplesca.github.io/purehugo/post/hello-world/</link>
<pubDate>Sat, 21 Mar 2015 21:49:32 +0200</pubDate>
- <guid>http://localhost:1313/purehugo/post/hello-world/</guid>
+ <guid>http://dplesca.github.io/purehugo/post/hello-world/</guid>
<description>&lt;p&gt;There are a lot of static site generators. And I&amp;rsquo;ve tried quite a few during my failed writing endeavours. But I can surely say that &lt;a href=&#34;http://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; seems to be the best one yet. It&amp;rsquo;s super easy to use (after all it&amp;rsquo;s just a binary file), cross-platform and incredibly fast. All those things can be attributed to the &lt;a href=&#34;http://golang.org/&#34;&gt;go programming language&lt;/a&gt; and to the great developers that have written it and transformed it in an easy to use and quite powerful static site generator.&lt;/p&gt;
&lt;p&gt;Sometime last May I discovered Hugo and started to look around for themes for it. There weren&amp;rsquo;t many and I went and made one myself. I tend to do that when learning to use a static-site generator because it&amp;rsquo;s a great way to see the capabilities of the platform, the drawbacks and generally how easy or complicated it is to use and develop for that platform. So I took an example layout from the &lt;a href=&#34;http://purecss.io/&#34;&gt;Pure css library from Yahoo&lt;/a&gt; (a project that I really like because it&amp;rsquo;s light and looks nice and also can be painlessly integrated) and made a theme in a few hours in a weekend. The experience was easy and painless, I only remember struggling a bit with the date formatting.&lt;/p&gt;
diff --git a/categories/hugo/page/1/index.html b/categories/hugo/page/1/index.html
index e36587d..3c46c5c 100644
--- a/categories/hugo/page/1/index.html
+++ b/categories/hugo/page/1/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/purehugo/categories/hugo/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/purehugo/categories/hugo/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><link rel="canonical" href="http://dplesca.github.io/purehugo/categories/hugo/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://dplesca.github.io/purehugo/categories/hugo/" /></head></html> \ No newline at end of file
diff --git a/index.html b/index.html
index 8f4ddfd..76e6041 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,7 @@
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
- <link rel="stylesheet" href="http://localhost:1313/purehugo/css/all.min.css">
+ <link rel="stylesheet" href="http://dplesca.github.io/purehugo/css/all.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
@@ -32,7 +32,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
- <h1 class="brand-title"><a href="http://localhost:1313/purehugo">purehugo</a></h1>
+ <h1 class="brand-title"><a href="http://dplesca.github.io/purehugo">purehugo</a></h1>
<h2 class="brand-tagline"> Demo site for a hugo theme </h2>
</hgroup>
@@ -62,14 +62,14 @@
<section class="post">
<header class="post-header">
- <a href="http://localhost:1313/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
+ <a href="http://dplesca.github.io/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
<p class="post-meta">
under
- <a class="post-category post-category-hugo" href="http://localhost:1313/purehugo/categories/hugo">hugo</a>
+ <a class="post-category post-category-hugo" href="http://dplesca.github.io/purehugo/categories/hugo">hugo</a>
</p>
</header>
@@ -90,6 +90,7 @@
</div>
+
<div class="footer">
<div class="pure-menu pure-menu-horizontal pure-menu-open">
<ul>
@@ -97,7 +98,7 @@
</ul>
</div>
</div>
-<script src="http://localhost:1313/purehugo/js/all.min.js"></script>
+<script src="http://dplesca.github.io/purehugo/js/all.min.js"></script>
</div>
</div>
</div>
diff --git a/index.xml b/index.xml
index 43864d0..d3a6d5a 100644
--- a/index.xml
+++ b/index.xml
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>purehugo</title>
- <link>http://localhost:1313/purehugo/</link>
+ <link>http://dplesca.github.io/purehugo/</link>
<description>Recent content on purehugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 21 Mar 2015 21:49:32 +0200</lastBuildDate>
- <atom:link href="http://localhost:1313/purehugo/index.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="http://dplesca.github.io/purehugo/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World, This Is Purehugo!</title>
- <link>http://localhost:1313/purehugo/post/hello-world/</link>
+ <link>http://dplesca.github.io/purehugo/post/hello-world/</link>
<pubDate>Sat, 21 Mar 2015 21:49:32 +0200</pubDate>
- <guid>http://localhost:1313/purehugo/post/hello-world/</guid>
+ <guid>http://dplesca.github.io/purehugo/post/hello-world/</guid>
<description>&lt;p&gt;There are a lot of static site generators. And I&amp;rsquo;ve tried quite a few during my failed writing endeavours. But I can surely say that &lt;a href=&#34;http://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; seems to be the best one yet. It&amp;rsquo;s super easy to use (after all it&amp;rsquo;s just a binary file), cross-platform and incredibly fast. All those things can be attributed to the &lt;a href=&#34;http://golang.org/&#34;&gt;go programming language&lt;/a&gt; and to the great developers that have written it and transformed it in an easy to use and quite powerful static site generator.&lt;/p&gt;
&lt;p&gt;Sometime last May I discovered Hugo and started to look around for themes for it. There weren&amp;rsquo;t many and I went and made one myself. I tend to do that when learning to use a static-site generator because it&amp;rsquo;s a great way to see the capabilities of the platform, the drawbacks and generally how easy or complicated it is to use and develop for that platform. So I took an example layout from the &lt;a href=&#34;http://purecss.io/&#34;&gt;Pure css library from Yahoo&lt;/a&gt; (a project that I really like because it&amp;rsquo;s light and looks nice and also can be painlessly integrated) and made a theme in a few hours in a weekend. The experience was easy and painless, I only remember struggling a bit with the date formatting.&lt;/p&gt;
diff --git a/page1/index.html b/page1/index.html
index e68b8d4..dafbf84 100644
--- a/page1/index.html
+++ b/page1/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/purehugo/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/purehugo/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><link rel="canonical" href="http://dplesca.github.io/purehugo/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://dplesca.github.io/purehugo/" /></head></html> \ No newline at end of file
diff --git a/post/hello-world/index.html b/post/hello-world/index.html
index fa3b2c0..d1c1d43 100644
--- a/post/hello-world/index.html
+++ b/post/hello-world/index.html
@@ -23,7 +23,7 @@
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
- <link rel="stylesheet" href="http://localhost:1313/purehugo/css/all.min.css">
+ <link rel="stylesheet" href="http://dplesca.github.io/purehugo/css/all.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
@@ -32,7 +32,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
- <h1 class="brand-title"><a href="http://localhost:1313/purehugo">purehugo</a></h1>
+ <h1 class="brand-title"><a href="http://dplesca.github.io/purehugo">purehugo</a></h1>
<h2 class="brand-tagline"> Demo site for a hugo theme </h2>
</hgroup>
@@ -61,14 +61,14 @@
<section class="post">
<header class="post-header">
- <a href="http://localhost:1313/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
+ <a href="http://dplesca.github.io/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
<p class="post-meta">
under
- <a class="post-category post-category-hugo" href="http://localhost:1313/purehugo/categories/hugo">hugo</a>
+ <a class="post-category post-category-hugo" href="http://dplesca.github.io/purehugo/categories/hugo">hugo</a>
</p>
</header>
@@ -76,10 +76,10 @@
<div class="post-share">
<div class="post-share-links">
<h4 style="">Share</h4>
- <a href="#" data-type="facebook" data-url="http://localhost:1313/purehugo/post/hello-world/" data-title="Hello World, This Is Purehugo!" data-description="Hugo theme based on purecss from Yahoo." data-media="" class="prettySocial fa fa-facebook"></a>
- <a href="#" data-type="googleplus" data-url="http://localhost:1313/purehugo/post/hello-world/" data-description="Hugo theme based on purecss from Yahoo." class="prettySocial fa fa-google-plus"></a>
+ <a href="#" data-type="facebook" data-url="http://dplesca.github.io/purehugo/post/hello-world/" data-title="Hello World, This Is Purehugo!" data-description="Hugo theme based on purecss from Yahoo." data-media="" class="prettySocial fa fa-facebook"></a>
+ <a href="#" data-type="googleplus" data-url="http://dplesca.github.io/purehugo/post/hello-world/" data-description="Hugo theme based on purecss from Yahoo." class="prettySocial fa fa-google-plus"></a>
- <a href="#" data-type="twitter" data-url="http://localhost:1313/purehugo/post/hello-world/" data-description="Hugo theme based on purecss from Yahoo." data-via="dragos_plesca" class="prettySocial fa fa-twitter"></a>
+ <a href="#" data-type="twitter" data-url="http://dplesca.github.io/purehugo/post/hello-world/" data-description="Hugo theme based on purecss from Yahoo." data-via="dragos_plesca" class="prettySocial fa fa-twitter"></a>
</div>
@@ -99,9 +99,9 @@
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'purehugo';
- var disqus_identifier = 'http:\/\/localhost:1313\/purehugo\/post\/hello-world\/';
+ var disqus_identifier = 'http:\/\/dplesca.github.io\/purehugo\/post\/hello-world\/';
var disqus_title = 'Hello World, This Is Purehugo!';
- var disqus_url = 'http:\/\/localhost:1313\/purehugo\/post\/hello-world\/';
+ var disqus_url = 'http:\/\/dplesca.github.io\/purehugo\/post\/hello-world\/';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
@@ -120,7 +120,7 @@
</ul>
</div>
</div>
-<script src="http://localhost:1313/purehugo/js/all.min.js"></script>
+<script src="http://dplesca.github.io/purehugo/js/all.min.js"></script>
</div>
</div>
</div>
diff --git a/post/index.html b/post/index.html
index c31da5e..d4ab4ec 100644
--- a/post/index.html
+++ b/post/index.html
@@ -23,7 +23,7 @@
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
- <link rel="stylesheet" href="http://localhost:1313/purehugo/css/all.min.css">
+ <link rel="stylesheet" href="http://dplesca.github.io/purehugo/css/all.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
@@ -32,7 +32,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
- <h1 class="brand-title"><a href="http://localhost:1313/purehugo">purehugo</a></h1>
+ <h1 class="brand-title"><a href="http://dplesca.github.io/purehugo">purehugo</a></h1>
<h2 class="brand-tagline"> Demo site for a hugo theme </h2>
</hgroup>
@@ -62,14 +62,14 @@
<section class="post">
<header class="post-header">
- <a href="http://localhost:1313/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
+ <a href="http://dplesca.github.io/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
<p class="post-meta">
under
- <a class="post-category post-category-hugo" href="http://localhost:1313/purehugo/categories/hugo">hugo</a>
+ <a class="post-category post-category-hugo" href="http://dplesca.github.io/purehugo/categories/hugo">hugo</a>
</p>
</header>
@@ -90,6 +90,7 @@
</div>
+
<div class="footer">
<div class="pure-menu pure-menu-horizontal pure-menu-open">
<ul>
@@ -97,7 +98,7 @@
</ul>
</div>
</div>
-<script src="http://localhost:1313/purehugo/js/all.min.js"></script>
+<script src="http://dplesca.github.io/purehugo/js/all.min.js"></script>
</div>
</div>
</div>
diff --git a/post/index.xml b/post/index.xml
index e879de5..c803053 100644
--- a/post/index.xml
+++ b/post/index.xml
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on purehugo</title>
- <link>http://localhost:1313/purehugo/post/</link>
+ <link>http://dplesca.github.io/purehugo/post/</link>
<description>Recent content in Posts on purehugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 21 Mar 2015 21:49:32 +0200</lastBuildDate>
- <atom:link href="http://localhost:1313/purehugo/post/index.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="http://dplesca.github.io/purehugo/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World, This Is Purehugo!</title>
- <link>http://localhost:1313/purehugo/post/hello-world/</link>
+ <link>http://dplesca.github.io/purehugo/post/hello-world/</link>
<pubDate>Sat, 21 Mar 2015 21:49:32 +0200</pubDate>
- <guid>http://localhost:1313/purehugo/post/hello-world/</guid>
+ <guid>http://dplesca.github.io/purehugo/post/hello-world/</guid>
<description>&lt;p&gt;There are a lot of static site generators. And I&amp;rsquo;ve tried quite a few during my failed writing endeavours. But I can surely say that &lt;a href=&#34;http://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; seems to be the best one yet. It&amp;rsquo;s super easy to use (after all it&amp;rsquo;s just a binary file), cross-platform and incredibly fast. All those things can be attributed to the &lt;a href=&#34;http://golang.org/&#34;&gt;go programming language&lt;/a&gt; and to the great developers that have written it and transformed it in an easy to use and quite powerful static site generator.&lt;/p&gt;
&lt;p&gt;Sometime last May I discovered Hugo and started to look around for themes for it. There weren&amp;rsquo;t many and I went and made one myself. I tend to do that when learning to use a static-site generator because it&amp;rsquo;s a great way to see the capabilities of the platform, the drawbacks and generally how easy or complicated it is to use and develop for that platform. So I took an example layout from the &lt;a href=&#34;http://purecss.io/&#34;&gt;Pure css library from Yahoo&lt;/a&gt; (a project that I really like because it&amp;rsquo;s light and looks nice and also can be painlessly integrated) and made a theme in a few hours in a weekend. The experience was easy and painless, I only remember struggling a bit with the date formatting.&lt;/p&gt;
diff --git a/postpage1/index.html b/postpage1/index.html
index 6bfaf31..6aa3e7b 100644
--- a/postpage1/index.html
+++ b/postpage1/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/purehugo/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/purehugo/post/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><link rel="canonical" href="http://dplesca.github.io/purehugo/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://dplesca.github.io/purehugo/post/" /></head></html> \ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 99c5b88..1946e78 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,13 +2,13 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
- <loc>http://localhost:1313/purehugo/</loc>
+ <loc>http://dplesca.github.io/purehugo/</loc>
<lastmod>2015-03-21T21:49:32+02:00</lastmod>
<priority>0</priority>
</url>
<url>
- <loc>http://localhost:1313/purehugo/post/hello-world/</loc>
+ <loc>http://dplesca.github.io/purehugo/post/hello-world/</loc>
<lastmod>2015-03-21T21:49:32+02:00</lastmod>
</url>
diff --git a/tags/hugo/index.html b/tags/hugo/index.html
index 51b88f6..5add327 100644
--- a/tags/hugo/index.html
+++ b/tags/hugo/index.html
@@ -23,7 +23,7 @@
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
- <link rel="stylesheet" href="http://localhost:1313/purehugo/css/all.min.css">
+ <link rel="stylesheet" href="http://dplesca.github.io/purehugo/css/all.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
@@ -32,7 +32,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
- <h1 class="brand-title"><a href="http://localhost:1313/purehugo">purehugo</a></h1>
+ <h1 class="brand-title"><a href="http://dplesca.github.io/purehugo">purehugo</a></h1>
<h2 class="brand-tagline"> Demo site for a hugo theme </h2>
</hgroup>
@@ -62,14 +62,14 @@
<section class="post">
<header class="post-header">
- <a href="http://localhost:1313/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
+ <a href="http://dplesca.github.io/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
<p class="post-meta">
under
- <a class="post-category post-category-hugo" href="http://localhost:1313/purehugo/categories/hugo">hugo</a>
+ <a class="post-category post-category-hugo" href="http://dplesca.github.io/purehugo/categories/hugo">hugo</a>
</p>
</header>
@@ -90,6 +90,7 @@
</div>
+
<div class="footer">
<div class="pure-menu pure-menu-horizontal pure-menu-open">
<ul>
@@ -97,7 +98,7 @@
</ul>
</div>
</div>
-<script src="http://localhost:1313/purehugo/js/all.min.js"></script>
+<script src="http://dplesca.github.io/purehugo/js/all.min.js"></script>
</div>
</div>
</div>
diff --git a/tags/hugo/index.xml b/tags/hugo/index.xml
index 471c9d1..2b57d1c 100644
--- a/tags/hugo/index.xml
+++ b/tags/hugo/index.xml
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Hugo on purehugo</title>
- <link>http://localhost:1313/purehugo/tags/hugo/</link>
+ <link>http://dplesca.github.io/purehugo/tags/hugo/</link>
<description>Recent content in Hugo on purehugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 21 Mar 2015 21:49:32 +0200</lastBuildDate>
- <atom:link href="http://localhost:1313/purehugo/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="http://dplesca.github.io/purehugo/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World, This Is Purehugo!</title>
- <link>http://localhost:1313/purehugo/post/hello-world/</link>
+ <link>http://dplesca.github.io/purehugo/post/hello-world/</link>
<pubDate>Sat, 21 Mar 2015 21:49:32 +0200</pubDate>
- <guid>http://localhost:1313/purehugo/post/hello-world/</guid>
+ <guid>http://dplesca.github.io/purehugo/post/hello-world/</guid>
<description>&lt;p&gt;There are a lot of static site generators. And I&amp;rsquo;ve tried quite a few during my failed writing endeavours. But I can surely say that &lt;a href=&#34;http://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; seems to be the best one yet. It&amp;rsquo;s super easy to use (after all it&amp;rsquo;s just a binary file), cross-platform and incredibly fast. All those things can be attributed to the &lt;a href=&#34;http://golang.org/&#34;&gt;go programming language&lt;/a&gt; and to the great developers that have written it and transformed it in an easy to use and quite powerful static site generator.&lt;/p&gt;
&lt;p&gt;Sometime last May I discovered Hugo and started to look around for themes for it. There weren&amp;rsquo;t many and I went and made one myself. I tend to do that when learning to use a static-site generator because it&amp;rsquo;s a great way to see the capabilities of the platform, the drawbacks and generally how easy or complicated it is to use and develop for that platform. So I took an example layout from the &lt;a href=&#34;http://purecss.io/&#34;&gt;Pure css library from Yahoo&lt;/a&gt; (a project that I really like because it&amp;rsquo;s light and looks nice and also can be painlessly integrated) and made a theme in a few hours in a weekend. The experience was easy and painless, I only remember struggling a bit with the date formatting.&lt;/p&gt;
diff --git a/tags/hugo/page/1/index.html b/tags/hugo/page/1/index.html
index b8f1739..3a56fc0 100644
--- a/tags/hugo/page/1/index.html
+++ b/tags/hugo/page/1/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/purehugo/tags/hugo/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/purehugo/tags/hugo/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><link rel="canonical" href="http://dplesca.github.io/purehugo/tags/hugo/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://dplesca.github.io/purehugo/tags/hugo/" /></head></html> \ No newline at end of file
diff --git a/tags/purecss/index.html b/tags/purecss/index.html
index b6aafd0..fe8ef10 100644
--- a/tags/purecss/index.html
+++ b/tags/purecss/index.html
@@ -23,7 +23,7 @@
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
- <link rel="stylesheet" href="http://localhost:1313/purehugo/css/all.min.css">
+ <link rel="stylesheet" href="http://dplesca.github.io/purehugo/css/all.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
@@ -32,7 +32,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
- <h1 class="brand-title"><a href="http://localhost:1313/purehugo">purehugo</a></h1>
+ <h1 class="brand-title"><a href="http://dplesca.github.io/purehugo">purehugo</a></h1>
<h2 class="brand-tagline"> Demo site for a hugo theme </h2>
</hgroup>
@@ -62,14 +62,14 @@
<section class="post">
<header class="post-header">
- <a href="http://localhost:1313/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
+ <a href="http://dplesca.github.io/purehugo/post/hello-world/" class="post-title">Hello World, This Is Purehugo!</a>
<p class="post-meta">
under
- <a class="post-category post-category-hugo" href="http://localhost:1313/purehugo/categories/hugo">hugo</a>
+ <a class="post-category post-category-hugo" href="http://dplesca.github.io/purehugo/categories/hugo">hugo</a>
</p>
</header>
@@ -90,6 +90,7 @@
</div>
+
<div class="footer">
<div class="pure-menu pure-menu-horizontal pure-menu-open">
<ul>
@@ -97,7 +98,7 @@
</ul>
</div>
</div>
-<script src="http://localhost:1313/purehugo/js/all.min.js"></script>
+<script src="http://dplesca.github.io/purehugo/js/all.min.js"></script>
</div>
</div>
</div>
diff --git a/tags/purecss/index.xml b/tags/purecss/index.xml
index 1a6ef05..bd14a6a 100644
--- a/tags/purecss/index.xml
+++ b/tags/purecss/index.xml
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Purecss on purehugo</title>
- <link>http://localhost:1313/purehugo/tags/purecss/</link>
+ <link>http://dplesca.github.io/purehugo/tags/purecss/</link>
<description>Recent content in Purecss on purehugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 21 Mar 2015 21:49:32 +0200</lastBuildDate>
- <atom:link href="http://localhost:1313/purehugo/tags/purecss/index.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="http://dplesca.github.io/purehugo/tags/purecss/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World, This Is Purehugo!</title>
- <link>http://localhost:1313/purehugo/post/hello-world/</link>
+ <link>http://dplesca.github.io/purehugo/post/hello-world/</link>
<pubDate>Sat, 21 Mar 2015 21:49:32 +0200</pubDate>
- <guid>http://localhost:1313/purehugo/post/hello-world/</guid>
+ <guid>http://dplesca.github.io/purehugo/post/hello-world/</guid>
<description>&lt;p&gt;There are a lot of static site generators. And I&amp;rsquo;ve tried quite a few during my failed writing endeavours. But I can surely say that &lt;a href=&#34;http://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; seems to be the best one yet. It&amp;rsquo;s super easy to use (after all it&amp;rsquo;s just a binary file), cross-platform and incredibly fast. All those things can be attributed to the &lt;a href=&#34;http://golang.org/&#34;&gt;go programming language&lt;/a&gt; and to the great developers that have written it and transformed it in an easy to use and quite powerful static site generator.&lt;/p&gt;
&lt;p&gt;Sometime last May I discovered Hugo and started to look around for themes for it. There weren&amp;rsquo;t many and I went and made one myself. I tend to do that when learning to use a static-site generator because it&amp;rsquo;s a great way to see the capabilities of the platform, the drawbacks and generally how easy or complicated it is to use and develop for that platform. So I took an example layout from the &lt;a href=&#34;http://purecss.io/&#34;&gt;Pure css library from Yahoo&lt;/a&gt; (a project that I really like because it&amp;rsquo;s light and looks nice and also can be painlessly integrated) and made a theme in a few hours in a weekend. The experience was easy and painless, I only remember struggling a bit with the date formatting.&lt;/p&gt;
diff --git a/tags/purecss/page/1/index.html b/tags/purecss/page/1/index.html
index b6bfd52..4321f43 100644
--- a/tags/purecss/page/1/index.html
+++ b/tags/purecss/page/1/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/purehugo/tags/purecss/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/purehugo/tags/purecss/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><link rel="canonical" href="http://dplesca.github.io/purehugo/tags/purecss/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://dplesca.github.io/purehugo/tags/purecss/" /></head></html> \ No newline at end of file