From a63c853e11c06a2d6c5e7060e37410ef8eb8ae4e Mon Sep 17 00:00:00 2001 From: Kian Kasad Date: Tue, 15 Dec 2020 09:41:18 -0800 Subject: [PATCH] add menu section to sample config.yml --- content/posts/papermod/papermod-installation.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index 080d3694..659c7389 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -129,6 +129,21 @@ params: analytics: google: SiteVerificationTag: "XYZabc" + +menu: + main: + - identifier: categories + name: categories + url: /categories/ + weight: 10 + - identifier: tags + name: tags + url: /tags/ + weight: 20 + - identifier: example + name: example.org + url: https://example.org + weight: 30 ``` ---