-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreveal-md.json
46 lines (46 loc) · 1.48 KB
/
reveal-md.json
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
{
"staticDirs": [
"src/images",
"src/audio",
"src/code"
],
"scripts": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/bundle/asciinema-player.min.js",
"https://cdn.jsdelivr.net/gh/mikroways/[email protected]/audio-slideshow/plugin.min.js",
"https://cdn.jsdelivr.net/npm/[email protected]/plugin/copycode/copycode.min.js",
"src/js/script.js"
],
"css": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/bundle/asciinema-player.min.css",
"https://cdn.jsdelivr.net/gh/mikroways/[email protected]/audio-slideshow/style.min.css"
],
"highlightTheme": "github-dark-dimmed",
"theme": "https://cdn.jsdelivr.net/gh/mikroways/[email protected]/theme/mikroways.min.css",
"revealOptions": {
"transition": "concave",
"transitionSpeed": "slow",
"copycode": {
"display": "icons",
"text": {
"copied": "Copiado"
},
"style": {
"copybg": "rgba(0,0,0,0)",
"copycolor": "rgba(255,255,255, 0.5)",
"copiedbg": "rgba(0,200,0,0.5)",
"offset": 0.1,
"radius": 0.2
},
"clipboardjspath": "https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.min.js",
"csspath": "https://cdn.jsdelivr.net/gh/mikroways/[email protected]/plugin/copycode/copycode.min.css"
},
"audio": {
"enabled": false,
"autoplay": true,
"defaultAudios": false,
"advance": -1
}
},
"mermaid": {},
"mikroways": {}
}