Nós utilizamos Cookies para aprimorar sua experiência em nosso site.
By clicking the Accept button, you agree to us doing so. Mais informações sobre nossa política de cookies
Nós utilizamos Cookies para aprimorar sua experiência em nosso site.
By clicking the Accept button, you agree to us doing so. Mais informações sobre nossa política de cookies
Pages
The table of contents are generated automatically from the page content using Jekyll TOC.
To add contents to your page add toc: true
to the page’s front matter. The contents will be displayed at the top of the page, above the content. You can also make the contents in the menubar.
To overwrite the default title for the contents, set toc_title: My Custom Title
in the page’s front matter.
layout: page
title: Page With Contents
toc: true
toc_title: Custom Title
If you would prefer to display the contents in the menubar at the side of the page, then use menubar_toc: true
instead of toc: true
. This will also override the page’s menubar
setting.
layout: page
title: Page With Contents
menubar_toc: true
toc_title: Custom Title