-
Notifications
You must be signed in to change notification settings - Fork 182
/
_config.chilebit.localhost.yml
executable file
·70 lines (57 loc) · 3.63 KB
/
_config.chilebit.localhost.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
# Site settings
url: "//localhost" # activate this to test on your localhost
author: "BlinkTrade"
baseurl: ""
deploy_version: "HEAD"
exchange: "chilebit"
exchange_logo: "chilebit"
exchange_toolbar_logo: "chilebit_inverse"
custom_css: "chilebit"
twitter_widget_id: "717632421223657472"
twitter_widget_name: "chilebitnetstatus"
twitter_widget_theme: "light"
twitter_widget_link_color: "#538FE7"
default_country_code: "CL"
blinktrade_broker_id: 9 # 9 is the id for the demo backend. Don't change that if you don't understand what you doing.
required_level_to_be_a_pro_trader: 0
blinktrade_backend_api: "localhost"
google_analytics_id: "UA-110980796-1"
tawk_key: "5a2fce3a5d3202175d9b7c40"
custom_faq: "https://chilebit.trakdesk.com"
# Build settings
markdown: kramdown
remittance_box: "{
'BRL':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['USD -> BTC -> BRL', 'BRL', 'BLINK_BTCBRL_BEST_BID / BITFINEX_BTCUSD_BEST_ASK', 'BLINK_BTCBRL_BEST_ASK / BITFINEX_BTCUSD_BEST_BID' ],
['BRL -> BTC -> VEF', 'VEF', 'BLINK_BTCVEF_BEST_BID / BLINK_BTCBRL_BEST_ASK', 'BLINK_BTCVEF_BEST_ASK / BLINK_BTCBRL_BEST_BID' ],
['BRL -> BTC -> CLP', 'CLP', 'BLINK_BTCCLP_BEST_BID / BLINK_BTCBRL_BEST_ASK', 'BLINK_BTCCLP_BEST_ASK / BLINK_BTCBRL_BEST_BID' ] ],
'USD':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['BitStampUSD', 'USD', 'BITSTAMP_BTCUSD_BEST_BID / 100000000', 'BITSTAMP_BTCUSD_BEST_ASK / 100000000' ] ],
'VEF':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['USD -> BTC -> VEF', 'VEF', 'BLINK_BTCVEF_BEST_BID / BITFINEX_BTCUSD_BEST_ASK', 'BLINK_BTCVEF_BEST_ASK / BITFINEX_BTCUSD_BEST_BID' ] ,
['BRL -> BTC -> VEF', 'VEF', 'BLINK_BTCVEF_BEST_BID / BLINK_BTCBRL_BEST_ASK', 'BLINK_BTCVEF_BEST_ASK / BLINK_BTCBRL_BEST_BID' ],
['VEF -> BTC -> CLP', 'CLP', 'BLINK_BTCCLP_BEST_BID / BLINK_BTCVEF_BEST_ASK', 'BLINK_BTCCLP_BEST_ASK / BLINK_BTCVEF_BEST_BID' ] ],
'CLP':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['USD -> BTC -> CLP', 'CLP', 'BLINK_BTCCLP_BEST_BID / BITFINEX_BTCUSD_BEST_ASK', 'BLINK_BTCCLP_BEST_ASK / BITFINEX_BTCUSD_BEST_BID' ] ,
['BRL -> BTC -> CLP', 'CLP', 'BLINK_BTCCLP_BEST_BID / BLINK_BTCBRL_BEST_ASK', 'BLINK_BTCCLP_BEST_ASK / BLINK_BTCBRL_BEST_BID' ] ,
['VEF -> BTC -> CLP', 'CLP', 'BLINK_BTCCLP_BEST_BID / BLINK_BTCVEF_BEST_ASK', 'BLINK_BTCCLP_BEST_ASK / BLINK_BTCVEF_BEST_BID' ] ],
'PKR':[ ['BitFinexUSD', 'USD', 'BITFINEX_BTCUSD_BEST_BID / 100000000', 'BITFINEX_BTCUSD_BEST_ASK / 100000000' ],
['USD -> BTC -> PKR', 'PKR', 'BLINK_BTCPKR_BEST_BID / BITFINEX_BTCUSD_BEST_ASK', 'BLINK_BTCPKR_BEST_ASK / BITFINEX_BTCUSD_BEST_BID' ] ]
}"
symbol: "BTCCLP"
phrases: [phrase1, phrase2, phrase3]
languages: ["es", "en_US", "pt_BR", "ro", "zn_CN", "vi"]
exclude: [ "jsdev", "LICENSE", "README.md", "config.rb", "deploy.sh", "build_javascript.sh", "node_modules", "gulpfile.js", "themes/ander" ]
source: .
destination: ./_site
plugins: ./_plugins
paginate: 5
paginate_path: "post/page:num"
permalink: /post/:title/
facebook: https://www.facebook.com/chilebit.net
twitter: https://twitter.com/chilebitnet
gplus: https://plus.google.com/u/0/+ChilebitNet/about
youtube: https://www.youtube.com/channel/UCmG70lY6nQjtmyDcH8nETaQ
sass:
sass_dir: assets/themes/coinage/sass
style: :compressed