From 3ff397da0e37c7ed574981b15720188c685a1c26 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Feb 2023 14:09:51 -0800 Subject: [PATCH] Move authors to optional site params --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ba0fb2e2..631f3850 100644 --- a/README.md +++ b/README.md @@ -180,12 +180,6 @@ $ hugo server -D There is a single parameter object with sensible defaults that can be overridden in site or page parameters: ```yaml -authors: - michael_bluth: - name: "Michael Bluth" - default: true # Credit this author in pages that have no authors parameter - george_bluth: - name: "George Bluth" paige: analytics: chartbeat: # chartbeat.com @@ -345,6 +339,17 @@ paige: If you set `hide_credit_data` or `hide_credit_link`, please credit this project in a post to help others find it. +Optional site parameters: + +```yaml +authors: + michael_bluth: + name: "Michael Bluth" + default: true # Credit this author in pages that have no authors parameter + george_bluth: + name: "George Bluth" +``` + Optional page parameters: ```yaml