-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
59 lines (45 loc) · 1001 Bytes
/
Copy pathconfig.yaml
File metadata and controls
59 lines (45 loc) · 1001 Bytes
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
baseURL: "https://XmrSigner.github.io/"
theme: "up-business-theme"
languageCode: "en-us"
title: "XMR Signer"
# googleAnalytics: ""
summaryLength: 20
params:
title: "XMR Signer"
description: "Protect you Moneros by offline signing theme from a stateless device."
images:
- "images/hero-image.png"
logo: "images/logo.png"
favicons:
themeColor: "#FF6600"
backgroundColor: "#4C4C4C"
faviconColor: "#000000"
social:
x: "https://x.com/XmrSigner"
menus:
main:
- name: "Home"
url: "/#hero"
weight: 1
- name: "How it works"
url: "/#"
weight: 2
- name: "Documentations"
url: "/docs/"
weight: 3
buttons:
- name: "Build"
url: "/build"
weight: 5
pre: "btn btn-primary text-light"
- name: "Download"
url: "/download"
weight: 6
pre: "btn btn-primary text-light"
footer:
- name: "Home"
url: "/#hero"
weight: 1
taxonomies:
series: "series"
tags: "tags"