-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
34 lines (27 loc) · 799 Bytes
/
_config.yml
File metadata and controls
34 lines (27 loc) · 799 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
# Dependencies
markdown: kramdown
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: /:year/:month/:day/:title.html
# Setup
title: 'DeccanRubyConf 2016'
tagline: ''
description: ''
url: 'http://2016.deccanrubyconf.org'
baseurl:
paginate: 20
# Custom vars
version: 1.0.0
assets:
js_compressor: uglifier
css_compressor: sass
sass:
sass_dir: assets/sass
# Disable this in development, to reduce build time.
# Remember to enable back and run
# jekyll build
# to rebuild site after new changes, before pushing to s3, using s3_website push
gems:
- jekyll-paginate
exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'vendor', 'Procfile', 'Rakefile']