forked from beamsummit/beam-summit-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-old.toml
124 lines (96 loc) · 3.04 KB
/
config-old.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
######################## default configuration ####################
baseURL = "https://beamsummit.org"
title = "Beam Summit"
enableRobotsTXT = true
DefaultContentLanguage = "en"
theme = "beamsummit"
# post pagination
paginate = "8"
# output
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "/plugins/bootstrap/css/bootstrap.min.css"
[[params.plugins.css]]
link = "/plugins/themefisher-font/themefisher-font.min.css"
# JS Plugins
[[params.plugins.js]]
link = "/plugins/jquery/jquery.js"
[[params.plugins.js]]
link = "/plugins/bootstrap/js/bootstrap.min.js"
[[params.plugins.js]]
link="https://kit.fontawesome.com/4a6d2efc2e.js"
############################## navigation ###############################
[menu]
[[menu.main]]
name = "About"
URL = "/about"
weight = 1
[[menu.main]]
name = "News"
URL = "/blog"
weight = 2
[[menu.main]]
name = "Team"
URL = "/team"
weight = 5
#################### default parameters ################################
[params]
logo = "/images/logo-monochrome.svg"
home = "Home"
# Meta data
description = """The Beam Summit brings together experts and community to
share the exciting ways they are using, changing, and advancing Apache Beam
and the world of data and stream processing."""
image = "/images/card-2021.png"
images = ["/images/card-2021.png"]
twitter_user = "@beamsummit"
email = "contact@beamsummit.org"
author = "Software Guru"
# Google Analitycs
googleAnalytics = "UA-165970215-1" # your id
# search for blog page
search = true
disclaimer = """Apache Beam, the Beam logo, and the Apache feather logo are either registered trademarks or
trademarks of The Apache Software Foundation. All other products or name brands are trademarks of their
respective holders, including The Apache Software Foundation. The Apache Software Foundation has no affiliation
with and does not endorse, or review the materials provided at this event."""
# Navigation button
[params.navigation_button]
enable = false
label = "Register"
link = "https://crowdcast.io/e/beamsummit2021"
############################# social icon ############################
[[params.social]]
icon = "tf-ion-social-twitter"
link = "https://twitter.com/beamsummit"
[[params.social]]
icon = "tf-ion-social-linkedin"
link = "https://www.linkedin.com/company/beam-summit/"
[[params.social]]
icon = "tf-ion-social-youtube"
link = "https://www.youtube.com/channel/UChNnb_YO_7B0HlW6FhAXZZQ"
[[params.social]]
icon = "fas fa-envelope"
link = "mailto:contact@beamsummit.org"
[[params.footer_about]]
name = "Apache Beam"
link = "https://beam.apache.org/"
[[params.footer_about]]
name = "Apache Beam Blog"
link = "https://beam.apache.org/blog"
[[params.footer_resources]]
name = "Code of Conduct"
link = "/coc"
[[params.footer_resources]]
name = "Prospectus"
link = "/files/BeamSummit2022-Prospectus.pdf"
[[params.footer_resources]]
name = "Email us"
link = "mailto:contact@beamsummit.org"