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

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 09f739f..2c001c5 100644
--- a/config.toml
+++ b/config.toml
@@ -23,5 +23,11 @@ title = "Thèmes Hugo"
[[menu.main]]
identifier = "tutorials"
name = "Tutorials"
- url = "/post/"
- weight = 5 \ No newline at end of file
+ url = "post/"
+ weight = 5
+
+ [[menu.main]]
+ identifier = "about"
+ name = "About"
+ url = "about/"
+ weight = 10 \ No newline at end of file