-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
155 lines (149 loc) · 4.89 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
# === _config.yml ---------------------------------------------------------===
# Copyright © 2012 by its contributors (see AUTHORS for details). Distributed
# under the Creative Commons Attribution-ShareAlike 3.0 Unported License, the
# contents of which may be found in the accompanying file LICENSE or from the
# web address http://creativecommons.org/licenses/by-sa/3.0/deed.en_US.
# ===----------------------------------------------------------------------===
title : Freicoin
author :
name: Freicoin Developers
#email: [email protected]
#url: http://monetize.io/
theme: spacelab
favicon: /static/images/favicon.ico
apple_touch_icon: /static/images/apple-touch-icon.png
logo:
header:
src: '/static/images/header.jpg'
footer:
src: '/static/images/logo-footer.png'
menu:
primary:
-
title: Home
url: /index.html
-
title: About
url: /about/index.html
-
title: How it works?
url: /how/index.html
-
title: Basics
url: /basics/index.html
-
title: FAQ
url: /faq/index.html
-
title: Download
url: /download/index.html
-
title: Resources
url: /resources/index.html
-
title: Foundation
url: https://foundation.freicoin.org
-
title: Bios
url: /bios/index.html
freicoin:
version: 20.2-23909
release_date: 2022-08-24T12:00:00
downloads:
-
name: Windows 64-bit (exe)
osid: Win64
icon: /static/images/os/win.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-v20.2-23909-win64-setup.exe
size: 14.4MB
-
name: Windows 64-bit (zip)
osid: Win64
icon: /static/images/os/win.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-v20.2-23909-win64.zip
size: 27.2MB
-
name: macOS (app)
osid: Mac
icon: /static/images/os/mac.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-v20.2-23909-osx.dmg
size: 10.2MB
-
name: macOS (server)
osid: Mac
icon: /static/images/os/mac.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-v20.2-23909-osx64.tar.gz
size: 20.7MB
-
name: Linux x86_64 (Intel/AMD 64-bit)
osid: Linux
icon: /static/images/os/linux.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-v20.2-23909-x86_64-linux-gnu.tar.gz
size: 28.6MB
-
name: Linux ARMv7-A (ARM 32-bit)
osid: Linux
icon: /static/images/os/linux.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-v20.2-23909-arm-linux-gnueabihf.tar.gz
size: 24.1MB
-
name: Linux ARMv8-A (ARM 64-bit)
osid: Linux
icon: /static/images/os/linux.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-v20.2-23909-aarch64-linux-gnu.tar.gz
size: 27.4MB
-
name: Linux RV64GC (RISC-V 64-bit)
osid: Linux
icon: /static/images/os/linux.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-v20.2-23909-riscv64-linux-gnu.tar.gz
size: 27.7MB
#-
# name: Ubuntu (PPA)
# osid: Linux
# icon: /static/images/os/linux.png
# link: https://launchpad.net/~freicoin/+archive/stable
# size:
#-
# name: Arch Linux (AUR)
# osid: Linux
# icon: /static/images/os/linux.png
# link: https://aur.archlinux.org/packages/freicoin-qt/
# size:
-
name: Source
osid: Unknown
icon: /static/images/os/src.png
link: https://github.com/tradecraftio/tradecraft/archive/v20.2-23909.zip
size: 6.1MB
-
name: Git repository
osid: Unknown
icon: /static/images/os/src.png
link: https://github.com/tradecraftio/tradecraft
size:
-
name: Android Wallet (apk)
osid: Android
icon: /static/images/os/android.png
link: https://freicoinalliance.com/wallet/wallet-0.2.1-BETA.apk
size: 2.5MB
exclude:
- ".cache"
- ".pkg"
- ".rbenv-version"
- "AUTHORS"
- "CNAME"
- "Gemfile"
- "Gemfile.lock"
- "LICENSE"
- "Makefile"
- "Makefile.local"
- "README.md"
- "changelog.md"
- "configure"
auto: true
pygments: true
# ===----------------------------------------------------------------------===
# End of File
# ===----------------------------------------------------------------------===