Show all data in hide.md with styles
This commit is contained in:
@@ -4,20 +4,20 @@ categories: ["configuration", "paige"]
|
|||||||
date: "2022-02-23"
|
date: "2022-02-23"
|
||||||
description: "Demonstration of the Paige hide configuration."
|
description: "Demonstration of the Paige hide configuration."
|
||||||
paige:
|
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: |
|
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"]
|
tags: ["hide", "singles"]
|
||||||
title: "Hide Configuration"
|
title: "Hide Configuration"
|
||||||
weight: 10
|
weight: 10
|
||||||
@@ -33,18 +33,18 @@ This page has the following parameters:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
paige:
|
paige:
|
||||||
main:
|
style: |
|
||||||
metadata:
|
.paige-authors,
|
||||||
authors:
|
.paige-date,
|
||||||
hide: false
|
.paige-reading-time,
|
||||||
date:
|
.paige-terms-outer,
|
||||||
hide: false
|
.paige-toc,
|
||||||
git:
|
#paige-credit,
|
||||||
commit_url_prefix: "https://github.com/willfaught/paige/commit/"
|
#paige-pages .paige-authors,
|
||||||
reading_time:
|
#paige-pages .paige-date-header,
|
||||||
hide: false
|
#paige-pages .paige-date,
|
||||||
terms:
|
#paige-pages .paige-summary,
|
||||||
hide: false
|
#paige-pages .paige-terms {
|
||||||
table_of_contents:
|
display: block;
|
||||||
hide: false
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user