Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 695 Bytes

File metadata and controls

32 lines (23 loc) · 695 Bytes
layout page
title Page With Contents
subtitle Example page with contents
toc true
menubar example_menu
show_sidebar 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