Remove config place from minimal look

This commit is contained in:
Will Faught
2025-03-09 20:21:33 -07:00
parent b4800d4d22
commit 6c3cede9bb

View File

@@ -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