-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
91 lines (74 loc) · 2.17 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
######################## default configuration ####################
baseURL = "https://innersourcecommons.org"
title = "InnerSource Gatherings"
themesDir = "../themes"
theme = "gathering-theme"
disableLanguages = [true]
# output
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.main]]
name = "What's InnerSource?"
URL = "about"
weight = 2
[[menu.main]]
name = "Reports"
URL = "reports"
weight = 3
[[menu.main]]
name = "InnerSource Commons.org"
URL = "https://innersourcecommons.org"
weight = 4
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/css/bootstrap.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 = "plugins/syotimer/syotimer.min.js"
[[params.plugins.js]]
link = "plugins/search/fuse.min.js"
[[params.plugins.js]]
link = "plugins/search/mark.js"
#################### default parameters ################################
[params]
logo = "images/isg-logo.png"
# Meta data
description = "InnerSource Gathering"
# Preloader
[params.preloader]
enable = true
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[params.navigation_button]
enable = true
label = "Get Involved"
link = "https://innersourcecommons.org"
############################# social icon ############################
[[params.social]]
icon = "tf-ion-social-twitter"
link = "https://twitter.com/InnerSourceOrg"
[[params.social]]
icon = "tf-ion-social-linkedin"
link = "https://www.linkedin.com/company/innersourcecommons/"
################################### English language #####################################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/en"
weight = 1
[Languages.en.params]
# footer content
footer_content = "InnerSource Gatherings are organized by the InnerSource Commons Foundation - 501 (c)(3)"
# copyright
copyright = "Copyright © 2024"