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:
Diffstat (limited to 'exampleSite/content/blog/goisforlovers.md')
-rw-r--r--exampleSite/content/blog/goisforlovers.md27
1 files changed, 10 insertions, 17 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