-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
90 lines (75 loc) · 2.06 KB
/
config.toml
File metadata and controls
90 lines (75 loc) · 2.06 KB
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
base_url = "https://terraphim.ai"
title = "Terraphim AI"
description = "Privacy-Preserving AI Assistant"
theme = "WarpDrive"
default_language = "en"
output_dir = "public"
compile_sass = false
minify_html = false
ignored_content = []
generate_feeds = true
feed_filenames = ["rss.xml"]
hard_link_static = false
taxonomies = [
{ name = "categories", feed = true, paginate_by = 10 },
{ name = "tags", feed = true, paginate_by = 10 },
]
build_search_index = true
[markdown]
render_emoji = false
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = false
[link_checker]
skip_prefixes = [
"http://[2001:db8::]/",
]
skip_anchor_prefixes = [
"https://caniuse.com/",
]
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
[search]
include_title = true
include_description = true
include_path = false
include_content = true
[translations]
[languages]
[extra]
version = "1.16.0"
release_version = "1.16.31"
navbar_items = [
{ code = "en", nav_items = [
{ url = "$BASE_URL/", name = "Home" },
{ url = "$BASE_URL/capabilities", name = "Capabilities" },
{ url = "$BASE_URL/how-tos", name = "How-tos" },
{ url = "https://docs.terraphim.ai", name = "Docs" },
{ url = "https://terraphim.rs", name = "Rust" },
{ url = "$BASE_URL/releases", name = "Releases" },
{ url = "$BASE_URL/docs/installation", name = "Install" },
{ url = "$BASE_URL/docs/donate", name = "Donate" },
] },
]
[extra.favicon]
favicon_16x16 = "/icons/favicon-16x16.png"
favicon_32x32 = "/icons/favicon-32x32.png"
apple_touch_icon = "/icons/apple-touch-icon.png"
safari_pinned_tab = "/icons/safari-pinned-tab.svg"
webmanifest = "/icons/site.webmanifest"
[extra.author]
name = "Dr Alexander Mikhalev"
avatar = "images/terraphim_logo_gray.png"
[extra.social]
github = "terraphim"
linkedin = "alexmikhalev"
email = "alex@terraphim.ai"
twitter = "alex_mikhalev"
discord = "VPJXB6BGuY"
discourse = "terraphim.discourse.group"
reddit = "TerraphimAI"
[extra.analytics]
google = "G-5KRW51RLEJ"