Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 695 Bytes

page-with-contents.md

File metadata and controls

32 lines (23 loc) · 695 Bytes
layout title subtitle toc menubar show_sidebar
page
Page With Contents
Example page with contents
true
example_menu
false

Introduction

This is an example page with contents that are generated from the page content.

The page contents are generated automatically using Jekyll TOC.

Set Up

To add contents to your page add toc: true to the page's front matter.

Contents Title

To overwrite the default title for the contents, set toc_title: My Custom Title in the page's front matter.

Example Front Matter

layout: page
title: Page With Contents
toc: true
toc_title: Custom Title