Module: Jekyll::TableOfContents::ConfigResolver
- Included in:
- Jekyll::TableOfContentsFilter, Jekyll::TocTag
- Defined in:
- lib/jekyll-toc-plus.rb
Overview
Resolves the effective TOC config by merging site-wide ‘_config.yml` `toc:` settings with per-page `toc_config:` front matter, where page values override site values. Shared by the filter and the tag.