|
@@ -1,9 +1,21 @@
|
|
|
+++
|
|
|
title = "Slides"
|
|
|
+date = 2019-02-05T00:00:00Z
|
|
|
+summary = "An introduction to using Academic's Slides feature."
|
|
|
+
|
|
|
+# Authors, tags, and categories
|
|
|
+# Use a comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
|
|
+authors = []
|
|
|
+tags = []
|
|
|
+categories = []
|
|
|
|
|
|
[slides]
|
|
|
-# Choose a theme from https://github.com/hakimel/reveal.js#theming
|
|
|
-theme = "black"
|
|
|
+ # Choose a theme from https://github.com/hakimel/reveal.js#theming
|
|
|
+ theme = "black"
|
|
|
+
|
|
|
+ # Choose a code highlighting style (if highlighting enabled in `params.toml`)
|
|
|
+ # Light style: github. Dark style: dracula (default).
|
|
|
+ # highlight_style = "dracula" # Uncomment this line to set a style.
|
|
|
+++
|
|
|
|
|
|
# Welcome to Slides
|