-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeed
109 lines (89 loc) · 6.71 KB
/
feed
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Travelify</title>
<link>http://balaramadurai.github.io/feed/</link>
<description>Recent content on Travelify</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>Copyright</copyright>
<lastBuildDate>Wed, 07 Jun 2017 15:36:00 +0530</lastBuildDate>
<atom:link href="http://balaramadurai.github.io/feed/" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>http://balaramadurai.github.io/about/</link>
<pubDate>Wed, 07 Jun 2017 15:36:00 +0530</pubDate>
<guid>http://balaramadurai.github.io/about/</guid>
<description>May the Force be with you, the Torque about you This is where my great about goes</description>
</item>
<item>
<title>Contact</title>
<link>http://balaramadurai.github.io/contact/</link>
<pubDate>Wed, 07 Jun 2017 15:36:00 +0530</pubDate>
<guid>http://balaramadurai.github.io/contact/</guid>
<description>You may contact me through the nearest wormhole This is where my great contact goes</description>
</item>
<item>
<title>This post has no body – almost</title>
<link>http://balaramadurai.github.io/post/this-post-has-no-body/</link>
<pubDate>Tue, 30 May 2017 16:56:43 +0200</pubDate>
<guid>http://balaramadurai.github.io/post/this-post-has-no-body/</guid>
<description>Ut vel lectus et nulla elementum dapibus. Cras turpis dui, fermentum at tincidunt eu, placerat quis urna. In orci justo, condimentum eget consectetur nec, mollis sit amet nisi. Nulla id turpis dolor, non gravida augue. Phasellus quis justo consectetur tellus ultrices tincidunt.
Alchemy from Henry Jun Wah Lee / Evosia on Vimeo.
Vestibulum posuere pharetra sem, in venenatis eros vehicula id. Nulla gravida velit a diam interdum mattis. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</description>
</item>
<item>
<title>Hugo Travelify Theme Features</title>
<link>http://balaramadurai.github.io/post/hugo-travelify-theme-features/</link>
<pubDate>Tue, 28 Jun 2016 13:07:31 +0200</pubDate>
<guid>http://balaramadurai.github.io/post/hugo-travelify-theme-features/</guid>
<description><p><strong>Hugo-Travelify-Theme</strong> is the Hugo version of the Wordpress theme - Travelify . The source code was adapted from <em>digitalcraftsman</em>&rsquo;s Icarus theme with a few changes for additional features (Even this README is a fork from his original theme README :)).</p>
<p></p></description>
</item>
<item>
<title>Migrate from Jekyll</title>
<link>http://balaramadurai.github.io/post/migrate-from-jekyll/</link>
<pubDate>Sat, 10 Oct 2015 13:07:31 +0200</pubDate>
<guid>http://balaramadurai.github.io/post/migrate-from-jekyll/</guid>
<description>Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like
▾ &lt;root&gt;/ ▾ images/ logo.png should become
▾ &lt;root&gt;/ ▾ static/ ▾ images/ logo.png Additionally, you&rsquo;ll want any files that should reside at the root (such as CNAME) to be moved to static.</description>
</item>
<item>
<title>Linked post</title>
<link>http://balaramadurai.github.io/post/linked-post/</link>
<pubDate>Fri, 02 Oct 2015 21:49:20 +0200</pubDate>
<guid>http://balaramadurai.github.io/post/linked-post/</guid>
<description>I&rsquo;m a linked post in the menu. You can add other posts by adding the following line to the frontmatter:
menu = &quot;main&quot; Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus.</description>
</item>
<item>
<title>Go is for lovers</title>
<link>http://balaramadurai.github.io/post/go-is-for-lovers/</link>
<pubDate>Thu, 17 Sep 2015 13:47:08 +0200</pubDate>
<guid>http://balaramadurai.github.io/post/go-is-for-lovers/</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>Hugo is for lovers</title>
<link>http://balaramadurai.github.io/post/hugo-is-for-lovers/</link>
<pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate>
<guid>http://balaramadurai.github.io/post/hugo-is-for-lovers/</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
Step 2. Build the Docs Hugo has its own example site which happens to also be the documentation site you are reading right now.
Follow the following steps:
Clone the hugo repository Go into the repo Run hugo in server mode and build the docs Open your browser to http://localhost:1313 Corresponding pseudo commands:</description>
</item>
<item>
<title>Creating a new theme</title>
<link>http://balaramadurai.github.io/post/creating-a-new-theme/</link>
<pubDate>Wed, 24 Jun 2015 13:50:46 +0200</pubDate>
<guid>http://balaramadurai.github.io/post/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>