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

github.com/cfrome77/hugo-theme-sky.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcfrome77 <cfrome777@gmail.com>2022-01-17 06:31:09 +0300
committercfrome77 <cfrome777@gmail.com>2022-01-17 06:31:09 +0300
commitff94be67da92c2b0fae25bb2277894959fc95908 (patch)
tree54ddb5e5313ecf2d420e41fa192feef1defb5877 /exampleSite
parent339f537e2e7fb81d1396d80d35331a80549ba3a9 (diff)
Update to work for latest version of HugoHEADmaster
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/blog/goisforlovers.md27
-rw-r--r--exampleSite/content/blog/hugoisforlovers.md26
-rw-r--r--exampleSite/content/blog/migrate-from-jekyll.md26
3 files changed, 29 insertions, 50 deletions
diff --git a/exampleSite/content/blog/goisforlovers.md b/exampleSite/content/blog/goisforlovers.md
index 2b53b2d..1f1d520 100644
--- a/exampleSite/content/blog/goisforlovers.md
+++ b/exampleSite/content/blog/goisforlovers.md
@@ -1,20 +1,13 @@
-+++
-title = "(Hu)go Template Primer"
-author = "Hugo"
-description = "This document is a brief primer on using go templates"
-tags = [
- "go",
- "golang",
- "templates",
- "themes",
- "development",
-]
-date = "2014-04-02"
-categories = [
- "Development",
- "golang",
-]
-+++
+---
+categories:
+ - "Development"
+ - "golang"
+date: 2014-04-02
+description: 'This document is a brief primer on using go templates'
+tags: ['go', 'golang', 'templates', 'themes', 'development']
+title: '(Hu)go Template Primer'
+author: 'Hugo'
+---
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 3698f03..c8f4b01 100644
--- a/exampleSite/content/blog/hugoisforlovers.md
+++ b/exampleSite/content/blog/hugoisforlovers.md
@@ -1,20 +1,12 @@
-+++
-title = "Getting Started with Hugo"
-description = ""
-tags = [
- "go",
- "golang",
- "templates",
- "themes",
- "development",
-]
-date = "2014-04-02"
-categories = [
- "Development",
- "golang",
-]
-
-+++
+---
+categories:
+ - "Development"
+ - "golang"
+date: 2014-04-02
+description: ''
+tags: ['go', 'golang', 'templates', 'themes', 'development']
+title: 'Getting Started with Hugo'
+---
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/migrate-from-jekyll.md b/exampleSite/content/blog/migrate-from-jekyll.md
index 42c88db..7ed8fd8 100644
--- a/exampleSite/content/blog/migrate-from-jekyll.md
+++ b/exampleSite/content/blog/migrate-from-jekyll.md
@@ -1,19 +1,13 @@
-+++
-title = "Migrate to Hugo from Jekyll"
-description = ""
-tags = [
- "go",
- "golang",
- "templates",
- "themes",
- "development",
-]
-date = "2014-04-02"
-categories = [
- "Development",
- "golang",
-]
-+++
+---
+categories:
+ - "Development"
+ - "golang"
+date: 2014-04-02
+description: ''
+tags: ['go', 'golang', 'templates', 'themes', 'development']
+title: '(Hu)go Template Primer'
+author: 'Hugo'
+---
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
its template engine. It is an extremely lightweight engine that provides a very