aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content
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/content
parent59479b17ac06d4f0bccb5d3a2bcc88af4928ba4d (diff)
Add support for hugo menus
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/menu/index.md1
-rw-r--r--exampleSite/content/posts/_index.md6
2 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md
index d5e9807..4241df7 100644
--- a/exampleSite/content/menu/index.md
+++ b/exampleSite/content/menu/index.md
@@ -1,6 +1,5 @@
---
headless: true
-bookMenuLevels: 1
---
- [**Example Site**]({{< relref "/docs/example" >}})
diff --git a/exampleSite/content/posts/_index.md b/exampleSite/content/posts/_index.md
new file mode 100644
index 0000000..996c430
--- /dev/null
+++ b/exampleSite/content/posts/_index.md
@@ -0,0 +1,6 @@
+---
+menu:
+ after:
+ weight: 5
+title: Blog
+---