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:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml35
1 files changed, 35 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..141017a
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,35 @@
+# Creator: djuelg @ https://github.com/djuelg
+
+# Run via: hugo server --theme=shapez --buildDrafts --bind="0.0.0.0"
+
+baseurl = "http://0.0.0.0/"
+title = "Shapez Theme"
+languageCode = "en-US"
+MetaDataFormat = "toml"
+theme = "shapez"
+paginate = 8
+PaginatePath = "page"
+googleAnalytics = ""
+
+[author]
+ name = "djuelg"
+
+[params]
+ # Homepage Start-Screen-SVG
+ title_l1 = "Shapez Theme"
+ title_l2 = ""
+ subtitle_l1 = "Shapez is a theme created for hugo"
+ subtitle_l2 = "with SVG pictures as partials."
+ subtitle_l3 = ""
+ title_link = "/about/"
+ subtitle_link = ""
+
+ # Enter links for the buttons (button one has the house sign)
+ 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