feat(feed): support hiding pages and sections (#227)

This commit is contained in:
Óscar Fernández
2023-12-04 23:27:49 +01:00
committed by GitHub
parent 6b69cf7a3e
commit 920aa609f0
7 changed files with 40 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
+++
title = "Mastering tabi Settings: A Comprehensive Guide"
date = 2023-09-18
updated = 2023-11-24
updated = 2023-12-04
description = "Discover the many ways you can customise your tabi site."
[taxonomies]
@@ -444,6 +444,14 @@ For more information, including instructions on how to create a custom subset, s
By default, the Atom feed only contains the summary/description of your posts. You can include the entire posts' content by setting `full_content_in_feed = true` in `config.toml`.
### Hiding Content from Feed
| Page | Section | `config.toml` | Follows Hierarchy | Requires JavaScript |
|:----:|:-------:|:-------------:|:-----------------:|:-------------------:|
| ✅ | ✅ | ✅ | ✅ | ❌ |
You can hide specific pages or entire sections from your feed by setting `hide_from_feed = true`.
### Comments {#adding-comments}
| Page | Section | `config.toml` | Follows Hierarchy | Requires JavaScript |