-
Notifications
You must be signed in to change notification settings - Fork 24
/
hugo.toml
96 lines (84 loc) · 2.83 KB
/
hugo.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
91
92
93
94
95
96
baseURL = 'https://horaedb.apache.org/'
title = 'Apache HoraeDB'
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = true
enableRobotsTXT = true
# Will give values to .Lastmod etc.
enableGitInfo = true
[languages]
[languages.en]
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
description = "A high-performance, distributed, cloud native time-series database."
time_format_blog = "02 Jan 2006"
[languages.cn]
languageName ="中文"
contentDir = "content/cn"
[languages.cn.params]
description = "一款高性能、分布式的云原生时序数据库"
time_format_blog = "2006-01-02"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser.attribute]
block = true
[markup.highlight]
style = "pygments"
linenos = true
[module]
proxy = "https://goproxy.cn,direct"
[[module.imports]]
path = "github.com/google/docsy"
[params]
github_repo = "https://github.com/apache/horaedb-docs"
github_project_repo = "https://github.com/apache/horaedb"
offlineSearch = true
[params.links]
[[params.links.user]]
name = "GitHub Discussions"
url = "https://github.com/apache/horaedb/discussions"
icon = "fab fa-github"
desc = "Discussion and help from your fellow users"
[[params.links.user]]
name = "Discord"
url = "https://discord.gg/h5r4kVMRYN"
icon = "fab fa-discord"
desc = "Chat with other project developers/users from all over the world"
[[params.links.user]]
name = "DingTalk"
url = "/images/dingtalk.jpg"
icon = "fa-regular fa-comments"
desc = "Chat with other project developers/users from China"
[[params.links.user]]
name = "Weixin Official Accounts"
url = "/images/weixin-mp.jpg"
icon = "fa-brands fa-weixin"
desc = "Follow us on Weixin Official Accounts(微信公众平台) to get the latest news!"
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/apache/horaedb"
icon = "fab fa-github"
desc = "Development takes place here!"
[[params.links.developer]]
name = "Developer mailing list"
url = "https://lists.apache.org/list.html?dev@horaedb.apache.org"
icon = "fa fa-envelope"
desc = "Discuss development issues around the project"
[params.copyright]
authors = """The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache, the names of Apache projects, and the feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries."""
from_year = 2023
[params.ui]
navbar_logo = false
sidebar_menu_compact = true
ul_show = 1
sidebar_menu_foldable = true
showLightDarkModeMenu = true
[outputs]
section = [ "HTML", "RSS", "print" ]