-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
38 lines (31 loc) · 871 Bytes
/
config.toml
File metadata and controls
38 lines (31 loc) · 871 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
28
29
30
31
32
33
34
35
36
37
38
# The URL the site will be built for
base_url = "https://throneproj.github.io"
title = "Throne"
description = "Throne"
build_search_index = true
default_language = "en"
generate_feeds = true
generate_sitemap = true
[markdown]
bottom_footnotes = true
[languages.fa]
generate_feeds = true
[languages.ru]
generate_feeds = true
build_search_index = true
[languages.zh]
generate_feeds = true
build_search_index = false
[extra]
logo_text = "Throne"
logo_image_path = "images/Throne.png"
default_thumbnail = "images/default_thumbnail.jpg"
default_colorset = "dark"
gtag = ""
sidebar_expand_depth = 1
disable_root_sidebar_hide = false
nav = [
{ name = "Documents", url = "/introduction", type = "url", icon = "fa-solid fa-book" },
{ name = "GitHub", url = "https://github.com/throneproj/Throne", type = "url", icon = "fa-brands fa-github" },
]
highlighting = true