forked from rubygarage/rubygarage.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
34 lines (28 loc) · 800 Bytes
/
_config.yml
File metadata and controls
34 lines (28 loc) · 800 Bytes
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
domain: rubyworkout.github.io
url: https://rubyworkout.github.io
baseurl: /rubyworkout.github.io/
######################################################################################################################
# DO NOT EDIT SETTINGS BELOW !!! #
######################################################################################################################
lsi: false
safe: true
incremental: false
source: "."
markdown_ext: "markdown"
gist:
noscript: false
markdown: kramdown
kramdown:
auto_ids: true
input: GFM
hard_wrap: false
math_engine: mathjax
plugins:
- jekyll-coffeescript
- jekyll-paginate
exclude:
- README.md
- Gemfile
- Gemfile.lock
- feed.xml
- vendor/bundle