-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.yaml
69 lines (68 loc) · 1.75 KB
/
slides.yaml
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
services:
_defaults:
autoconfigure: true
Hello:
parent: 'TitleSlide'
arguments:
$title: 'HELLO CLI NOTE'
$subtitle: 'HELLO CLI BASED PRESENTATIONS'
ListTitle:
parent: 'TitleSlide'
arguments:
$title: 'LIST EXAMPLE'
List:
parent: 'ListSlide'
arguments:
$headline: 'LISTE SLIDE'
$bulletPoints:
- 'WITH'
- 'SOME'
- 'BULLETPOINTS'
TextTitle:
parent: 'TitleSlide'
arguments:
$title: 'TEXT EXAMPLE'
Text:
parent: 'TextSlide'
arguments:
$filePath: 'example/sample-text.txt'
ImageTitle:
parent: 'TitleSlide'
arguments:
$title: 'IMAGE EXAMPLE'
Image:
parent: 'ImageSlide'
arguments:
$imagePath: 'example/elephant.jpg'
ProcessTitle:
parent: 'TitleSlide'
arguments:
$title: 'PROCESS EXAMPLE'
Process:
parent: 'ProcessSlide'
arguments:
$title: 'ls -l'
$command: 'ls -l --color=always'
CodeTitle:
parent: 'TitleSlide'
arguments:
$title: 'CODE EXAMPLE'
Code:
parent: 'CodeSlide'
arguments:
$filePath: 'cli-note'
$offset: 38
$lines: 11
CanvasTitle:
parent: 'TitleSlide'
arguments:
$title: 'CANVAS EXAMPLE'
CanvasExample:
class: 'CanvasExampleSlide'
file: '%base_path%/example/CanvasExampleSlide.php'
tags: ['cli_note.slide']
HaveFun:
parent: 'TitleSlide'
arguments:
$title: 'HAVE FUN'
$subtitle: 'POWERED BY JAEM3L'