-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
executable file
·39 lines (30 loc) · 976 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
# Jekyll configuration precedence:
# 1. Gruntfile task
# 2. config.build.yml
# 3. config.yml
name: liquidvisual-boilerplate
dev_mode_enabled: true # LV responsive tool
# Grunt handles images and assets.
#exclude: ['img', 'css', 'scripts', 'builder-app/scripts', 'fonts',
# '**.png', '**.jpg', '**.jpeg', '**.gif', '**.webp', '**.svg', '**.ico']
exclude: ['css', 'assets/scripts', 'assets/webvisual/assets/scripts']
include: ['.htaccess', '_pages']
# _config.build.yml sets future and show_drafts to false on `grunt build`
future: true
show_drafts: true
# Docs
collections:
docs:
output: true
# https://github.com/jekyll/jekyll-sitemap
# If you would like to exclude specific pages/posts from the sitemap set the sitemap flag to false in the front matter for the page/post.
#
# sitemap: false
defaults:
-
scope:
path: "webvisual" # an empty string here means all files in the project
values:
sitemap: false
gems:
- jekyll-sitemap