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

github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'post/index.xml')
-rw-r--r--post/index.xml66
1 files changed, 35 insertions, 31 deletions
diff --git a/post/index.xml b/post/index.xml
index fcd24ac..bbcc6bb 100644
--- a/post/index.xml
+++ b/post/index.xml
@@ -5,55 +5,59 @@
<link>https://htdvisser.github.io/hugo-base16-theme/post/</link>
<description>Recent content in Posts on Hugo Base16 Theme</description>
<generator>Hugo -- gohugo.io</generator>
- <copyright>Copyright (c) 2008 - 2014, Steve Francia; all rights reserved.</copyright>
- <lastBuildDate>Sun, 28 Sep 2014 00:00:00 +0000</lastBuildDate>
+ <language>en</language>
+ <copyright>Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved.</copyright>
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://htdvisser.github.io/hugo-base16-theme/post/index.xml" rel="self" type="application/rss+xml" />
<item>
- <title>Creating a New Theme</title>
- <link>https://htdvisser.github.io/hugo-base16-theme/post/creating-a-new-theme/</link>
- <pubDate>Sun, 28 Sep 2014 00:00:00 +0000</pubDate>
+ <title>Markdown Syntax Guide</title>
+ <link>https://htdvisser.github.io/hugo-base16-theme/post/markdown-syntax/</link>
+ <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>https://htdvisser.github.io/hugo-base16-theme/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&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>
+ <guid>https://htdvisser.github.io/hugo-base16-theme/post/markdown-syntax/</guid>
+ <description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
</item>
<item>
- <title>Migrate to Hugo from Jekyll</title>
- <link>https://htdvisser.github.io/hugo-base16-theme/post/migrate-from-jekyll/</link>
- <pubDate>Mon, 10 Mar 2014 00:00:00 +0000</pubDate>
+ <title>Rich Content</title>
+ <link>https://htdvisser.github.io/hugo-base16-theme/post/rich-content/</link>
+ <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
- <guid>https://htdvisser.github.io/hugo-base16-theme/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
-▾ &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>
+ <guid>https://htdvisser.github.io/hugo-base16-theme/post/rich-content/</guid>
+ <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item>
<item>
- <title>(Hu)go Template Primer</title>
- <link>https://htdvisser.github.io/hugo-base16-theme/post/goisforlovers/</link>
- <pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
+ <title>Placeholder Text</title>
+ <link>https://htdvisser.github.io/hugo-base16-theme/post/placeholder-text/</link>
+ <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
- <guid>https://htdvisser.github.io/hugo-base16-theme/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>
+ <guid>https://htdvisser.github.io/hugo-base16-theme/post/placeholder-text/</guid>
+ <description>&lt;h2 id=&#34;mole-et-vultus-populifer-quaque-primoque-non&#34;&gt;Mole et vultus populifer quaque primoque non&lt;/h2&gt;
+
+&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
+pectora summo.&lt;/p&gt;</description>
</item>
<item>
- <title>Getting Started with Hugo</title>
- <link>https://htdvisser.github.io/hugo-base16-theme/post/hugoisforlovers/</link>
- <pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
+ <title>Math Typesetting</title>
+ <link>https://htdvisser.github.io/hugo-base16-theme/post/math-typesetting/</link>
+ <pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
- <guid>https://htdvisser.github.io/hugo-base16-theme/post/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
-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>
+ <guid>https://htdvisser.github.io/hugo-base16-theme/post/math-typesetting/</guid>
+ <description>&lt;p&gt;Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.&lt;/p&gt;</description>
+ </item>
+
+ <item>
+ <title>Emoji Support</title>
+ <link>https://htdvisser.github.io/hugo-base16-theme/post/emoji-support/</link>
+ <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
+
+ <guid>https://htdvisser.github.io/hugo-base16-theme/post/emoji-support/</guid>
+ <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item>
</channel>