-
Notifications
You must be signed in to change notification settings - Fork 53
/
config.toml
74 lines (61 loc) · 1.82 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
baseURL = "/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "Nuevo Foundation Workshops"
theme = "docdock"
# themesdir = "themes/"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
[markup.goldmark.renderer]
unsafe = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
[Languages]
[Languages.en]
weight = 1
languageName = "English"
contentDir = "content/english"
[Languages.es]
weight = 2
languageName = "Español"
contentDir = "content/espanol"
[Languages.fr]
weight = 3
languageName = "Français"
contentDir = "content/francais"
[Languages.pt-br]
weight = 4
languageName = "Português Brasileiro"
contentDir = "content/brazilian-portuguese"
[Languages.de]
weight = 5
languageName = "Deutsch"
contentDir = "content/german"
[Languages.zh-hans]
weight = 6
languageName = "简体中文"
contentDir = "content/simplified-chinese"
[Languages.zh-hant]
weight = 7
languageName = "繁體中文"
contentDir = "content/traditional-chinese"
[Languages.ky]
weight = 8
languageName = "Кыргызча"
contentDir = "content/kyrgyz"
[params]
editURL = "https://github.com/NuevoFoundation/workshops/tree/master/content/"
showVisitedLinks = true # default is false
themeStyle = "flex" # "original" or "flex" # default "flex"
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
orderSectionsBy = "title"
orderPagesBy = "weight"
disableHomeIcon = true # default is false
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
enableGitInfo = true
[outputs]
home = [ "HTML", "RSS", "JSON"]