1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 08:23:14 -06:00

feat: disable toc on all blog pages

This commit is contained in:
Tyler Nguyen 2024-11-08 19:59:04 -06:00
parent 1bf4a732d8
commit 442c1618c2
No known key found for this signature in database

View file

@ -147,9 +147,9 @@ plugins:
- meta # NOTE Located at the beginning of the list of `plugins` so that other pluginps (including the [built-in blog plugin]) will pick up the set defaults - meta # NOTE Located at the beginning of the list of `plugins` so that other pluginps (including the [built-in blog plugin]) will pick up the set defaults
- blog: - blog:
blog_dir: . blog_dir: .
# blog_toc: true # NOTE TOC on blog index blog_toc: false # NOTE TOC on blog index
post_readtime: false post_readtime: false
archive_toc: true archive_toc: false
draft_if_future_date: true draft_if_future_date: true
post_excerpt: required post_excerpt: required
post_url_format: "{date}/{slug}" post_url_format: "{date}/{slug}"