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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-10-12 22:58:59 +0300
committerDominik Juelg <djuelg@gmx.de>2016-10-12 22:58:59 +0300
commit23cc7611defea8bbc5c63f246543eafe5ba8259d (patch)
treead671d7c8e45e7c7b42270ac043d0db32d517c01
parent7557be44d29ef49ce392a7bb376c6b2d9a9bb480 (diff)
updated config files
-rw-r--r--exampleSite/config.toml4
-rw-r--r--sample-config.toml4
-rw-r--r--theme.toml4
3 files changed, 10 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 432038e..72435fe 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -14,6 +14,10 @@ PaginatePath = "page"
googleAnalytics = ""
[params]
+ # Meta Information
+ name = "djuelg"
+ description = "This is the sites description, which will be found in the meta tags."
+
# Homepage Start-Screen, variables can be left empty, links dont start with /
title_l1 = "Shapez Theme"
title_l2 = ""
diff --git a/sample-config.toml b/sample-config.toml
index 432038e..72435fe 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -14,6 +14,10 @@ PaginatePath = "page"
googleAnalytics = ""
[params]
+ # Meta Information
+ name = "djuelg"
+ description = "This is the sites description, which will be found in the meta tags."
+
# Homepage Start-Screen, variables can be left empty, links dont start with /
title_l1 = "Shapez Theme"
title_l2 = ""
diff --git a/theme.toml b/theme.toml
index 2c22ec4..d468bce 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,8 +3,8 @@ license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
homepage = ""
tags = ["hugo", "blog", "Shapez", "SVG", "design"]
-min_version = 0.14
+min_version = 0.16
[author]
- name = "Dominik Juelg"
+ name = "djuelg"
homepage = "https://github.com/djuelg" \ No newline at end of file