Add configuration section

This commit is contained in:
Will Faught
2023-02-23 20:05:45 -08:00
parent e20899f123
commit b56f93739e
5 changed files with 209 additions and 5 deletions

View File

@@ -0,0 +1,50 @@
---
authors: ["will_faught"]
categories: ["configuration", "paige"]
date: "2022-02-23"
description: "Demonstration of the Paige hide configuration."
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
tags: ["hide", "singles"]
title: "Hide Configuration"
weight: 10
---
This site hides some single page data by default. This page shows it all.
<!--more-->
## Parameters
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
```