forked from freicoin/freico.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
128 lines (121 loc) · 3.62 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
# === _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: 0.8.3-1
release_date: 2013-09-26T12:00:00
downloads:
-
name: Windows (exe)
osid: Win
icon: /static/images/os/win.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-0.8.3-1-win32-setup.exe
size: 11.6MB
-
name: Windows (zip)
icon: /static/images/os/win.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-0.8.3-1-win32.zip
size: 15.6MB
-
name: Mac OS X
osid: Mac
icon: /static/images/os/mac.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-0.8.3-1-macosx.dmg
size: 13.5MB
-
name: Linux
osid: Linux
icon: /static/images/os/linux.png
link: https://s3.amazonaws.com/in.freico.stable/freicoin-0.8.3-1-linux.tar.xz
size: 18.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/freicoin/freicoin/archive/v0.8.3-1.zip
size: 3.9MB
-
name: Git repository
osid: Unknown
icon: /static/images/os/src.png
link: https://github.com/freicoin/freicoin
size:
analytics:
google:
code: UA-35675637-1
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
# ===----------------------------------------------------------------------===