-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.toml
47 lines (38 loc) · 1.43 KB
/
theme.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
name = "Blue Theme"
description = "A classic blog theme"
license = "MIT"
homepage = "https://github.com/bluerobotics/bluetheme"
# The minimum version of Zola required
min_version = "0.19.2"
# An optional live demo URL
demo = ""
# The default language; used in feeds and search index
default_language = "en"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[search]
include_title = true
include_description = false
include_content = true
# Any variable there can be overridden in the end user `config.toml`
# You don't need to prefix variables by the theme name but as this will
# be merged with user data, some kind of prefix or nesting is preferable
# Use snake_casing to be consistent with the rest of Zola
[extra]
[extra.logo]
# The path to the navbar logo image
image_source = "https://blueos.cloud/assets/img/blueos-logo-white.png"
# The place where the logo in the navbar should link to, e.g.
#redirect_to = "/docs/"
# If you enable this option, a select widget will be available to switch between different versions.
# You need to provide a url for a json file, an example can be found in the bluetheme docs.
# version_choices = "/docs/data.json"
[extra.sponsor]
name = "Blue Robotics"
url = "https://bluerobotics.com"
[[extra.license]]
name = "GPLv3"
url = "https://www.gnu.org/licenses/gpl-3.0.en.html#license-text"
[[extra.license]]
name = "MIT"
url = "https://opensource.org/license/mit"