forked from cdotly/hugo-three
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
104 lines (92 loc) · 1.97 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://download.spideroak.com"
defaultContentLanguage = "en"
languageCode = "en"
theme = "hugo-three"
enableRobotsTXT = true
metaDataFormat = "yaml"
title = "SpiderOak Downloads"
# [params]
# mainSections = ["share", "semaphor", "one", "groups", "notes"]
[blackfriday]
hrefTargetBlank = false
latexDashes = true
plainIDAnchors = true
[menu]
[[menu.main]]
identifier = "share"
name = "Share Menu Item"
url = "/share/"
weight = 1
[[menu.main]]
identifier = "semaphor"
name = "Semaphor"
url = "/semaphor/"
weight = 2
[[menu.main]]
identifier = "one"
name = "One Backup"
url = "/one/"
weight = 3
[[menu.main]]
identifier = "groups"
name = "Groups Backup"
url = "/groups/"
weight = 4
[[menu.main]]
identifier = "releases"
name = "Release Notes"
url = "/releases/"
weight = 5
[[menu.main]]
identifier = "support"
name = "SpiderOak Support"
url = "https://spideroak.support/hc/en-us/"
weight = 6
[[menu.releases]]
identifier = "all"
name = "all"
title = "all"
url = "/"
weight = 1
[[menu.releases]]
identifier = "share"
name = "share"
title = "Share"
url = "#share"
weight = 2
[[menu.releases]]
identifier = "semaphor"
name = "semaphor"
title = "semaphor"
url = "#semaphor"
weight = 3
[[menu.releases]]
identifier = "one"
name = "one"
title = "one"
url = "#one"
weight = 4
[[menu.releases]]
identifier = "groups"
name = "groups"
title = "groups"
url = "#groups"
weight = 5
# [outputFormats.Redirects]
# baseName = "redirects"
# isPlainText = true
# mediatype = "application/json"
# notAlternative = true
# [outputs]
# home = ["HTML", "RSS", "OpenSearch", "Algolia", "Redirects"]
[social]
email = "https://spideroak.support/hc/en-us/requests/new"
twitter = "spideroak"
facebook = "SpiderOak"
vimeo = "spideroak"
[taxonomies]
category = "categories"
tag = "tags"
author = "authors"
note = "notes"
product = "products"