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.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7fa6a55..72184c8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -15,21 +15,21 @@ PaginatePath = "page"
googleAnalytics = ""
[params]
- # Homepage Start-Screen, variables can be left empty
+ # Homepage Start-Screen, variables can be left empty, links dont start with /
title_l1 = "Shapez Theme"
title_l2 = ""
subtitle_l1 = "Shapez is a theme created for hugo"
subtitle_l2 = "with SVG pictures, CSS3 magic,"
subtitle_l3 = "struggle and love."
- title_link = "/about/"
+ title_link = "about/"
subtitle_link = ""
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/"
+ button_1 = ""
+ button_2 = "playground/"
+ button_3 = "about/"
keywords = "hugo, blog, Shapez, SVG, design"