forked from eberkund/seniorchairs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·45 lines (41 loc) · 1.07 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
# Site settings
title: 'Senior Custom Upholstery & Furniture'
email: '[email protected]'
description: 'We are Toronto based manufacturers and importers of commercial grade chrome and wood chairs, barstools, and oak edge tables for restaurants, banquet halls, hotels and institutions.'
url: 'http://www.seniorchairs.com'
baseurl: ''
# Build settings
permalink: 'pretty'
include: ['_pages', '.htaccess']
exclude: ['Gemfile', 'Gemfile.lock', 'node_modules', 'package.json', 'Gruntfile.js', 'README.md']
gems: ['jekyll-sitemap']
# Style settings
sass:
sass_dir: 'assets/styles/_scss'
style: 'compressed'
# Markdown settings
markdown: 'kramdown'
kramdown:
parse_block_html: 'true'
# Folder based sorting
defaults:
- scope:
path: '_pages/chairs'
values:
layout: 'item'
type: 'chair'
- scope:
path: '_pages/barstools'
values:
layout: 'item'
type: 'barstool'
- scope:
path: '_pages/tables'
values:
layout: 'item'
type: 'table'
- scope:
path: '_pages/booths'
values:
layout: 'item'
type: 'booth'