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-05-21 18:59:01 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-21 18:59:01 +0300
commita8cd1639b1d0ddf733b169cc4ebd78616fdc2a73 (patch)
treecb09466fc4117cbf38264fac34a74847b14d47d7 /exampleSite
parent28a09adf8e830dfceb52c6d96fdbf2b00f3e15b6 (diff)
updated config
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 141017a..e311065 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,35 +1,35 @@
# Creator: djuelg @ https://github.com/djuelg
-
-# Run via: hugo server --theme=shapez --buildDrafts --bind="0.0.0.0"
+# Run via: hugo server --theme=Shapez-Theme --buildDrafts --bind="0.0.0.0"
baseurl = "http://0.0.0.0/"
title = "Shapez Theme"
+theme = "Shapez-Theme"
+author = "djuelg"
+copyright = "Copyright (c) 2016, djuelg; all rights reserved."
+
languageCode = "en-US"
MetaDataFormat = "toml"
-theme = "shapez"
paginate = 8
PaginatePath = "page"
googleAnalytics = ""
-[author]
- name = "djuelg"
-
[params]
- # Homepage Start-Screen-SVG
+ # Homepage Start-Screen, variables can be left empty
title_l1 = "Shapez Theme"
title_l2 = ""
subtitle_l1 = "Shapez is a theme created for hugo"
- subtitle_l2 = "with SVG pictures as partials."
- subtitle_l3 = ""
+ subtitle_l2 = "with SVG pictures, CSS3 magic,"
+ subtitle_l3 = "struggle and love."
title_link = "/about/"
subtitle_link = ""
- # Enter links for the buttons (button one has the house sign)
+ message = "I'm a optional important message!"
+
+ # Enter links for the buttons (button one has the house sign), shouldn't be left empty
button_1 = "/"
button_2 = "/playground/"
button_3 = "/about/"
- footer = "Copyright 2016"
keywords = "hugo, blog, Shapez, SVG, design"
logo = "/images/logo.png" \ No newline at end of file