forked from devsecops-workshop/workshop-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
39 lines (32 loc) · 959 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
baseurl = "https://devsecops-workshop.github.io/"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
title = "DevSecOps Workshop 2021"
canonifyurls = true
paginate = 10
# Change the default theme to be use when building the site with Hugo
theme = "hugo-theme-learn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[author]
name = "Götz, Daniel"
[params]
DateForm = "Mon, Jan 2, 2006"
Description = "A DevSecOps Workshop Day using openShift and ACS"
Author = "Götz, Daniel"
Ganalytics = "XX-00000000-0"
themeVariant = "red"
disableInlineCopyToClipBoard = "false"
## Use those parameters with {{< param "param_name" >}}
deployment = "production"
[[menu.shortcuts]]
name = "<i class='fas fa-home'></i> Homepage"
url = "https://devsecops-workshop.github.io/"
weight = 10
[markup]
#defaultMarkdownHandler = "blackfriday"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true