-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
165 lines (144 loc) · 5.66 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
baseURL: https://trento-project.io
languageCode: en-us
title: Trento Project
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", "taxonomy", "term"]
pluralizeListTitles: false
# Option to specify that all links will be open in a new tab.
blackfriday:
hrefTargetBlank: true
# 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/trento-icon.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: "#0C322C"
# 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/trento-icon.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: "Barlow"
# option to specify the body font of the theme
bodyFontFamily: "Lato"
sizes: [400, 700]
# sidebar options
sidebar:
# option to specify the logo of the sidebar
# the starting folder is configure in "assetDir" of this file
logo: "/images/trento-icon.svg"
# option to specify the font of the sidebar
fontFamily: "Lato" # "Open Sans"
# navbar options
navbar:
# option to specify the font used in the navbar
fontFamily: "Lato"
# option to show the little logos on the side of the navbar items
showIcons: false
# left logo
logo: "/images/trento-logo-horizontal.svg"
# 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/trento-logo-stacked.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+footer"
# this options let you specify the text of the link to the homepage
linkText: "Home"
# option to specify the title in the homepage
title: The perfect companion for SUSE Linux Enterprise Server for SAP Applications
# option to specify the subtitle in the homepage
subtitle: |
Trento is an open-source web application, built by SUSE, to monitor SAP landscapes and proactively prevent infrastructural issues by diagnosing common configuration mistakes and validating systems against SUSE best practices.
# option to specify image in the homepage
image: "/images/[email protected]" # worker.svg
# option to specify the width of the image in the homepage
imageWidth: 960px
# footer options
footer:
# option to specify the logo in the footer
# the starting folder is configure in "assetDir" of this file
logo: "/images/trento-logo-horizontal-dark.svg"
# option to specify your contact email in the footer
email:
link: [email protected]
title: [email protected]
# 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: trento-project
title: GitHub
# 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 the copyright in the footer
copyright: 2019 - 2024 SUSE LLC
###################################################################
################## multilanguage support options ##################
###################################################################
languages:
en:
languageName: English
weight: 1