-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
158 lines (141 loc) · 4.15 KB
/
_config.yml
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# General Settings
name: Diode
title: Diode™
description: Diode enables digital sovereignty in everyday interactions.
url: https://diode.io
# Theme Settings
theme: minima
minima:
date_format: "%b %-d, %Y"
sass:
style: compressed
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sitemap
# Path
path:
images: "/assets/img/"
styles: "/assets/css/"
scripts: "/assets/js/"
favicon: "/assets/favicon/"
# Navigation
nav:
- title: Products
url: "/products/"
sub:
- title: Diode Collab
url: "/products/collab/"
- title: CLI
url: "/products/cli/"
- title: Vault
url: "/products/vault/"
- title: Network
url: "/products/network/"
- title: Use Cases
url: "/usecases/"
- title: Docs
url: "https://docs.diode.io/"
target: _blank
sub:
- title: Download
url: "/download/"
- title: How it works
url: "/how-it-works/"
- title: Explorer
url: "/prenet/"
- title: Blog
url: "/blog/"
- title: Pricing
url: "/pricing/"
- title: About Us
url: "/about/"
# Other Links
links:
download:
title: Get the App
url: "/download/"
node:
title: Run a Node
url: "https://network.docs.diode.io/docs/"
terms:
title: Terms
url: "/terms/"
privacy:
title: Privacy Policy
url: "/privacy-policy/"
thanks:
title: Thank You
url: "/download/thanks/"
# Social Networks
social:
discord: "https://discord.gg/qdGCAKJdHs"
youtube: "https://www.youtube.com/channel/UC3b5voADiipUmq1Q-vtPKsA"
# telegram: "https://t.me/diode_chain"
twitter: "https://twitter.com/diode_chain"
github: "https://github.com/diodechain"
# matrix: "https://matrix.to/#/#diodechain:matrix.org"
# Download Links
download:
app:
macos: "https://download.diode.io/downloads/collab/dDrive-1.14.6.dmg"
macos-checksum:
windows: "https://download.diode.io/downloads/collab/dDrive-1.14.6.exe"
windows-checksum:
linux: "https://github.com/diodechain/diode_feedback/releases/download/v1.0.0/dDrive-1.14.6-linux-x86_64.run"
linux-checksum: dece9792b37eb1519744515147f3c0f0d5903e54
raspberry-pi: "https://github.com/diodechain/diode_feedback/releases/download/v1.0.0/dDrive-1.14.6-linux-arm32.run"
raspberry-pi-checksum: f38733f0eca53c2282c7db8421a0e5c3ec57dbf8
raspberry-pi-64: "https://github.com/diodechain/diode_feedback/releases/download/v1.0.0/dDrive-1.14.6-linux-arm64.run"
raspberry-pi-64-checksum: 92b780bace268a9296ca603c49c3a00a9bb5ea30
ios: "https://apps.apple.com/us/app/diode-drive/id1605222443"
ios-checksum:
android: "https://play.google.com/store/apps/details?id=io.diode.drive"
android-checksum:
cli:
macos: "https://github.com/diodechain/diode_go_client/releases/download/v0.13.7/diode_darwin_amd64.zip"
macos-checksum:
macos-package: "https://github.com/diodechain/diode_go_client/releases/download/v0.13.7/diode_darwin.pkg"
macos-package-checksum:
windows: "https://github.com/diodechain/diode_go_client/releases/download/v0.13.7/diode_windows_amd64.zip"
windows-checksum:
linux: "https://github.com/diodechain/diode_go_client/releases/download/v0.13.7/diode_linux_amd64.zip"
linux-checksum:
raspberry-pi: "https://github.com/diodechain/diode_go_client/releases/download/v0.13.7/diode_linux_arm.zip"
raspberry-pi-checksum:
raspberry-pi-64: "https://github.com/diodechain/diode_go_client/releases/download/v0.13.7/diode_linux_arm64.zip"
raspberry-pi-64-checksum:
# Footer
copyright: "DIODE © 2024, All Rights Reserved"
security:
title: "Secure your perimeter."
content: "We’re governed by the belief that technology should help people thrive. It should enhance our ability to operate, create, explore, educate, and innovate - unhindered."
# Blog Settings
paginate: 10
paginate_path: "/blog/:num"
tags_path: "/blog/tags"
permalink: "/blog/:title"
# Sitemap excludes
defaults:
- scope:
path: "multisig/**/*.*"
values:
sitemap: false
- scope:
path: "status/**/*.*"
values:
sitemap: false
- scope:
path: "assets/**/*.*"
values:
sitemap: false
- scope:
path: "vesting/**/*.*"
values:
sitemap: false
- scope:
path: "staging/**/*.*"
values:
sitemap: false