-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.toml
More file actions
27 lines (21 loc) · 829 Bytes
/
config.toml
File metadata and controls
27 lines (21 loc) · 829 Bytes
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
# The URL the site will be built for
base_url = "https://docs.sable.moe"
title = "Sable Docs"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[markdown]
github_alerts = true
external_links_target_blank = true
[markdown.highlighting]
light_theme = "github-light"
dark_theme = "dracula"
[extra]
meta_author = "Sable contributors"
meta_description = "Documentation for Sable, the open source Matrix client with a clean, secure, customizable interface."
meta_keywords = "sable docs, sable client, matrix, matrix client, matrix.org, e2ee, documentation"
meta_theme_color_light = "#f7f6f9"
meta_theme_color_dark = "#1b1a21"
meta_image = "favicon.png"
meta_image_alt = "Sable logo"