-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (39 loc) · 960 Bytes
/
config.toml
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
baseURL = "/"
languageCode = "en-us"
title = "A Hugo theme for creating Reveal.js presentations"
disableKinds = ["sitemap", "RSS"]
theme = "reveal-hugo"
# uncomment for browsing at file:///
# relativeURLs = true
# uglyURLs = true
[author]
name = "adam"
# currently only the unsafe mode for goldmark is supported
[markup.goldmark.renderer]
unsafe = true
# choose between Hugo compile-time or Highlight.js
# syntax highlighting for code inside of code fences
[markup.highlight]
codeFences = false # use highlight.js
# codeFences = true # use hugo highlighting at compile time
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true
[params.logo]
src = "index-logo.png"
[params.reveal_hugo]
highlight_theme = "railscasts"
history = true
progress = false
theme="moon"
# theme="black"
# theme="white"
# theme="league"
# theme="beige"
# theme="sky"
# theme="night"
# theme="serif"
# theme="simple"
# theme="solarized"
#theme="blood"