-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.toml
39 lines (35 loc) · 1.47 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
# The URL the site will be built for
base_url = "https://stratis-storage.github.io"
theme = "hyde"
title = "Stratis Storage"
description = "Easy to use local storage management for Linux."
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
[markdown]
highlight_code = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[extra]
hyde_sticky = false
hyde_theme = "theme-base-10"
hyde_user_links = [
{url = "$BASE_URL/howto", name = "How-To"},
{url = "$BASE_URL/users", name = "Clients and Operating Systems"},
]
hyde_developer_links = [
{url = "$BASE_URL/StratisSoftwareDesign.pdf", name = "Software Design"},
{url = "$BASE_URL/DBusAPIReference.pdf", name = "D-Bus API Reference"},
{url = "$BASE_URL/StratisStyleGuidelines.pdf", name = "Programming Style Guidelines"},
]
hyde_introspection_links = [
{url = "$BASE_URL/manager.xml", name = "Manager object"},
{url = "$BASE_URL/pool.xml", name = "Pool object"},
{url = "$BASE_URL/filesystem.xml", name = "Filesystem object"},
{url = "$BASE_URL/blockdev.xml", name = "Blockdev object"},
]
hyde_contact_links = [
{url = "https://github.com/stratis-storage", name = "Github", fa="fab fa-github"},
{url = "https://twitter.com/stratisstorage", name = "Twitter", fa="fab fa-twitter"},
]