From 23cc7611defea8bbc5c63f246543eafe5ba8259d Mon Sep 17 00:00:00 2001 From: Dominik Juelg Date: Wed, 12 Oct 2016 21:58:59 +0200 Subject: updated config files --- exampleSite/config.toml | 4 ++++ sample-config.toml | 4 ++++ theme.toml | 4 ++-- 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 -- cgit v1.2.3