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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryanfox1985 <ryanfox1985@users.noreply.github.com>2021-08-18 17:50:26 +0300
committerryanfox1985 <ryanfox1985@users.noreply.github.com>2021-08-18 17:50:26 +0300
commit5a8e05964de6e09a0d566bb35c130cd1dd6d2bbd (patch)
treecc0bca2e4937496e2f6f51e20f032fa6659269ec
parent4c392b3c2d62bba913c19c5acfe714dc8cb0ea9b (diff)
deploy: 38f49445bfbcd1e03f773336a46d28e03d8539ac
-rw-r--r--blog/index.html7
-rw-r--r--blog/index.xml7
-rw-r--r--categories/pseudo/index.html7
-rw-r--r--categories/pseudo/index.xml7
-rw-r--r--index.html7
-rw-r--r--index.xml7
-rw-r--r--tags/hugo/index.html7
-rw-r--r--tags/hugo/index.xml7
8 files changed, 8 insertions, 48 deletions
diff --git a/blog/index.html b/blog/index.html
index dc7f5dc..6a46f28 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -315,12 +315,7 @@ in
<a href=https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/><i class="far fa-calendar"></i> August 3, 2015</a>
</p>
</div>
-<p class=intro>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:</p>
+<p class=intro>This is the summary Goto <a href=https://github.com/spf13/hugo/releases>hugo releases</a> 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 <a href=/overview/installing/>installing hugo</a></p>
<p class=read-more><a href=https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/ class="btn btn-template-main">Continue reading</a>
</p>
</div>
diff --git a/blog/index.xml b/blog/index.xml
index 71e411e..dc6cfaf 100644
--- a/blog/index.xml
+++ b/blog/index.xml
@@ -1,12 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogs on Universal</title><link>https://devcows.github.io/hugo-universal-theme/blog/</link><description>Recent content in Blogs on Universal</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 01 Aug 2021 21:29:20 +0200</lastBuildDate><atom:link href="https://devcows.github.io/hugo-universal-theme/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Categories Post</title><link>https://devcows.github.io/hugo-universal-theme/blog/2021/08/01/categories-post/</link><pubDate>Sun, 01 Aug 2021 21:29:20 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2021/08/01/categories-post/</guid><description>I&amp;rsquo;m a post with multiple categories in the frontmatter:
categories = [&amp;quot;programming&amp;quot;,&amp;quot;lorem&amp;quot;,&amp;quot;pseudo&amp;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. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim.</description></item><item><title>Linked post</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/10/02/linked-post/</link><pubDate>Fri, 02 Oct 2015 21:49:20 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/10/02/linked-post/</guid><description>I&amp;rsquo;m a linked post in the menu. You can add other posts by adding the following line to the frontmatter:
menu = &amp;quot;main&amp;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>https://devcows.github.io/hugo-universal-theme/blog/2015/09/17/go-is-for-lovers/</link><pubDate>Thu, 17 Sep 2015 13:47:08 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/09/17/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>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</link><pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/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>https://devcows.github.io/hugo-universal-theme/blog/2015/06/24/creating-a-new-theme/</link><pubDate>Wed, 24 Jun 2015 13:50:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/06/24/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&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&amp;rsquo;t cover using CSS to style your theme.
+This document is a brief primer on using go templates.</description></item><item><title>Hugo is for lovers</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</link><pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</guid><description>This is the summary Goto &lt;a href="https://github.com/spf13/hugo/releases">hugo releases&lt;/a> 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 &lt;a href="https://devcows.github.io/hugo-universal-theme/overview/installing/">installing hugo&lt;/a></description></item><item><title>Creating a new theme</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/06/24/creating-a-new-theme/</link><pubDate>Wed, 24 Jun 2015 13:50:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/06/24/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&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&amp;rsquo;t cover using CSS to style your theme.
We&amp;rsquo;ll start with creating a new site with a very basic template.</description></item><item><title>Migrate from Jekyll</title><link>https://devcows.github.io/hugo-universal-theme/blog/1/01/01/migrate-from-jekyll/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/1/01/01/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></item></channel></rss> \ No newline at end of file
diff --git a/categories/pseudo/index.html b/categories/pseudo/index.html
index 35aa43e..24d5320 100644
--- a/categories/pseudo/index.html
+++ b/categories/pseudo/index.html
@@ -260,12 +260,7 @@ in
<a href=https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/><i class="far fa-calendar"></i> August 3, 2015</a>
</p>
</div>
-<p class=intro>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:</p>
+<p class=intro>This is the summary Goto <a href=https://github.com/spf13/hugo/releases>hugo releases</a> 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 <a href=/overview/installing/>installing hugo</a></p>
<p class=read-more><a href=https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/ class="btn btn-template-main">Continue reading</a>
</p>
</div>
diff --git a/categories/pseudo/index.xml b/categories/pseudo/index.xml
index 27b9d38..35fdc82 100644
--- a/categories/pseudo/index.xml
+++ b/categories/pseudo/index.xml
@@ -1,7 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>pseudo on Universal</title><link>https://devcows.github.io/hugo-universal-theme/categories/pseudo/</link><description>Recent content in pseudo on Universal</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 01 Aug 2021 21:29:20 +0200</lastBuildDate><atom:link href="https://devcows.github.io/hugo-universal-theme/categories/pseudo/index.xml" rel="self" type="application/rss+xml"/><item><title>Categories Post</title><link>https://devcows.github.io/hugo-universal-theme/blog/2021/08/01/categories-post/</link><pubDate>Sun, 01 Aug 2021 21:29:20 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2021/08/01/categories-post/</guid><description>I&amp;rsquo;m a post with multiple categories in the frontmatter:
-categories = [&amp;quot;programming&amp;quot;,&amp;quot;lorem&amp;quot;,&amp;quot;pseudo&amp;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. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim.</description></item><item><title>Hugo is for lovers</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</link><pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/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></channel></rss> \ No newline at end of file
+categories = [&amp;quot;programming&amp;quot;,&amp;quot;lorem&amp;quot;,&amp;quot;pseudo&amp;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. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim.</description></item><item><title>Hugo is for lovers</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</link><pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</guid><description>This is the summary Goto &lt;a href="https://github.com/spf13/hugo/releases">hugo releases&lt;/a> 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 &lt;a href="https://devcows.github.io/hugo-universal-theme/overview/installing/">installing hugo&lt;/a></description></item></channel></rss> \ No newline at end of file
diff --git a/index.html b/index.html
index 4e1f8a6..200c36e 100644
--- a/index.html
+++ b/index.html
@@ -569,12 +569,7 @@ This document is a brief primer on using go templates.</p>
<p class=author-category>
on August 3, 2015
</p>
-<p class=intro>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:</p>
+<p class=intro>This is the summary Goto <a href=https://github.com/spf13/hugo/releases>hugo releases</a> 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 <a href=/overview/installing/>installing hugo</a></p>
<p class=read-more>
<a href=https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/ class="btn btn-template-main">Continue reading</a>
</p>
diff --git a/index.xml b/index.xml
index f617205..ee032c6 100644
--- a/index.xml
+++ b/index.xml
@@ -1,12 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Universal</title><link>https://devcows.github.io/hugo-universal-theme/</link><description>Recent content on Universal</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 01 Aug 2021 21:29:20 +0200</lastBuildDate><atom:link href="https://devcows.github.io/hugo-universal-theme/index.xml" rel="self" type="application/rss+xml"/><item><title>Categories Post</title><link>https://devcows.github.io/hugo-universal-theme/blog/2021/08/01/categories-post/</link><pubDate>Sun, 01 Aug 2021 21:29:20 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2021/08/01/categories-post/</guid><description>I&amp;rsquo;m a post with multiple categories in the frontmatter:
categories = [&amp;quot;programming&amp;quot;,&amp;quot;lorem&amp;quot;,&amp;quot;pseudo&amp;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. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim.</description></item><item><title>Linked post</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/10/02/linked-post/</link><pubDate>Fri, 02 Oct 2015 21:49:20 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/10/02/linked-post/</guid><description>I&amp;rsquo;m a linked post in the menu. You can add other posts by adding the following line to the frontmatter:
menu = &amp;quot;main&amp;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>https://devcows.github.io/hugo-universal-theme/blog/2015/09/17/go-is-for-lovers/</link><pubDate>Thu, 17 Sep 2015 13:47:08 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/09/17/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>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</link><pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/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>https://devcows.github.io/hugo-universal-theme/blog/2015/06/24/creating-a-new-theme/</link><pubDate>Wed, 24 Jun 2015 13:50:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/06/24/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&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&amp;rsquo;t cover using CSS to style your theme.
+This document is a brief primer on using go templates.</description></item><item><title>Hugo is for lovers</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</link><pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</guid><description>This is the summary Goto &lt;a href="https://github.com/spf13/hugo/releases">hugo releases&lt;/a> 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 &lt;a href="https://devcows.github.io/hugo-universal-theme/overview/installing/">installing hugo&lt;/a></description></item><item><title>Creating a new theme</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/06/24/creating-a-new-theme/</link><pubDate>Wed, 24 Jun 2015 13:50:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/06/24/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&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&amp;rsquo;t cover using CSS to style your theme.
We&amp;rsquo;ll start with creating a new site with a very basic template.</description></item><item><title>Contact</title><link>https://devcows.github.io/hugo-universal-theme/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://devcows.github.io/hugo-universal-theme/contact/</guid><description>We are here to help you Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am he remember although required. Bachelor unpacked be advanced at. Confined in declared marianne is vicinity.
Please feel free to contact us, our customer service center is working for you 24/7.</description></item><item><title>FAQ</title><link>https://devcows.github.io/hugo-universal-theme/faq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://devcows.github.io/hugo-universal-theme/faq/</guid><description>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
1. WHAT TO DO IF I HAVE STILL NOT RECEIVED THE ORDER? Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante.</description></item><item><title>Migrate from Jekyll</title><link>https://devcows.github.io/hugo-universal-theme/blog/1/01/01/migrate-from-jekyll/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/1/01/01/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
diff --git a/tags/hugo/index.html b/tags/hugo/index.html
index 6ed379b..e2bb6bb 100644
--- a/tags/hugo/index.html
+++ b/tags/hugo/index.html
@@ -288,12 +288,7 @@ in
<a href=https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/><i class="far fa-calendar"></i> August 3, 2015</a>
</p>
</div>
-<p class=intro>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:</p>
+<p class=intro>This is the summary Goto <a href=https://github.com/spf13/hugo/releases>hugo releases</a> 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 <a href=/overview/installing/>installing hugo</a></p>
<p class=read-more><a href=https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/ class="btn btn-template-main">Continue reading</a>
</p>
</div>
diff --git a/tags/hugo/index.xml b/tags/hugo/index.xml
index 53acd17..4db867b 100644
--- a/tags/hugo/index.xml
+++ b/tags/hugo/index.xml
@@ -1,8 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>hugo on Universal</title><link>https://devcows.github.io/hugo-universal-theme/tags/hugo/</link><description>Recent content in hugo on Universal</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 01 Aug 2021 21:29:20 +0200</lastBuildDate><atom:link href="https://devcows.github.io/hugo-universal-theme/tags/hugo/index.xml" rel="self" type="application/rss+xml"/><item><title>Categories Post</title><link>https://devcows.github.io/hugo-universal-theme/blog/2021/08/01/categories-post/</link><pubDate>Sun, 01 Aug 2021 21:29:20 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2021/08/01/categories-post/</guid><description>I&amp;rsquo;m a post with multiple categories in the frontmatter:
categories = [&amp;quot;programming&amp;quot;,&amp;quot;lorem&amp;quot;,&amp;quot;pseudo&amp;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. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim.</description></item><item><title>Linked post</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/10/02/linked-post/</link><pubDate>Fri, 02 Oct 2015 21:49:20 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/10/02/linked-post/</guid><description>I&amp;rsquo;m a linked post in the menu. You can add other posts by adding the following line to the frontmatter:
-menu = &amp;quot;main&amp;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>Hugo is for lovers</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</link><pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/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></channel></rss> \ No newline at end of file
+menu = &amp;quot;main&amp;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>Hugo is for lovers</title><link>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</link><pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate><guid>https://devcows.github.io/hugo-universal-theme/blog/2015/08/03/hugo-is-for-lovers/</guid><description>This is the summary Goto &lt;a href="https://github.com/spf13/hugo/releases">hugo releases&lt;/a> 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 &lt;a href="https://devcows.github.io/hugo-universal-theme/overview/installing/">installing hugo&lt;/a></description></item></channel></rss> \ No newline at end of file