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

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/categories/development/index.xml')
-rw-r--r--[-rwxr-xr-x]docs/categories/development/index.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/categories/development/index.xml b/docs/categories/development/index.xml
index b64950f..2f3194e 100755..100644
--- a/docs/categories/development/index.xml
+++ b/docs/categories/development/index.xml
@@ -2,31 +2,31 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Development on Hugo Themes</title>
- <link>https://schollz.github.io/onetwothree/categories/development/</link>
+ <link>http://schollz.github.io/onetwothree/categories/development/</link>
<description>Recent content in Development on Hugo Themes</description>
<generator>Hugo -- gohugo.io</generator>
<copyright>Copyright (c) 2008 - 2014, Steve Francia; all rights reserved.</copyright>
<lastBuildDate>Wed, 02 Apr 2014 00:00:00 +0000</lastBuildDate>
- <atom:link href="https://schollz.github.io/onetwothree/categories/development/index.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="http://schollz.github.io/onetwothree/categories/development/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>(Hu)go Template Primer</title>
- <link>https://schollz.github.io/onetwothree/post/goisforlovers/</link>
+ <link>http://schollz.github.io/onetwothree/post/goisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
- <guid>https://schollz.github.io/onetwothree/post/goisforlovers/</guid>
+ <guid>http://schollz.github.io/onetwothree/post/goisforlovers/</guid>
<description>Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
This document is a brief primer on using go templates.</description>
</item>
<item>
<title>Getting Started with Hugo</title>
- <link>https://schollz.github.io/onetwothree/post/hugoisforlovers/</link>
+ <link>http://schollz.github.io/onetwothree/post/hugoisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
- <guid>https://schollz.github.io/onetwothree/post/hugoisforlovers/</guid>
+ <guid>http://schollz.github.io/onetwothree/post/hugoisforlovers/</guid>
<description>Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at installing hugo