forked from gitpocket/pingcap.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
25 lines (23 loc) · 968 Bytes
/
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
baseurl = "https://pingcap.com/"
languageCode = "en-us"
languageLang = "en"
title = "PingCAP Site"
# Do not make the url/path to lowercase
disablePathToLower = true
preserveTaxonomyNames = true
pluralizeListTitles = true
enableEmoji = true
#Set to true to enable syntax highlighting in code fences with a language tag in markdown
pygmentsCodefences = true
# color-codes for highlighting derived from this style
pygmentsStyle = "monokai"
# true: use pygments-css or false: color-codes directly
pygmentsUseClasses = false
#Set to true to try to do syntax highlighting on code fenced blocks in markdown without a language tag
pygmentsCodeFencesGuessSyntax = true
#Set to true to use Pygments instead of the much faster Chroma
# pygmentsUseClassic = false
# RSS, categories and tags disabled for an easy start
# See configuration options for more details:
# https://gohugo.io/getting-started/configuration/#toml-configuration
disableKinds = ["taxonomy", "taxonomyTerm"]