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

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2018-10-08 15:05:10 +0300
committerkoirand <koirand.jp@gmail.com>2018-10-08 15:14:50 +0300
commitf7bec0a268d856b12e4845da52de462b1239959d (patch)
tree72ae0e42a0dc53a211c01c50055cce2d64f8e2b4 /exampleSite
parent872d813956a75f24fb58b7834c9fef0525aed906 (diff)
Update header of example posts
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/blog/creating-a-new-theme.md11
-rw-r--r--exampleSite/content/blog/goisforlovers.md22
-rw-r--r--exampleSite/content/blog/hugoisforlovers.md21
-rw-r--r--exampleSite/content/blog/migrate-from-jekyll.md9
4 files changed, 14 insertions, 49 deletions
diff --git a/exampleSite/content/blog/creating-a-new-theme.md b/exampleSite/content/blog/creating-a-new-theme.md
index f8230a1..1756520 100644
--- a/exampleSite/content/blog/creating-a-new-theme.md
+++ b/exampleSite/content/blog/creating-a-new-theme.md
@@ -1,14 +1,7 @@
---
-author: "Michael Henderson"
+title: "Creating a New Theme"
date: 2014-09-28
-linktitle: Creating a New Theme
-menu:
- main:
- parent: tutorials
-next: /tutorials/github-pages-blog
-prev: /tutorials/automated-deployments
-title: Creating a New Theme
-weight: 10
+draft: false
---
diff --git a/exampleSite/content/blog/goisforlovers.md b/exampleSite/content/blog/goisforlovers.md
index df125d8..d53122d 100644
--- a/exampleSite/content/blog/goisforlovers.md
+++ b/exampleSite/content/blog/goisforlovers.md
@@ -1,20 +1,8 @@
-+++
-title = "(Hu)go Template Primer"
-description = ""
-tags = [
- "go",
- "golang",
- "templates",
- "themes",
- "development",
-]
-date = "2014-04-02"
-categories = [
- "Development",
- "golang",
-]
-menu = "main"
-+++
+---
+title: "(Hu)go Template Primer"
+date: 2014-04-02
+draft: false
+---
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
its template engine. It is an extremely lightweight engine that provides a very
diff --git a/exampleSite/content/blog/hugoisforlovers.md b/exampleSite/content/blog/hugoisforlovers.md
index 02bb509..a8f4bc0 100644
--- a/exampleSite/content/blog/hugoisforlovers.md
+++ b/exampleSite/content/blog/hugoisforlovers.md
@@ -1,19 +1,8 @@
-+++
-title = "Getting Started with Hugo"
-description = ""
-tags = [
- "go",
- "golang",
- "hugo",
- "development",
-]
-date = "2014-04-02"
-categories = [
- "Development",
- "golang",
-]
-menu = "main"
-+++
+---
+title: "Getting Started with Hugo"
+date: 2014-04-02
+draft: false
+---
## Step 1. Install Hugo
diff --git a/exampleSite/content/blog/migrate-from-jekyll.md b/exampleSite/content/blog/migrate-from-jekyll.md
index 75f9558..82312d9 100644
--- a/exampleSite/content/blog/migrate-from-jekyll.md
+++ b/exampleSite/content/blog/migrate-from-jekyll.md
@@ -1,12 +1,7 @@
---
+title: "Migrate to Hugo from Jekyll"
date: 2014-03-10
-linktitle: Migrating from Jekyll
-menu:
- main:
- parent: tutorials
-prev: /tutorials/mathjax
-title: Migrate to Hugo from Jekyll
-weight: 10
+draft: false
---
## Move static content to `static`