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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-04-08 12:37:55 +0300
committerguangmean <angularcorp@outlook.com>2019-04-08 12:37:55 +0300
commit8b6eda593cf5f70ab267e748953d53cb528c85f8 (patch)
tree6ab94260a92eeb4ae8123f5b267c6e8f6c255c11 /README.md
parentc73fe02f648c11a55a649cc6536b0e9618392c2f (diff)
Support custom navigation menu1.0
Sort menu by weight asc from left to right
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1543ea3..75ca2b8 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,18 @@ description = ""
copyright = "&#xA9; 2019 by guangmean. All Rights Reserved."
google_ad_client = "ca-pub-******"
ga = "UA-******"
+
+[menu]
+ [[menu.niello]]
+ name = "Home"
+ url = "/"
+ weight = 1
+
+ [[menu.niello]]
+ name = "Contact"
+ url = "/post/contact/"
+ weight = 2
+
```
# Google Adsense & Google Analytics