From 74b3bb7b69d7e3a293b5b1e276e5481e416fb47d Mon Sep 17 00:00:00 2001 From: James Braza Date: Thu, 22 Jun 2023 01:34:39 -0700 Subject: [PATCH] docs: add link to Hugo docs to explain page weight (#637) --- exampleSite/content/en/usage/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/en/usage/configuration.md b/exampleSite/content/en/usage/configuration.md index b9639f9..4bfc570 100644 --- a/exampleSite/content/en/usage/configuration.md +++ b/exampleSite/content/en/usage/configuration.md @@ -269,7 +269,9 @@ params: # Set type to 'posts' if you want to render page as blogpost type = "posts" -# Set page weight to re-arrange items in file-tree menu. +# Hugo predefined front matter variable, to re-arrange items in file-tree menu +# See weights section of +# https://gohugo.io/content-management/front-matter/#predefined weight = 10 # Set how many table of contents levels to be showed on page.