-
Notifications
You must be signed in to change notification settings - Fork 333
/
config.toml
50 lines (39 loc) · 949 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
47
48
49
50
title = "Red Hat | Public Sector"
baseURL = "/"
theme = "redhatgov"
languageCode = "en-us"
metaDataFormat = "yaml"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
description = "Tried. Tested. Trusted."
[taxonomies]
workshop = "workshops"
[blackfriday]
smartypants = false
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Workshops"
identifier = "workshops"
weight = 100
[[menu.main]]
name = "Events"
identifier = "events"
weight = 30
url = "https://www.redhat.com/en/events"
[security]
enableInlineShortcodes = false
[security.exec]
allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]
osEnv = ["(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|RUBYLIB)$"]
[security.funcs]
getenv = ["^HUGO_"]
[security.http]
methods = ["(?i)GET|POST"]
urls = [".*"]