Move paige.hide_{rss,search} to paige.page
This commit is contained in:
12
README.md
12
README.md
@@ -315,6 +315,10 @@ paige:
|
||||
reading_time:
|
||||
class: "text-center text-secondary" # Default is "text-center text-secondary"
|
||||
hide: false # Default is false
|
||||
rss:
|
||||
hide: true # Don't include this page in RSS feeds
|
||||
search:
|
||||
hide: true # Don't include this page in search results
|
||||
tags:
|
||||
class: "badge text-bg-secondary text-decoration-none" # Default is "badge text-bg-secondary text-decoration-none"
|
||||
hide: false # Default is false
|
||||
@@ -348,14 +352,6 @@ paige:
|
||||
math: true # Enable math typesetting with KaTeX
|
||||
```
|
||||
|
||||
Additional optional single page parameters:
|
||||
|
||||
```yaml
|
||||
paige:
|
||||
hide_rss: true # Don't include this page in RSS feeds
|
||||
hide_search: true # Don't include this page in search results
|
||||
```
|
||||
|
||||
Example `config.yaml`:
|
||||
|
||||
```yaml
|
||||
|
Reference in New Issue
Block a user