-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
73 lines (60 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Site settings
title: Westlake Wine and Spirits
email: [email protected]
description:
baseurl: "/" # the subpath of your site, e.g. /blog/
url: "http://www.westlakewine.com" # the base hostname & protocol for your site
timezone: America/Denver
site_id: 16760
uploads_dir: '/assets/images/'
version: "3.2.1" # the version of jekyll
# Gems for plugins
gems:
- jekyll-sitemap # Simple jekyll plugin that creates a sitemap.xml file and you can exclude files by adding 'sitemap:false' to the frontmatter of any file(s).
# Build settings
highlighter: pygments
markdown: kramdown
kramdown:
auto_ids: true
toc_levels: 1..6
# Permalinks
# Include Sub Pages
include: ['_pages']
# Blog Settings
# paginate: 10
# paginate_path: "/news/page:num/"
# Collections
collections:
slider:
output: false
specials:
output: true
wines:
output: true
defaults:
- scope:
type: "slider"
values:
layout: "default"
- scope:
type: "specials"
values:
layout: "default"
- scope:
type: "wines of the week"
values:
layout: "default"
# Reading Time Feature
reading_time: true
words_per_minute: 200
# Disqus Comments
disqus_short_name:
disqus_show_comment_count:
# typekit
typekit: nhb8pcr
# Social Media
facebook: "https://www.facebook.com/WestlakeWine"
twitter:
# Google Analytics
google_analytics_tracking_id: "UA-72460600-1"
exclude: ["vendor","node_modules","package.json","Gemfile","gulpfile.js","*.scss"]