-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
65 lines (51 loc) · 1.37 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
baseURL = "https://fuseml.github.io"
languageCode = "en-us"
title = "fuseml"
theme = "projects-theme"
pluralizeListTitles = false
enableRobotsTXT = true
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableGitInfo = false
googleAnalytics = "UA-193012767-1"
[blackfriday]
fractions = false
#hrefTargetBlank = true
[outputFormats.Algolia]
baseName = "algolia"
isPlaintext = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]
[params]
github = "https://github.com/fuseml"
[outputs]
home = ["HTML", "RSS", "Algolia"]
[privacy]
[privacy.twitter]
disable = false
enableDNT = false
simple = true
[menu]
[[menu.main]]
identifier = "download"
name = "Download"
url = "https://github.com/fuseml/fuseml/releases/download/v0.1.1/fuseml-installer-linux-amd64.tar.gz"
weight = -120
[[menu.main]]
identifier = "docs"
name = "Docs"
url = "https://fuseml.github.io/docs"
weight = -110
[[menu.main]]
identifier = "slack"
name = "Slack"
url = "https://join.slack.com/t/fuseml/shared_invite/zt-rcs6kepe-rGrMzlj0hrRlalcahWzoWg"
weight = -90
[[menu.main]]
identifier = "youtube"
name = "YouTube"
url = "https://www.youtube.com/channel/UCQLoLTikJDDMXvywWd27FBg"
weight = -80