From 2a600480cabe065efdaf8b2c5c4b3ce218019789 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 25 Feb 2023 11:35:04 -0800 Subject: [PATCH] Show all data in hide.md with styles --- exampleSite/content/configuration/hide.md | 54 +++++++++++------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/exampleSite/content/configuration/hide.md b/exampleSite/content/configuration/hide.md index a5450a28..27a3136c 100644 --- a/exampleSite/content/configuration/hide.md +++ b/exampleSite/content/configuration/hide.md @@ -4,20 +4,20 @@ categories: ["configuration", "paige"] date: "2022-02-23" description: "Demonstration of the Paige hide configuration." paige: - authors: - hide: false - date: - hide: false - git: - commit_url_prefix: "https://github.com/willfaught/paige/commit/" - reading_time: - hide: false - table_of_contents: - hide: false - terms: - hide: false style: | - .paige-authors { display: block; } + .paige-authors, + .paige-date, + .paige-reading-time, + .paige-terms-outer, + .paige-toc, + #paige-credit, + #paige-pages .paige-authors, + #paige-pages .paige-date-header, + #paige-pages .paige-date, + #paige-pages .paige-summary, + #paige-pages .paige-terms { + display: block; + } tags: ["hide", "singles"] title: "Hide Configuration" weight: 10 @@ -33,18 +33,18 @@ This page has the following parameters: ```yaml paige: - main: - metadata: - authors: - hide: false - date: - hide: false - git: - commit_url_prefix: "https://github.com/willfaught/paige/commit/" - reading_time: - hide: false - terms: - hide: false - table_of_contents: - hide: false + style: | + .paige-authors, + .paige-date, + .paige-reading-time, + .paige-terms-outer, + .paige-toc, + #paige-credit, + #paige-pages .paige-authors, + #paige-pages .paige-date-header, + #paige-pages .paige-date, + #paige-pages .paige-summary, + #paige-pages .paige-terms { + display: block; + } ```