-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.toml
120 lines (101 loc) · 2.66 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
baseURL = "/"
title = "Badge.Team"
enableRobotsTXT = true
canonifyURLs = true
theme = ["github.com/google/docsy"]
enableGitInfo = true
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = true
[taxonomies]
tag = "tags"
category = "categories"
[params.taxonomy]
taxonomyCloud = ["tags", "categories"]
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
taxonomyPageHeader = ["tags", "categories"]
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "tango"
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[languages.en.params]
title = "Badge.Team"
languageName ="English"
weight = 1
description = "Badges and badgers"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "tango"
[outputs]
section = ["HTML", "print", "RSS"]
[params]
copyright = ""
privacy_policy = ""
version_menu = "Releases"
archived_version = false
version = "0.0"
url_latest_version = "https://badge.team"
github_repo = "https://github.com/badgeteam/website"
github_project_repo = "https://github.com/badgeteam/feedback"
github_branch = "master"
offlineSearch = true
prism_syntax_highlighting = false
[params.ui]
breadcrumb_disable = false
footer_about_enable = true
navbar_logo = true
navbar_translucent_over_cover_disable = false
sidebar_menu_compact = false
sidebar_search_disable = false
sidebar_menu_foldable = true
[params.ui.feedback]
enable = false
[params.ui.readingtime]
enable = false
[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name = "Hatchery"
url = "https://hatchery.badge.team"
icon = "fa fa-shopping-bag"
desc = ""
[[params.links.user]]
name ="Mastodon"
url = "https://hsnl.social/@badgeteam"
icon = "fab fa-mastodon"
desc = "Follow us on Mastodon to get the latest news!"
[[params.links.user]]
name = "Telegram chat group"
url = "https://t.me/+StQpEWyhnb96Y88p"
icon = "fab fa-telegram"
desc = "Get in contact"
#[[params.links.user]]
# name = "Discord chat group"
# url = "https://discord.gg/xuhw3Ws6BJ"
# icon = "fab fa-discord"
# desc = "Get in contact"
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/badgeteam"
icon = "fab fa-github"
desc = "Source code and design files"
[module]
proxy = "direct"
[[module.imports]]
path = "github.com/google/docsy"