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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Boggs <greg.boggs@thinkshout.com>2015-12-24 07:17:10 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-12-25 00:04:04 +0300
commit20a1e5e0d739a23864edd30b1cd612d4bf435fb5 (patch)
treec61063dd6bc061a0d0d5a0f77bc0beeded90be83 /exampleSite
parenta80d9af9a3b0d1b55ca86fc5c69cccb371ff0f55 (diff)
Clean up the front matter in example content to ensure that every post has the required categories and tags fields.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/creating-a-new-theme.md8
-rw-r--r--exampleSite/content/post/go-is-for-lovers.md8
-rw-r--r--exampleSite/content/post/hugo-is-for-lovers.md8
-rw-r--r--exampleSite/content/post/introducing-icarus-and-its-features.md5
-rw-r--r--exampleSite/content/post/linked-post.md4
-rw-r--r--exampleSite/content/post/migrate-from-jekyll.md4
6 files changed, 19 insertions, 18 deletions
diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/post/creating-a-new-theme.md
index 70c7245..acf6686 100644
--- a/exampleSite/content/post/creating-a-new-theme.md
+++ b/exampleSite/content/post/creating-a-new-theme.md
@@ -1,10 +1,10 @@
+++
-banner = "banners/placeholder.png"
-categories = ["Lorem"]
+title = "Creating a new theme"
date = "2015-06-24T13:50:46+02:00"
+tags = ["theme"]
+categories = ["starting"]
menu = ""
-tags = []
-title = "Creating a new theme"
+banner = "banners/placeholder.png"
+++
## Introduction
diff --git a/exampleSite/content/post/go-is-for-lovers.md b/exampleSite/content/post/go-is-for-lovers.md
index a38deb5..138ca25 100644
--- a/exampleSite/content/post/go-is-for-lovers.md
+++ b/exampleSite/content/post/go-is-for-lovers.md
@@ -1,10 +1,10 @@
+++
-banner = "banners/placeholder.png"
-categories = ["Ipsum"]
+title = "Go is for lovers"
date = "2015-09-17T13:47:08+02:00"
+tags = ["go"]
+categories = ["programming"]
menu = ""
-tags = []
-title = "Go is for lovers"
+banner = "banners/placeholder.png"
+++
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
diff --git a/exampleSite/content/post/hugo-is-for-lovers.md b/exampleSite/content/post/hugo-is-for-lovers.md
index 5c8fb75..4861c4c 100644
--- a/exampleSite/content/post/hugo-is-for-lovers.md
+++ b/exampleSite/content/post/hugo-is-for-lovers.md
@@ -1,10 +1,10 @@
+++
-banner = "banners/placeholder.png"
-categories = ["Lorem"]
+title = "Hugo is for lovers"
date = "2015-08-03T13:39:46+02:00"
+tags = ["hugo"]
+categories = ["pseudo"]
menu = ""
-tags = []
-title = "Hugo is for lovers"
+banner = "banners/placeholder.png"
+++
## Step 1. Install Hugo
diff --git a/exampleSite/content/post/introducing-icarus-and-its-features.md b/exampleSite/content/post/introducing-icarus-and-its-features.md
index 5eac5b7..4aac055 100644
--- a/exampleSite/content/post/introducing-icarus-and-its-features.md
+++ b/exampleSite/content/post/introducing-icarus-and-its-features.md
@@ -1,10 +1,11 @@
+++
-date = "2015-10-10T16:56:43+02:00"
title = "Introducing Icarus and it's features"
+date = "2015-10-10T16:56:43+02:00"
tags = ["theme", "hugo", "static sites"]
+categories = ["theme"]
+menu = ""
images = []
banner = "banners/placeholder.png"
-categories = ["Lorem"]
+++
Icarus is a responsive and customizable theme for bloggers. It's a port of the same-named theme for [Hexo](//hexo.io) made by [Ruipeng Zhang](https://github.com/ppoffice). Noteworthy features of this Hugo theme are the integration of a comment-system powered by Disqus, localization (l10n) support, syntax highlighting for source code, optional widgets for the sidebar and a handful [shortcodes](http://gohugo.io/extras/shortcodes/) to make your life easier.
diff --git a/exampleSite/content/post/linked-post.md b/exampleSite/content/post/linked-post.md
index 83b23a3..3f64520 100644
--- a/exampleSite/content/post/linked-post.md
+++ b/exampleSite/content/post/linked-post.md
@@ -1,9 +1,9 @@
+++
-date = "2015-10-02T21:49:20+02:00"
title = "Linked post"
-menu = "main"
+date = "2015-10-02T21:49:20+02:00"
tags = ["golang", "programming", "theme", "hugo"]
categories = ["programming"]
+menu = "main"
banner = "banners/placeholder.png"
+++
diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/post/migrate-from-jekyll.md
index 9b8f298..13acc9d 100644
--- a/exampleSite/content/post/migrate-from-jekyll.md
+++ b/exampleSite/content/post/migrate-from-jekyll.md
@@ -1,8 +1,8 @@
+++
title = "Migrate from Jekyll"
date = "2015-10-10T13:07:31+02:00"
-tags = []
-categories = ["Lorem"]
+tags = ["ipsum"]
+categories = ["lorem"]
menu = ""
banner = "banners/placeholder.png"
+++