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:
-rw-r--r--exampleSite/config.toml3
-rw-r--r--sample-config.toml3
2 files changed, 4 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1037745..4dec9a0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,7 +20,8 @@ googleAnalytics = ""
subtitle_l1 = "Shapez is a theme created for hugo"
subtitle_l2 = "with SVG pictures, CSS3 magic,"
subtitle_l3 = "struggle and love."
- title_link = "about/"
+ # For these Links you need the full URL, because external links are supported
+ title_link = "http://djuelg.github.io/about/"
subtitle_link = ""
message = "I'm a optional important message!"
diff --git a/sample-config.toml b/sample-config.toml
index 1037745..4dec9a0 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -20,7 +20,8 @@ googleAnalytics = ""
subtitle_l1 = "Shapez is a theme created for hugo"
subtitle_l2 = "with SVG pictures, CSS3 magic,"
subtitle_l3 = "struggle and love."
- title_link = "about/"
+ # For these Links you need the full URL, because external links are supported
+ title_link = "http://djuelg.github.io/about/"
subtitle_link = ""
message = "I'm a optional important message!"