-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathhugo.toml
More file actions
38 lines (33 loc) · 872 Bytes
/
hugo.toml
File metadata and controls
38 lines (33 loc) · 872 Bytes
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
baseURL = 'https://goclub.space/'
languageCode = 'zh-cn'
title = 'GoClub'
theme = 'hugo-book'
disablePathToLower = true
enableGitInfo = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
BookTheme = 'light'
BookToC = true
BookSection = 'docs'
BookSearch = true
[params.giscus]
enabled = true
repo = 'LeoninCS/GoClub'
repoId = 'R_kgDORwC2sw'
category = 'Announcements'
categoryId = 'DIC_kwDORwC2s84C7Zu2'
mapping = 'pathname'
strict = '0'
reactionsEnabled = '1'
emitMetadata = '0'
inputPosition = 'bottom'
theme = 'preferred_color_scheme'
lang = 'zh-CN'
[security]
allowContent = ['^text/html$', '^text/markdown$']
enableInlineShortcodes = false
[security.exec]
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^node$', '^postcss$', '^tailwindcss$']