Rename paigeexclude to paigehide

This commit is contained in:
Will Faught
2022-12-14 21:37:40 -08:00
parent ade6eeff53
commit 8281e6357d
3 changed files with 4 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ Optional page parameters:
```yaml
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
math: true # Enable math typesetting with KaTeX
paigeexcludesearch: true # Don't include this page in search results
paigehidesearch: true # Don't include this page in search results
```
Additional optional home page parameters:
@@ -208,7 +208,7 @@ paigeshowfullpages: true # Show full pages, not just page titles and description
Additional optional single page parameters:
```yaml
paigeexcluderss: true # Don't include this page in RSS feeds
paigehiderss: true # Don't include this page in RSS feeds
```
Example `config.yaml`: