-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.toml
73 lines (57 loc) · 1.92 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
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
languageCode = "en-us"
title = "Stockfish - Strong open-source chess engine"
[params]
# In most cases you will only want to use either one of these. If you have Google Analytics included in your GTM tags don't put your GA ID here. Otherwise your data might be useless.
google_analytics_id = ""
google_tag_manager_id = ""
[params.homepage]
hide_view_all_services = false # set to true to hide the View All Services button
[params.logo]
mobile = "images/logo/[email protected]"
desktop = "images/logo/[email protected]"
desktop_height = "36"
alt = "Stockfish Logo"
[params.homepage_meta_tags]
meta_description = "Stockfish is a strong and open-source chess engine."
meta_twitter_site = "@stockfishchess"
meta_twitter_card = "summary"
meta_og_site_name = "Stockfish"
meta_og_type = "website"
meta_og_url = "https://stockfishchess.org/"
meta_og_image = "https://stockfishchess.org/images/logo/[email protected]"
meta_theme_color = "#2b6e44"
[params.team]
summary_large_truncate = 120 # How many characters to include in the summary of the team bios (large layout) before truncating
[params.footer]
copyright_text = 'Stockfish is licensed under the GPL license. Website © 2010-2022 Daylen Yang. Stockfish icon by Klein Maetschke.'
[menu]
# Main Menu
[[menu.main]]
name = "Download"
url = "/download/"
weight = 1
[[menu.main]]
name = "Get Involved"
url = "/get-involved/"
weight = 3
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 4
[[menu.main]]
name = "About"
url = "/about/"
weight = 5
[[menu.main]]
name = "Docs"
url = "https://official-stockfish.github.io/docs/stockfish-wiki/Home.html"
weight = 6
[[menu.main]]
name = "Fishtest"
url = "https://tests.stockfishchess.org/"
weight = 7
# Footer Menu
[[menu.footer]]
name = "Home"
url = "/"
weight = 1