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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/full-config.toml')
-rw-r--r--exampleSite/full-config.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/full-config.toml b/exampleSite/full-config.toml
index 2f847de..9642a6e 100644
--- a/exampleSite/full-config.toml
+++ b/exampleSite/full-config.toml
@@ -43,26 +43,26 @@ defaultContentLanguage = "en" # Default language to use
name = "Home"
weight = 10
identifier = "home"
- url = "/"
+ pageref = "/"
[[menu.main]]
name = "Archives"
weight = 20
identifier = "archives"
- url = "/post/"
+ pageref = "/post/"
[[menu.main]]
name = "Tags"
weight = 30
identifier = "tags"
- url = "/tags/"
+ pageref = "/tags/"
[[menu.main]]
name = "Categories"
weight = 40
identifier = "categories"
- url = "/categories/"
+ pageref = "/categories/"
[[menu.main]]
name = "external-link"
weight = 50
- url = "https://gohugo.io"
+ pageref = "https://gohugo.io"
[params]
@@ -94,7 +94,7 @@ defaultContentLanguage = "en" # Default language to use
showMenuLanguageChooser = true
showAuthorInfo = true # show author info below the article
-
+
# Optional custom wallpaper image URL. Can be a remote image or local /static/img/wallpaper.jpg (make sure it has a small filesize for quick site painting)
# wallpaper = "/static/img/wallpaper.jpg"
wallpaper = "https://followingmyfeet.com/wp-content/uploads/2018/02/825_2229-HDR.jpg"