-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
70 lines (64 loc) · 1.51 KB
/
hugo.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = ["github.com/dzello/reveal-hugo"]
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true
[markup]
[markup.goldmark]
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'github'
wrapStandAloneImageWithinParagraph = true
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.goldmark.renderer]
unsafe = true
# [markup.highlight]
# codeFences = true
# style = "monokai"
[params]
[params.logo]
src = 'https://picsum.photos/200/300'
top = '90%'
left = '80%'
width = '15%'
[params.logo-btm-left]
src = 'https://picsum.photos/200/300' # autogen from https://picsum.photos/
top = '91%'
left = '5%'
width = '20%'
#opacity = '0.5'
[params.appearance]
font = 'Open Sans'
font_size = 5
[params.reveal_hugo]
theme = 'night'
margin = 0.1
transition = 'slide'
transitionSpeed = 'fast'
slideNumber = false
controls = false
hash = true
respondToHashChanges = true
jumpToSlide = true
keyboard = true
overview = true
fragments = true
fragmentInURL = true
pause = true
progress = true
history = false
center = true
loop = false
help = true
mouseWheel = false
hideAddressBar = true
previewLinks = false
custom_css = false
disable_layout = false
display = 'block'
load_default_plugins = true