You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,10 @@ slideNumber:
37
37
# "none": dont't show slide numbers
38
38
format: "c/t"
39
39
40
+
collections:
41
+
slides:
42
+
output: true
43
+
40
44
## Reveal.initialize
41
45
## At the end of your page Jekyll initializes reveal by running the following code. Note that all config values are optional and will default as specified below.
42
46
## Note that the new default vertical centering option will break compatibility with slides that were using transitions with backgrounds ("cube" and "page"). To restore the previous behavior, set "center" to "false".
0 commit comments