From 6c3cede9bbdec609476e9562db13f203878089b9 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Mar 2025 20:21:33 -0700 Subject: [PATCH] Remove config place from minimal look --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fb15ac0..53bccd8d 100644 --- a/README.md +++ b/README.md @@ -1035,11 +1035,10 @@ Shortcode classes: ### Minimal look By default, everything is shown. -If you want a more minimal look, -try the following in `yoursite/hugo.toml`: +If you want a more minimal look, try the following parameter values: ```toml -[params.paige.pages] +[paige.pages] disable_authors = true disable_date = true disable_keywords = true @@ -1050,7 +1049,7 @@ disable_series = true disable_toc = true disable_word_count = true -[params.paige.subpages] +[paige.subpages] disable_authors = true disable_date = true disable_keywords = true