-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·48 lines (40 loc) · 1.5 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
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
# Permalinks
permalink: pretty
# Server
source: docs
destination: _gh_pages
host: 0.0.0.0
port: 9001
baseurl: ""
url: http://rc.kimsq.com
encoding: UTF-8
exclude: [assets/scss/]
gems:
- jekyll-redirect-from
- jekyll-sitemap
# Custom vars
current_version: 1.0.0-alpha.1
repo: https://github.com/kimsQ/rc
slack: https://kimsq-slack.herokuapp.com
fiddle: https://jsfiddle.net
download:
source: https://github.com/kimsQ/rc/archive/v1.0.0-alpha.1.zip
dist: https://github.com/kimsQ/rc/releases/download/v4.0.0-alpha.1/ratchet-plus-1.0.0-alpha.1-dist.zip
blog: http://blog.kimsq.com
expo: http://expo.kimsq.com
packages: http://www.kimsq.com
cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: http://cdn.kimsq.com/rc/1.0.0-alpha.1/css/ratchet-plus.css
css_hash: ""
js: http://cdn.kimsq.com/rc/1.0.0-alpha.1/js/ratchet-plus.js
js_hash: ""
jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js
jquery_hash: "sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB"
tether: https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js
tether_hash: "sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB"