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

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.xml')
-rw-r--r--index.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/index.xml b/index.xml
index f37aff9..68b43ac 100644
--- a/index.xml
+++ b/index.xml
@@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Your site title</title>
- <link>/</link>
+ <link>https://surajmandalcell.github.io/potato-dark/</link>
<description>Recent content on Your site title</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>&amp;copy; Copyright notice</copyright>
<lastBuildDate>Sat, 01 Apr 2017 00:00:00 +0000</lastBuildDate>
- <atom:link href="/index.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="https://surajmandalcell.github.io/potato-dark/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Image Zoom Sample</title>
- <link>/posts/image-zoom-sample/</link>
+ <link>https://surajmandalcell.github.io/potato-dark/posts/image-zoom-sample/</link>
<pubDate>Sat, 01 Apr 2017 00:00:00 +0000</pubDate>
- <guid>/posts/image-zoom-sample/</guid>
+ <guid>https://surajmandalcell.github.io/potato-dark/posts/image-zoom-sample/</guid>
<description>This theme is magnified like the image of Medium.
The jQuery plugin called Zoom.js is used.
No Zoom.</description>
@@ -25,10 +25,10 @@ No Zoom.</description>
<item>
<title>Migrate to Hugo from Jekyll</title>
- <link>/posts/migrate-from-jekyll/</link>
+ <link>https://surajmandalcell.github.io/potato-dark/posts/migrate-from-jekyll/</link>
<pubDate>Mon, 10 Mar 2014 00:00:00 +0000</pubDate>
- <guid>/posts/migrate-from-jekyll/</guid>
+ <guid>https://surajmandalcell.github.io/potato-dark/posts/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
▾ &amp;lt;root&amp;gt;/ ▾ images/ logo.png should become
▾ &amp;lt;root&amp;gt;/ ▾ static/ ▾ images/ logo.png Additionally, you&amp;rsquo;ll want any files that should reside at the root (such as CNAME) to be moved to static.</description>
@@ -36,10 +36,10 @@ No Zoom.</description>
<item>
<title>About Hugo</title>
- <link>/about/</link>
+ <link>https://surajmandalcell.github.io/potato-dark/about/</link>
<pubDate>Wed, 09 Apr 2014 00:00:00 +0000</pubDate>
- <guid>/about/</guid>
+ <guid>https://surajmandalcell.github.io/potato-dark/about/</guid>
<description>Hugo is a static site engine written in Go.
It makes use of a variety of open source projects including:
Cobra Viper J Walter Weatherman Cast Learn more and contribute on GitHub.</description>
@@ -47,20 +47,20 @@ It makes use of a variety of open source projects including:
<item>
<title>(Hu)go Template Primer</title>
- <link>/posts/goisforlovers/</link>
+ <link>https://surajmandalcell.github.io/potato-dark/posts/goisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
- <guid>/posts/goisforlovers/</guid>
+ <guid>https://surajmandalcell.github.io/potato-dark/posts/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>/posts/hugoisforlovers/</link>
+ <link>https://surajmandalcell.github.io/potato-dark/posts/hugoisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
- <guid>/posts/hugoisforlovers/</guid>
+ <guid>https://surajmandalcell.github.io/potato-dark/posts/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