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

github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/public/tags/themes/index.xml')
-rw-r--r--exampleSite/public/tags/themes/index.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/exampleSite/public/tags/themes/index.xml b/exampleSite/public/tags/themes/index.xml
new file mode 100644
index 0000000..c54c7ca
--- /dev/null
+++ b/exampleSite/public/tags/themes/index.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Themes on Hugo Themes</title>
+ <link>https://gohugo.io/tags/themes/</link>
+ <description>Recent content in Themes 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://gohugo.io/tags/themes/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>(Hu)go Template Primer</title>
+ <link>https://gohugo.io/post/goisforlovers/</link>
+ <pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
+
+ <guid>https://gohugo.io/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>
+
+ </channel>
+</rss> \ No newline at end of file