Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrmierzejewski/hugo-theme-console.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.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7226a4e..78b24bd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseurl = "//example.com/"
+baseurl = "https://example.com/"
title = "console-demo"
theme = "hugo-theme-console"
languageCode = "en-us"
@@ -6,11 +6,11 @@ languageCode = "en-us"
[params]
[[params.navlinks]]
name = "about/"
- url = "/about/"
+ url = "about/"
[[params.navlinks]]
name = "posts/"
- url = "/posts/"
+ url = "posts/"
[[params.navlinks]]
name = "photos/"