-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
212 lines (189 loc) · 6.91 KB
/
config.yaml
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
baseURL: https://xc.f5se.io
languageCode: en-us
title: f5 se innovation center site
theme: hugo-refresh
# theme: ../..
#########################################
######## Uncomment this option ##########
#########################################
# This options specify where to look for the images used in this config
# The default value is the "asset" directory of this theme
# assetDir: "static"
# Option to specify the default language of the theme
# I.e., the landing language of your root
DefaultContentLanguage: en
## Option to disable additional language in your site.
# disableLanguages: ["ru"]
disableKinds: ["sitemap","RSS"]
# Option to specify that all links will be open in a new tab.
blackfriday:
hrefTargetBlank: true
Taxonomies:
tag: "tags"
# Supported fonts are:
# https://fonts.google.com/
# Icons taken from:
# https://konpa.github.io/devicon/
# https://bulkitv2.cssninja.io/_components-icons-fa.html
params:
# parameter used to specify the number of article in each row
# for the summary pages, the possible options are: 2, 3, 4, 5 or 6
articlesPerRow: 3
# option to specify the favicon image of the site
# the path is relative to the folder "assetDir" of this configuration
favicon: "/images/favicon.svg"
# parameter used to specify if you want to minify the imported js
jsMinify: false
# parameter used to specify if you want to minify the imported css
cssMinify: false
# parameter used to specify if you want to calculate the css integrity
cssIntegrity: true
# parameter used to specify if you want to calculate the js integrity
jsIntegrity: true
# option to specify the main colour of the theme
mainColour: "#F39200"
# summary options
summary:
# option to specify the default image in the summary list
# the starting folder is configure in "assetDir" of this file
defaultImage : "/images/default_summary.jpg"
# loading options
loading:
# option to specify the loading image
# the starting folder is configure in "assetDir" of this file
image: "/images/loaders/rings.svg"
# main pages options
mainPage:
# option to specify the main font of the theme
fontFamily: "Exo 2"
# sidebar options
sidebar:
# option to specify the logo of the sidebar
# the starting folder is configure in "assetDir" of this file
logo: "/images/refresh-square.svg"
# option to specify the font of the sidebar
fontFamily: "Exo 2" # "Open Sans"
# navbar options
navbar:
# option to specify the font used in the navbar
fontFamily: "Exo 2"
# option to show the little logos on the side of the navbar items
showIcons: true
# 404 page options
pagNotFound:
# option to specify the main picture of the sidebar
# the starting folder is configure in "assetDir" of this file
image: "/images/avataaars_404.png"
# option to specify the title of the 404 page
title: 404 Page Not Found :(
# option to specify the subtitle of the 404 page
subtitle: This is not the page you were looking for...
# option to specify the width of the image in the 404 page
imageWidth: 500px
# homepage options
homepage:
# this options let you specify if you want a link to the homepage
# it can be: "none", "menu", "footer" or "menu+footer"
linkPosition: "menu"
# this options let you specify the text of the link to the homepage
linkText: "Homepage"
# option to specify the title in the homepage
title: F5 Engineering Innovation center
# option to specify the subtitle in the homepage
subtitle: F5se.io, A creative place for you
# option to specify image in the homepage
image: "/images/hero-image.png" # worker.svg
# option to specify the width of the image in the homepage
imageWidth: 600px
# footer options
footer:
# option to specify the logo in the footer
# the starting folder is configure in "assetDir" of this file
logo: "/images/refresh-square.svg"
# option to specify your contact email in the footer
#email:
#link: [email protected]
#title: My Email
# option to specify your linkedin profile in the footer
#linkedin:
#link: your_linkedin_profile
#title: My LinkedIn
# option to specify your facebook account in the footer;
# **uncomment** the lines below to show in footer
# facebook:
# link: your.username
# title: Facebook
# option to specify your github account in the footer;
# **uncomment** the below lines to show in footer
github:
link: f5se/f5seio-sourcecode
title: Github
# option to specify your gitlab account in the footer;
# **uncomment** the below lines to show in footer
# gitlab:
# link: username
# title: Gitlab
# option to specify your twitter username in the footer;
# **uncomment** the below lines to show in footer
# twitter:
# link: username
# title: Twitter
# option to specify your instagram username in the footer;
# **uncomment** the below lines to show in footer
# instagram:
# link: username
# title: Instagram
# option to specify your telegram username in the footer;
# **uncomment** the below lines to show in footer
# telegram:
# link: username
# title: Telegram
# option to specify the copyright in the footer
copyright: F5SE.IO - 2022
###################################################################
################## multilanguage support options ##################
###################################################################
languages:
en:
languageName: English
weight: 1
cn:
languageName: Chinese
weight: 2
# When Specifying different parameters for a different language
# you need to specify all the mandatory sub-parameters as well.
# E.g.: if you specify the "homepage" parameter then you need to
# specify all mandatory sub-parameters, e.g.: "title".
# See example below:
params:
homepage:
title: F5工程创新中心
subtitle: 一个富有创造力的地方
image: "/images/hero-image.png" # worker.svg
imageWidth: 500px
# Some sub-parameters of the "footer" parameter
# can be omitted because the code allows for them to be
# missed but they will treated as they do not exist,
# i.e., the parameters of the default language
# won't be inherited.
footer:
logo: "/images/refresh-square.svg"
github:
link: f5se/f5seio-sourcecode
title: Github
# facebook:
# link: your.username
# title: Facebook
# twitter:
# link: username
# title: Twitter
# instagram:
# link: username
# title: Instagram
# github:
# link: username
# title: Github
# gitlab:
# link: username
# title: Gitlab
copyright: F5SE.IO - 2022