Replies: 1 comment
-
To hide any page from the Table of Content (TOC) component, add Reference: Customizations > Per slide configuration - Slidev Here is my cover slide's frontmatter: ---
theme: /
favicon: ./kintone-graphics/KDP_favicon.png
layout: cover
image: ./kintone-graphics/kintone-background-v2.svg
title: Start Hacking with Kintone Web Database
exportFilename: slides-kintone-for-hackathon
export:
format: pdf
timeout: 30000
withToc: true
presenter: true
download: true
highlighter: prism
lineNumbers: false
monaco: dev
remoteAssets: true
selectable: true
record: true
routerMode: history
aspectRatio: 16/9
canvasWidth: 980
themeConfig:
primary: '#008080'
dark: '#038378'
darker: '#076E65'
darkest: '#065A53'
light: '#10B5A7'
lighter: '#0CCABA'
lightest: '#06E5D2'
fonts:
sans: M PLUS Rounded 1c
hideInToc: true
--- |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that the cover page has no YAML frontmatter, so nowhere to specify it should be hidden from the TOC.
Beta Was this translation helpful? Give feedback.
All reactions