From 6e3eaecc38a90804dc6d933ac426fe0a4fd43063 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Apr 2023 16:36:37 -0700 Subject: [PATCH] Add parameters, menu sections --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4acd6a85..62d6cbb0 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,8 @@ See [Hugo's quick start guide](https://gohugo.io/getting-started/quick-start/) f ## Configure +### Parameters + There is a single parameter object with sensible defaults that can be overridden in site or page parameters: ```toml @@ -285,6 +287,8 @@ message = "Alert!" # Markdown displayed before the page body type = "primary" # Bootstrap alert type ``` +### Menu + An optional menu can be configured. The active menu item has a URL that is a prefix of the path of the current page. A menu item with the URL `/` only matches a `/` path.