From c0a30b1f2cb9f72bf0516e82825145341862c29d Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Sun, 19 Jan 2020 04:47:16 +0000
Subject: [PATCH] Update to hugo example site content
---
index.xml | 47 ++++++++++++++++++++++++++++++++---------------
1 files changed, 32 insertions(+), 15 deletions(-)
diff --git a/index.xml b/index.xml
index 1e6fe5d..493d104 100644
--- a/index.xml
+++ b/index.xml
@@ -12,13 +12,14 @@
<item>
- <title>Awesome</title>
- <link>https://kc0bfv.github.io/ticky_tacky_dark/awesome/</link>
+ <title>About</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/about/</link>
<pubDate>Sun, 08 Dec 2019 00:00:00 +0000</pubDate>
- <guid>https://kc0bfv.github.io/ticky_tacky_dark/awesome/</guid>
- <description>Here&rsquo;s some awesome text on an awesome page. That image on the left? It&rsquo;ll randomly change on load between the ones in &ldquo;sideimages&rdquo;.
-Stuff that drops down when you click on it top: This stuff drops down because you clicked on the text. </description>
+ <guid>https://kc0bfv.github.io/ticky_tacky_dark/about/</guid>
+ <description>Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
+Hugo makes use of a variety of open source projects including:
+ https://github.</description>
</item>
<item>
@@ -31,23 +32,39 @@
</item>
<item>
- <title>Fascinating</title>
- <link>https://kc0bfv.github.io/ticky_tacky_dark/interesting/</link>
+ <title>Markdown Syntax Guide</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/markdown-syntax/</link>
<pubDate>Sun, 08 Dec 2019 00:00:00 +0000</pubDate>
- <guid>https://kc0bfv.github.io/ticky_tacky_dark/interesting/</guid>
- <description>Here&rsquo;s some interesting text on an interesting page. That image on the left? It&rsquo;ll randomly change on load between the ones in &ldquo;sideimages&rdquo;.
-Stuff that drops down when you click on it top: This stuff drops down because you clicked on the text. </description>
+ <guid>https://kc0bfv.github.io/ticky_tacky_dark/markdown-syntax/</guid>
+ <description><p>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.</p></description>
</item>
<item>
- <title>Stunning</title>
- <link>https://kc0bfv.github.io/ticky_tacky_dark/cool/</link>
+ <title>Emoji Support</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/emoji-support/</link>
<pubDate>Sun, 08 Dec 2019 00:00:00 +0000</pubDate>
- <guid>https://kc0bfv.github.io/ticky_tacky_dark/cool/</guid>
- <description>Here&rsquo;s some cool text on a cool page. That image on the left? It&rsquo;ll randomly change on load between the ones in &ldquo;sideimages&rdquo;.
-Stuff that drops down when you click on it top: This stuff drops down because you clicked on the text. </description>
+ <guid>https://kc0bfv.github.io/ticky_tacky_dark/emoji-support/</guid>
+ <description><p>Emoji can be enabled in a Hugo project in a number of ways.</p></description>
+ </item>
+
+ <item>
+ <title>Rich Content</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/rich-content/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://kc0bfv.github.io/ticky_tacky_dark/rich-content/</guid>
+ <description><p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes">Built-in Shortcodes</a> for rich content, along with a <a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p></description>
+ </item>
+
+ <item>
+ <title>Math Typesetting</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/math-typesetting/</link>
+ <pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
+
+ <guid>https://kc0bfv.github.io/ticky_tacky_dark/math-typesetting/</guid>
+ <description><p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p></description>
</item>
</channel>
--
Gitblit v1.10.0