-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
64 lines (56 loc) · 1.62 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
theme = "docuapi"
languageCode = "en-us"
# This may or may not work in a subfolder once deployed at e.g. http://chainspace.io/docs.
# See https://discourse.gohugo.io/t/issue-when-baseurl-have-subdirectory/4088/7.
# So we may still have some interesting times ahead. Simple answer would be to
# use "https://docs.chainspace.io" but subfolder's probably better for SEO.
# Don't attempt to use https://chainspace.io/docs here, it'll appear to work
# until you restart the Hugo server, at which point you'll get a blank page.
baseurl = "/"
title = "Chainspace Platform Documentation"
# Code higlighting settings
pygmentsCodefences = true
pygmentsCodeFencesGuesSsyntax = false
pygmentsOptions = ""
pygmentsStyle = "monokai"
# The monokai stylesheet is included in the base template.
pygmentsUseClasses = true
defaultContentLanguage = "en"
[params]
search = true
# Configure the language example tabs.
[[params.language_tabs]]
key = "go"
name = "Go"
[[params.language_tabs]]
key = "shell"
name = "Shell"
[[params.language_tabs]]
key = "ruby"
name = "Ruby"
[[params.language_tabs]]
key = "python"
name = "Python"
[[params.language_tabs]]
key = "javascript"
name = "JavaScript"
[[params.language_tabs]]
key = "c_sharp"
name = "C#"
[[params.language_tabs]]
key = "java"
name = "Java"
#Languages
[languages]
[languages.en]
languageName = "English"
weight = 2
title = "Chainspace Platform Docs"
# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"Documentation Powered by [DocuAPI](https://github.com/bep/docuapi)",
"Hugo Theme by [bep](https://github.com/bep)"
]
[languages.en.blackfriday]
angledQuotes = false
hrefTargetBlank = true