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:
-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
-rw-r--r--layouts/partials/head.html2
-rw-r--r--theme.toml2
5 files changed, 30 insertions, 53 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
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 8aede33..879138a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,7 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
-{{ .Hugo.Generator }}
-
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/theme.toml b/theme.toml
index 086f42a..f0c612f 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "Sky is a simple theme for Hugo that make use of Bootstrap, jQuery
homepage = "https://github.com/cfrome77/hugo-theme-sky/"
tags = ["simple", "minimal", "blog", "disqus"]
features = ["blog"]
-min_version = "0.37.1"
+min_version = "0.92.0"
[author]
name = "Chris Frome"