From 6de2e5a0600b28cd2180dc4eb062aa5070e34cc5 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Feb 2025 23:17:08 -0800 Subject: [PATCH] Organize --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9901f01e..609019b7 100644 --- a/README.md +++ b/README.md @@ -1214,24 +1214,26 @@ If you want a more minimal look, try the following in `yoursite/hugo.toml`: ```toml -[params.paige.subpages] +[params.paige.pages] + disable_authors = true disable_date = true disable_keywords = true +disable_next = true +disable_prev = true disable_reading_time = true disable_series = true -disable_summary = true +disable_toc = true disable_word_count = true -[params.paige.pages] +[params.paige.subpages] + disable_authors = true disable_date = true disable_keywords = true -disable_next = true -disable_prev = true disable_reading_time = true disable_series = true -disable_toc = true +disable_summary = true disable_word_count = true ```