Table of Contents (TOC)
The TOC appears on the right side of article pages, listing all headings for quick navigation.
1 | toc: |
To disable TOC for a specific post or page, use front-matter:
1 |
|
Reading Time
Display estimated reading time at the top of each post:
1 | post: |
To disable reading time globally:
1 | post: |
Or disable it per post:
1 |
|
Pagination
Control how many items appear per page on list views:
1 | # Homepage post list |
Set per_page: 0 to disable pagination entirely on any list type.
Reward (Tip Jar)
Enable a “buy me a coffee” section at the bottom of posts:
1 | reward: |
Enable reward for all posts by default, and override per post via front-matter:
1 | post: |
Copyright Notice
Add a copyright block at the bottom of each post:
1 | copyright: |
Override per post via front-matter:
1 |
|
Disabling Features Per Post
All of the above can be controlled per-post via front-matter, overriding the global config:
1 |
|
Next Steps
- Front-matter → — All post/page metadata fields
- Tag Plugins → — Rich content tags and addons
