-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
170 lines (134 loc) · 3.89 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
################################# Default configuration ###################
# provide your domain here
baseURL = "https://openMSE.com/"
# theme
theme = "dot-hugo-documentation-theme"
# site title
title = "openMSE"
# disable language
disableLanguages = []
# google analytics
googleAnalytics = "G-5J6H3TBM2E" # paste your analytics ID here. (Ex: UA-123-45)
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
# unsafe html
[markup.goldmark.renderer]
unsafe = true
[intro]
############################# Default Parameters ##########################
[params]
# logo is for all page
logo = "images/OpenMSE2_color.png"
logo_BM2 = "images/Blue Matter colour.png"
# logo white is for homepage logo, you can use colorful logo too...
logo_white = "images/OpenMSE2_white.png"
logo_BM = "images/Blue Matter white.png"
# when logo is empty, it will shown your site title
intro_text = ""
# customize color
primary_color = "#02007e"
body_color = "#f9f9f9"
text_color = "#636363"
text_color_dark = "#242738"
white_color = "#ffffff"
light_color = "#f8f9fa"
# font family
font_family = "lato" # Choose font family from : https://fonts.google.com/
# contact form action
contact_form_action = "#" # contact form works with : https://formspree.io
[params.contact]
enable = true
title = "Contact Us"
message = ""
name_placeholder = "Your name"
email_placeholder = "Your email"
email_disclaimer = "We will never share your email with anyone else."
message_placeholder = "Please enter a message."
button_text = "Submit"
############################## social links ##############################
#[[params.social]]
#icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
#link = "#"
#[[params.social]]
#icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
#link = "#"
[[params.social]]
icon = "ti-github" # themify icon pack : https://themify.me/themify-icons
link = "https://github.com/Blue-Matter/"
#[[params.social]]
#icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
#link = "#"
################################ English Language ######################
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
copyright = "Copyright © 2020 [Blue Matter Science](https://www.bluematterscience.com/)"
# banner
[Languages.en.params.banner]
title = "Welcome to openMSE"
subtitle = "Open Source Software for Management Strategy Evaluation"
bg_image = "images/remi-yuan-npnyKVgd-Kk-unsplash.jpg"
placeholder = "Have a question? Just ask here or enter terms"
# call to action
[Languages.en.params.cta]
enable = true
title = "Didn't find an answer to your question?"
content = "Contact us for more information"
# call to action button
[Languages.en.params.cta.button]
enable = true
label = "contact us"
link = "contact"
################## english navigation #################
[[Languages.en.menu.main]]
name = "Home"
url = "/"
weight = 1
# Dropdown menu
[[Languages.en.menu.main]]
weight = 2
name = "Sections"
hasChildren = true
[[Languages.en.menu.main]]
parent = "Sections"
name = "Welcome"
url = "/#welcome"
weight = 1
hasChildren = true
[[Languages.en.menu.main]]
parent = "Welcome"
name = "About openMSE"
url = "/#welcome"
weight = 1
[[Languages.en.menu.main]]
parent = "Sections"
name = "OM Use Cases"
url = "/#use-cases"
weight = 2
[[Languages.en.menu.main]]
parent = "Sections"
name = "openMSE Objects"
url = "/#objects"
weight = 3
[[Languages.en.menu.main]]
parent = "Sections"
name = "Using openMSE"
url = "/#features"
weight = 4
[[Languages.en.menu.main]]
parent = "Sections"
name = "Concepts and Tutorials"
url = "/#tutorials"
weight = 5
[[Languages.en.menu.main]]
name = "OM Library"
url = "/OM-library"
weight = 3
[[Languages.en.menu.main]]
name = "Faq"
url = "faq"
weight = 4
[[Languages.en.menu.main]]
name = "contact"
url = "contact"
weight = 5