-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
executable file
·77 lines (67 loc) · 1.85 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
permalink : /:title/
markdown : kramdown
highlighter : pygments
paginate: 12
comments: false
paginate_path: "/blog/page:num"
domain_name: m-core
safe: false
port: 4000
## Used in older version of Jekyll
base-url: ""
## Used in newer versions of Jekyll
baseurl: ""
source: .
destination: ./_site
exclude:
- README.md
- Rakefile
- node_modules/
- gulp/
- bower
- bower_components
- config.rb
- Gemfile
- Gemfile.lock
- package.json
- gulpfile.js
name: Coin MAGI
title: Coin MAGI
meta_description: "Coin MAGI, cryptocurrency, Peer-to-Peer, Digital Currency"
meta_keywords: "MAGI, coin, crypto, currency, peer-to-peer, digital, payment"
url: http://www.m-core.org
production_url: http://www.m-core.org
repo: http://github.com/m-coin
disqus_shortname: "MAGI"
rss_path: .
url : http://www.m-core.org
email : [email protected]
intro : "MAGI is a peer-to-peer digital currency running constantly without downtime. MAGI coins are issued via personal devices without the need of interference by intermediary. MAGI focuses on fairness, cost effective and energy efficiency."
twitterofficial : https://twitter.com/CoinMagi
twittermarketing : https://twitter.com/Coin_Magi_XMG
facebook : https://www.facebook.com/CoinMagi
github : https://github.com/m-coin
reddit : https://www.reddit.com/r/coinmagi
youtube : https://www.youtube.com/user/TheCoinMagi
slack : https://m-pays.slack.com
wallet_version: 1.4.6.2
wallet_url : http://m-core.org/bin
source_url_github : https://github.com/magi-project/magi
# Plugin: jekyll-assets
assets:
dirname: /assets
sources:
- assets/img
- assets/fonts
- assets/css
- assets/js
cache: true
gzip: [ text/css, application/javascript ]
# Compress HTML
compress_html:
clippings: all
comments: all
endings: all
profile: false
ignore:
envs: all