-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yaml
72 lines (68 loc) · 1.6 KB
/
hugo.yaml
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
71
72
baseURL: 'https://high-performing-eng-teams.netlify.app/'
languageCode: 'en-us'
title: 'High-performing Engineering Teams, and the Holy Grail'
theme: 'github.com/dzello/reveal-hugo'
outputFormats:
reveal:
baseName: 'index'
isHTML: true
mediaType: 'text/html'
markup:
goldmark:
renderer:
unsafe: true
parser: # https://roneo.org/en/hugo-custom-css-classes-images-markdown-attributes/
wrapStandAloneImageWithinParagraph: false # https://github.com/gohugoio/hugo/releases/tag/v0.108.0
attribute:
block: true
title: true
outputFormats:
reveal:
baseName: 'index'
isHTML: true
mediaType: 'text/html'
params:
# Set logo options
logo:
src: '/images/twitter-iamjerdog.png'
top: '90%'
left: '80%'
width: '15%'
# logo-btm-left:
# src: '/images/circleci-white-horizontal-logo.png'
# top: '90%'
# left: '5%'
# width: '10%'
# opacity: '0.5'
appearance:
font: 'Open Sans'
font_size: S
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: true
center: true
loop: false
help: true
mouseWheel: false
hideAddressBar: true
previewLinks: false
load_default_plugins: true
## Custom CSS options
# custom_css:
# # Custom CSS file
# targetPath: 'stylesheets/custom.css'
# enableSourceMap: true