forked from dploeger/jekyll-revealjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (37 loc) · 1.25 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Your presentation title
title: Jekyll and Reveal.js
# Your presentation description (optional)
description: A framework for easily creating beautiful presentations using HTML
# Your name (optional)
author: jekyll-revealjs contributors
# The Reveal theme
reveal_theme: at.css
# The Reveal transition
reveal_transition: default
# Path to the used theme (defaults to the Reveal.js standard theme path)
reveal_theme_path: assets/css/
# Additional custom CSS paths
extra_css:
# Custom CSS for highlighting (defaults to reveal.js/lib/css/zenburn.css)
highlight_style_sheet:
# Embed Server-side speaker notes?
reveal_notes_server: false
# Additional reveal.js options
reveal_options:
# Additional reveal.js dependencies
reveal_dependencies:
# Reveal.js subdirectory
reveal_path: assets/reveal.js/
# mermaid.js diagram integration
mermaid_diagrams: true
mermaid_theme: dark # See https://mermaid-js.github.io/mermaid/#/theming?id=deployable-themes
# Exclude directories and/or files from the conversion
exclude:
- Gemfile*
- LICENSE
- README.md
background_color: "#222B5E" # Make sure hex codes are in double quotes to avoid the octothorpe being interpreted as a comment
# Don't change anything below
markdown: kramdown
highlighter: rouge
markdown_ext: ignoreme