-
Notifications
You must be signed in to change notification settings - Fork 29
/
config.toml
63 lines (57 loc) · 2.51 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
baseurl = "https://jakartaone.org/"
#baseurl = "https://jakartaee.github.io/jakartaone.org/"
DefaultContentLanguage = "en"
title = "JakartaOne Live | Jakarta EE Software | Cloud Native"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
disableKinds = ["taxonomy", "taxonomyTerm"]
themesDir = "node_modules/"
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "JakartaOne Live is a one day virtual conference for developers and technical business leaders that brings insights into the current state and future of Jakarta EE and related technologies focused on developing cloud-native Java applications."
subtitle = "JakartaOne Live | Jakarta EE Software | Cloud Native"
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["JakartaOne", "JakartaOne Live", "Jakarta EE software", "Java EE", "cloud", "microservices", "enterprise", "open source", "innovation"]
logo = "images/jakartaone_livestream_wht_full-06.svg"
logo_width = 250
header_left_classes = "col-xs-8"
main_menu_wrapper_classes = "col-sm-16"
styles = "css/styles.css"
favicon = "images/jakarta/favicon.ico"
share_img = "images/jakarta/jakarta_ee_400x400.png"
# gcse = "011805775785170369411:p3ec0igo0qq"
subtheme = "jakarta"
header_wrapper_class = "header-default-bg-img"
js = "js/solstice.js"
featured_content_publish_target = "jakarta_ee"
# show_events = true
# call_for_action_text = ""
# call_for_action_url = ""
# call_for_action_icon = ""
linkedin_url="https://www.linkedin.com/groups/13597511/"
youtube_url="https://www.youtube.com/channel/UC4M7h5b6elu9VlzjLfzuXyg"
twitter_url="https://twitter.com/JakartaEE"
facebook_url="https://www.facebook.com/JakartaEE"
footer_section_eclipse_foundation_class = "col-md-4 col-sm-12 hidden-print match-height-item-by-row"
footer_section_legal_class = "col-md-4 col-sm-12 hidden-print match-height-item-by-row"
footer_section_useful_links_class = "col-md-4 col-sm-12 hidden-print match-height-item-by-row"
footer_section_other_class = "col-md-4 col-sm-12 hidden-print match-height-item-by-row"
[taxonomies]
category = "categories"
tag = "tags"
[Author]
name = "Eclipse Foundation"
website = "https://www.eclipse.org"
email = "[email protected]"
facebook = "eclipse.org"
twitter = "EclipseFdn"
youtube = "EclipseFdn"
googleplus = "+Eclipse"
linkedin = "company/eclipse-foundation/"
[permalinks]
news = "/:sections/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[frontmatter]
publishDate = ['publishDate']