Setting the file. One moment.
Subchapter 7.20
references/core-frontmatter.mdMarkdown2 KBView on GitHub
---
layout: center
---Available layouts: default, cover, center, two-cols, two-cols-header, image, image-left, image-right, iframe, iframe-left, iframe-right, quote, section, statement, fact, full, intro, end, none
---
background: /image.jpg
backgroundSize: cover
class: text-white
------
clicks: 5 # Total clicks for this slide
clicksStart: 0 # Starting click number
------
transition: fade # Slide transition
---Or different for forward/backward:
---
transition: slide-left | slide-right
------
zoom: 0.8 # Scale content (0.8 = 80%)
------
disabled: true # Hide this slide
# or
hide: true
------
hideInToc: true # Hide from Toc component
level: 2 # Override heading level
title: Custom Title # Override slide title
------
src: ./slides/intro.md # Import markdown file
---With specific slides:
---
src: ./other.md#2,5-7 # Import slides 2, 5, 6, 7
------
routeAlias: intro # URL: /intro instead of /1
------
preload: false # Don't mount until entering
------
dragPos:
logo: 100,50,200,100,0 # Left,Top,Width,Height,Rotate
arrow: 300,200,50,50,45
------
layout: image-left
image: /photo.jpg
backgroundSize: contain
class: my-custom-class
------
layout: iframe
url: https://example.com
------
layout: two-cols
---
# Left Side
Content
::right::
# Right Side
Content---
layout: two-cols-header
---
# Header
::left::
Left content
::right::
Right content---
layout: center
background: /bg.jpg
class: text-white text-center
transition: fade
clicks: 3
zoom: 0.9
hideInToc: false
---
# Slide Content