-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
25 lines (20 loc) · 1.31 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>FlipSide</title>
<link>https://hmstepanek.github.io/flipside/</link>
<description>Recent content on FlipSide</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sun, 28 Sep 2014 00:00:00 +0000</lastBuildDate>
<atom:link href="https://hmstepanek.github.io/flipside/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Creating a New Theme</title>
<link>https://hmstepanek.github.io/flipside/posts/creating-a-new-theme/</link>
<pubDate>Sun, 28 Sep 2014 00:00:00 +0000</pubDate>
<guid>https://hmstepanek.github.io/flipside/posts/creating-a-new-theme/</guid>
<description>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&rsquo;t cover using CSS to style your theme.
We&rsquo;ll start with creating a new site with a very basic template.</description>
</item>
</channel>
</rss>