summaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-02-12 22:12:41 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-02-12 22:12:41 +0100
commit2088c9a0cb5e41554ad450a464b54f4c628e712b (patch)
tree1a5055daacaba1f5078cfc1a942f30630a894156 /exampleSite/config.toml
parent59479b17ac06d4f0bccb5d3a2bcc88af4928ba4d (diff)
Add support for hugo menus
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7fe97ac..65c9f0e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -36,6 +36,18 @@ enableGitInfo = true
contentDir = 'content.cn'
weight = 3
+[menu]
+# [[menu.before]]
+[[menu.after]]
+ name = "Github"
+ url = "https://github.com/alex-shpak/hugo-book"
+ weight = 10
+
+[[menu.after]]
+ name = "Hugo Themes"
+ url = "https://themes.gohugo.io/hugo-book/"
+ weight = 20
+
[params]
# (Optional, default true) Controls table of contents visibility on right side of pages.
# Start and end levels can be controlled with markup.tableOfContents setting.