-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·91 lines (71 loc) · 2.24 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
baseURL = "https://example.com"
languageCode = "en-us"
DefaultContentLanguage = "zh-cn"
title = "Bifrost Document"
theme = "hugo-theme-techdoc"
hasCJKLanguage = true
metaDataFormat = "yaml"
pygmentsCodeFences = true
pygmentsUseClasses = true
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
[Params]
# Souce Code repository section
description = "Bifrost ---- 面向生产环境的 MySQL 同步到 Redis,MongoDB,ClickHouse 等服务的异构中间件"
github_repository = "https://github.com/brokercap/Bifrost"
version = "1.4.0"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
github_doc_repository = "https://github.com/brokercap/brokercap.github.io"
# Analytic section
google_analytics_id = "" # Your Google Analytics tracking id
tag_manager_container_id = "" # Your Google Tag Manager container id
google_site_verification = "" # Your Google Site Verification for Search Console
# Theme settings section
# Theme color
custom_font_color = ""
custom_background_color = ""
# Documentation Menu section
# Menu style settings
menu_style = "open-menu" # "open-menu" or "slide-menu"
# Date format
dateformat = "" # default "2 Jan 2006"
# See the format reference https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
# path name excluded from documentation menu
menu_exclusion = [
"archives",
"archive",
"blog",
"entry",
"post",
"posts"
]
# Global menu section
[[menu.main]]
name = "首页"
url = "http://www.xbifrost.com"
weight = 1
[[menu.main]]
name = "Github"
url = "https://github.com/brokercap/Bifrost"
weight = 2
[[menu.main]]
name = "Gitee"
url = "https://gitee.com/jc3wish/Bifrost"
weight = 3
[[menu.main]]
name = "版本差异"
url = "https://github.com/brokercap/Bifrost/blob/master/changelog.txt"
weight = 4
[[menu.main]]
name = "作者博客"
url = "https://jc3wish.github.io"
weight = 5
[[menu.main]]
name = "联系我们"
url = "/other/contact_us/"
weight = 6
[[menu.main]]
name = "捐赠"
url = "/other/donate/"
weight = 7