-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
executable file
·47 lines (39 loc) · 1.34 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
# 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.3
repo: https://github.com/kimsQ/rc
slack: https://kimsq-slack.herokuapp.com
fiddle: https://jsfiddle.net
codepen: http://codepen.io
download:
source: https://github.com/kimsQ/rc/archive/v1.0.0-alpha.3.zip
dist: https://github.com/kimsQ/rc/releases/download/v1.0.0-alpha.2/rc-1.0.0-alpha.3-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: https://cdn.kimsq.com/rc/1.0.0-alpha.3/css/rc.css
css_hash: ""
js: https://cdn.kimsq.com/rc/1.0.0-alpha.3/js/rc.min.js
js_hash: ""
jquery: https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js
jquery_hash: "sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB"