This repository was archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
56 lines (47 loc) · 1.33 KB
/
config.toml
File metadata and controls
56 lines (47 loc) · 1.33 KB
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
baseURL = "https://rustfields.github.io//RuFi-presentation/"
languageCode = "en-us"
title = "Rust Fields"
disableKinds = ["sitemap", "RSS"]
theme = "reveal-hugo"
publishDir = "build"
# uncomment for browsing at file:///
# relativeURLs = true
# uglyURLs = true
[author]
name = "Angela Cortecchia"
# 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
style = "tango" # set a style for hugo highlighting
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true
[params.reveal_hugo]
history = true
theme = "league"
highlight_theme = "github"
slide_number = true
transition = "slide"
transition_speed = "fast"
custom_theme = "custom-theme.scss"
custom_theme_compile = true
width = '1920'
height = '1080'
[params.reveal_hugo.custom_theme_options]
targetPath = "css/custom-theme.css"
enableSourceMap = true
[[params.reveal_hugo.mermaid]]
startOnLoad = false
# theme = "default"
# fontFamily = "Inconsolata"
useMaxWidth = false
# gitGraph options break the image generation
# [params.reveal_hugo.mermaid.gitGraph]
mainBranchName = 'master'
rotateCommitLabel = true