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

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByeonggon Lee <gonny952@gmail.com>2018-11-13 12:09:50 +0300
committerByeonggon Lee <gonny952@gmail.com>2018-11-13 12:09:50 +0300
commit329f5e1990a255e532026c711763b071dbcb30bb (patch)
treef304818bd7c005a1cb5c0821c988cf33ce6329c4 /exampleSite
parentc61ebebc7084b9eaff33c79c7b0179ffdbf19fd1 (diff)
Added menu, modified scss
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4152c47..780a668 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,3 +3,17 @@ languageCode = "en-us"
title = "Hugo Apps Theme"
paginate = 10
+[[menu.main]]
+ name = "About"
+ weight = 1
+ url = "/about"
+
+[[menu.main]]
+ name = "Apps"
+ weight = 2
+ url = "/apps"
+
+[[menu.main]]
+ name = "Github"
+ weight = 3
+ url = "https://github.com/gonapps"