-
Notifications
You must be signed in to change notification settings - Fork 58
/
_config.yml
39 lines (33 loc) · 901 Bytes
/
_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
title: RubyGarage Slides
email: [email protected]
description: >
baseurl: ""
url: "https://rubygarage.github.io"
repository: "rubygarage/slides"
twitter_username: timlar_ua
github_username: timlar
######################################################################################################################
# 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