forked from mpdehaan/revelator
-
Notifications
You must be signed in to change notification settings - Fork 6
/
test.yml
100 lines (79 loc) · 2.03 KB
/
test.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
header:
author: John
title: Example Presentation
description: This presentation is very example like
slides:
-
- h1: hello
- h3: this is a deck
- set_global:
fragment: true
-
- h3: I am slide two
- p: Dropping knowledge
- class_notes:
Here are some speaker notes that will be hidden in your presentation
unless you press 's' on your keyboard.
- set_global:
fragment: grow
-
- h3: This is how ordered lists work
- ol:
- alpha
- beta
- gamma
- set_global:
fragment: shrink
-
- h3: And unordered lists are also a thing
- ul:
- duck
- duck
- goose
- set_global:
fragment: "roll-in"
-
- h3: Code highlighting demo
- code: |
import ansible
ansible.all_the_things()
- set_global:
fragment: "highlight-green"
background: '#007777'
-
- h3: This background is greenish
- p: we just tweaked some defaults!
- set_global:
background: '#000000'
transition: rotate
fragment: "highlight-current-red"
-
- h3: Quotes (and a different slide transition)
- quote: '"Fear is the mindkiller" -- Frank Herbert'
- quote: '"Narf!" -- Pinky'
- set_global:
transition: linear # rotate is annoying
fragment: "highlight-blue"
-
- nested:
-
- h3: This is a nested slide
- p: Press down arrow
-
- h3: Every one was a Henry!
- p: HENRY!
-
- h3: Sorry about that.
- p: The person making up these slides has been sacked.
- set_global:
fragment: "fade-out"
-
- h3: Links and images
- image: 'https://pbs.twimg.com/profile_images/422168535/51035561796_N01_bigger.jpg'
- link: [ 'Ansible Docs', 'http://docs.ansible.com' ]
- link: [ 'Galaxy', 'http://galaxy.ansibleworks.com' ]
- set_global:
fragment: false
-
- h3: Yay!