-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
73 lines (58 loc) · 1.55 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
theme = "bento"
languageCode = "en-us"
baseurl = "https://devopsdaystexas.org/"
title = "DevOpsDays Texas 2021"
author = "Leonardo Faria"
copyright = "MIT"
[taxonomies]
category = "categories"
tag = "tags"
# Better code higlighting
# via https://discourse.gohugo.io/t/pygmentscodefences-how-to-choose-themes/3842/3
pygmentsCodefences = true
pygmentsStyle = "vs"
# Hightlight theme
[markup.highlight]
style = "github"
# Allow HTML rendering inside markdown
[markup.goldmark.renderer]
unsafe = true
[params]
# Show intro in the home page (with headline and description)
intro = false
headline = "Welcome to Texas!"
#description = "Here's your day-of guide with links"
# Copyright note in the footer
copyright = "Copyright © 2021 DevOpsDays Texas"
# Image in the homepage. You can setup a different image for social media
cover = "images/banner.jpg"
ogImage = "images/Logo300px.png"
# Social media usernames
twitter = "devopsdaystexas"
linkedin = "https://www.linkedin.com/company/devopsdays-texas"
email = "[email protected]"
rss = false
# Avatar (shown in the homepage)
avatar = "images/Logo300px.png"
# Items in the top menu
[menu]
[[menu.main]]
name = "Schedule"
url = "/schedule"
weight = 1
[[menu.main]]
name = "Speakers"
url = "/speakers"
weight = 1
[[menu.main]]
name = "Sponsors"
url = "/sponsors"
weight = 1
[[menu.main]]
name = "How To"
url = "/howto"
weight = 2
[[menu.main]]
name = "Conduct"
url = "/conduct"
weight = 3