-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.toml
105 lines (87 loc) · 2.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
baseURL = "https://gorgonia.org/"
languageCode = "en-US"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
publishDir = "./public"
title = "Gorgonia"
theme = "hugo-theme-learn"
themesdir = "./themes"
metaDataFormat = "toml"
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "tango"
[params]
editURL = "https://github.com/gorgonia/gorgonia.github.io/edit/develop/content/"
description = "Gorgonia: Deep learning for Go - Write and evaluate mathematical equations involving multidimensional arrays (tensors) easily - this is the reference website with tutorials and howtos"
author = "The Gorgonia Authors"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
# Change default color scheme with a variant one. Can be "red", "blue", "green".
images = ["https://gorgonia.org/images/opengraph.png"]
themeVariant = "gorgonia"
# vanity imports for Go,
# see https://npf.io/2016/10/vanity-imports-with-hugo/
[Permalinks]
vanity-import-paths = "/:filename/"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Gorgonia"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/gorgonia/gorgonia"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> API Doc"
identifier = "godoc"
url = "https://pkg.go.dev/gorgonia.org/gorgonia?tab=doc"
weight = 11
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-slack'></i> Contact us"
identifier = "slack"
url = "http://gophers.slack.com/messages/gorgonia"
weight = 12
[Languages.ja]
title = "Gorgonia"
weight = 3
languageName = "Japanese"
[[Languages.ja.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub"
identifier = "ds"
url = "https://github.com/gorgonia/gorgonia"
weight = 10
[[Languages.ja.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> API Doc"
identifier = "godoc"
url = "https://pkg.go.dev/gorgonia.org/gorgonia?tab=doc"
weight = 11
[[Languages.ja.menu.shortcuts]]
name = "<i class='fab fa-fw fa-slack'></i> Contact us"
identifier = "slack"
url = "http://gophers.slack.com/messages/gorgonia"
weight = 12
[Languages.fr]
title = "Gorgonia"
weight = 2
languageName = "Français"
[[Languages.fr.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Repo GitHub"
identifier = "ds"
url = "https://github.com/gorgonia/gorgonia"
weight = 10
[[Languages.fr.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> API Doc"
identifier = "godoc"
url = "https://pkg.go.dev/gorgonia.org/gorgonia?tab=doc"
weight = 11
[[Languages.fr.menu.shortcuts]]
name = "<i class='fab fa-fw fa-slack'></i> Contact us"
identifier = "slack"
url = "http://gophers.slack.com/messages/gorgonia"
weight = 12