From 905a42c6545a15fc8cc36297d961cac9ce8df0d8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 22 Jun 2023 11:06:34 +0200 Subject: [PATCH] docs: add link to Hugo docs to explain page weight (#402) --- exampleSite/content/posts/usage/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exampleSite/content/posts/usage/configuration.md b/exampleSite/content/posts/usage/configuration.md index 6a50c95..4aafb5f 100644 --- a/exampleSite/content/posts/usage/configuration.md +++ b/exampleSite/content/posts/usage/configuration.md @@ -303,6 +303,8 @@ params: # Title of your post. If not set, filename will be used. title = My first post +# 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 # Set weigth to 1 to mark this post as sticky post. weight = 1