From fe7119a197fb62d84ad41ed6957f806813e8379a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 3 Nov 2025 08:41:55 -0700 Subject: [PATCH] Add comment block around params from the Github page. --- hugo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hugo.toml b/hugo.toml index 641dc61..b25369c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -27,6 +27,9 @@ title = "Hyperling's Recipes" theme = "hello-friend-ng" paginate = 10 +### +# The parameters below were copied, modified, or inspired from: +# https://github.com/rhazdon/hugo-theme-hello-friend-ng?tab=readme-ov-file#how-to-configure [params] dateform = "Jan 2, 2006" dateformShort = "Jan 2" @@ -94,3 +97,7 @@ paginate = 10 # keywords = "" # copyright = 'CC BY-NC 4.0' # readOtherPosts = "Read other posts" + +# End parameters related to: +# https://github.com/rhazdon/hugo-theme-hello-friend-ng?tab=readme-ov-file#how-to-configure +###