-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (49 loc) · 1.23 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
author: Mike Slinn
compress_html:
blanklines: false
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: [development]
profile: false
startings: [html, head, body]
domain: bogus.jekylldemo.com
email: [email protected]
exclude: # Wildcards are not supported yet https://github.com/jekyll/jekyll-watch/pull/93
- .git
- .github
- .gitignore
- .jekyll-cache
- .jekyll-metadata
- .ruby-version
- .vscode
- BingSiteAuth.xml
- Gemfile
- Gemfile.lock
- README.md
ignore_theme_config: true
liquid:
error_mode: strict
# strict_filters: true
# strict_variables: true
plugin_loggers:
PluginMetaLogger: info
CleanHook: warn
DocumentHooks: warn
PluginLogger: off
Raw::InlineTag: debug # Notice the module name is specified as well as the class name
Support::InlineTag: debug # Notice the module name is specified as well as the class name
PageHooks: warn
PostHooks: warn
SiteHooks: warn
permalink: "/blog/:year/:month/:day/:title:output_ext"
plugins: # Use file name of the plugin entry point, not the gem name
- classifier-reborn
- html-proofer
- jekyll
- jekyll_plugin_logger
sass:
style: compressed
title: jekyll_plugin_logger Demonstration
url: https://bogus.jekylldemo.com