forked from superruzafa/visual-scala-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
37 lines (31 loc) · 762 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
26
27
28
29
30
31
32
33
34
35
36
37
baseURL = "https://superruzafa.github.io/visual-scala-reference/"
languageCode = "en"
title = "Visual Scala Reference"
disablePathToLower = true
googleAnalytics = "UA-390889-8"
[languages]
[languages.en]
contentDir = "content/en"
languageName = "English"
[languages.es]
contentDir = "content/es"
languageName = "Español"
[languages.ja]
contentDir = "content/ja"
languageName = "日本語"
[languages.pt]
contentDir = "content/pt"
languageName = "Português"
[permalinks]
functions = "/:slug"
[markup]
[markup.highlight]
codeFences = false
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "github"
tabWidth = 2