Below you will find pages that utilize the taxonomy term “Table of Contents”
Layout: Post with Nested Table of Contents
Tests table of contents with multiple levels to verify indentation is readible.
Enim laboris id ea elit elit deserunt
Magna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis.
Nostrud veniam excepteur commodo enim pariatur velit est. Dolor consequat elit occaecat enim veniam ullamco qui est anim ex elit. Est minim aute magna laborum reprehenderit magna reprehenderit ullamco voluptate id sit aliqua. Id labore veniam ad duis aliquip commodo qui ex ut ipsum irure. In et sit ea cupidatat consectetur in nisi amet in cupidatat excepteur commodo amet.
Layout: Post with Nested Table of Contents via Helper
Tests table of contents with multiple levels to verify indentation is readible via helper include (deprecated).
{% raw %}{% include toc %}{% endraw %}
{% include toc %}
Enim laboris id ea elit elit deserunt
Magna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis.
Layout: Post with Sticky Table of Contents
“Stick” table of contents to the top of a page by adding toc_sticky: true
to its YAML Front Matter.
---
toc: true
toc_sticky: true
---
HTML Elements
Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.
Body text
Lorem ipsum dolor sit amet, test link adipiscing elit. This is strong. Nullam dignissim convallis est. Quisque aliquam.
 {: .image-right}
Layout: Post with Table of Contents
Enable table of contents on post or page by adding toc: true
to its YAML Front Matter. The title and icon can also be changed with:
---
toc: true
toc_label: "Unique Title"
toc_icon: "heart" # corresponding Font Awesome icon name (without fa prefix)
---
HTML Elements
Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.
Body text
Lorem ipsum dolor sit amet, test link adipiscing elit. This is strong. Nullam dignissim convallis est. Quisque aliquam.