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

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsurajmandalcell <surajmandalcell@gmail.com>2018-04-04 15:12:36 +0300
committersurajmandalcell <surajmandalcell@gmail.com>2018-04-04 15:12:36 +0300
commit558415501e3190b81565b73b3a50a93d352c2a8c (patch)
tree0eb654a280c86f1382768ac7de148f25518812bb
parent491190cfd5abcdeca86cf6227bc9c1f04d50b304 (diff)
fixed example
-rw-r--r--exampleSite/config.toml19
1 files changed, 1 insertions, 18 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7192a44..63fa365 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -44,26 +44,9 @@ copyright = "&copy; Copyright notice"
[[menu.main]]
identifier = "theme"
- name = "/theme"
+ name = "Theme"
weight = 3
-[[menu.main]]
- parent = "theme"
- name = "creating-a-new-theme"
- url = "/posts/creating-a-new-theme"
- weight = 1
-
-[[menu.main]]
- parent = "theme"
- name = "migrate-from-jekyll"
- url = "/posts/migrate-from-jekyll"
- weight = 2
-
-[[menu.main]]
- name = "Tags"
- url = "/tags"
- weight = 4
-
[related]
# Only include matches with rank >= threshold. This is a normalized rank between 0 and 100.
threshold = 80