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 +###