-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
79 lines (79 loc) · 1.95 KB
/
_config.yml
File metadata and controls
79 lines (79 loc) · 1.95 KB
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
74
75
76
77
78
79
author: Mike Slinn
collections:
stuff:
output: true
sort_by: order
collections_dir: collections
compress_html:
blanklines: false
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: [development]
profile: false
startings: [html, head, body]
domain: bogus.jekylldemo.com
email: bogus@jekylldemo.com
exclude: # Wildcards are not supported yet https://github.com/jekyll/jekyll-watch/pull/93
- .git
- .github
- .gitignore
- .jekyll-cache
- .jekyll-metadata
- .ruby-version
- .vscode
- binstub
- BingSiteAuth.xml
- Gemfile
- Gemfile.lock
- README.md
- /assets/images/qrcodes/
demo_block_tag:
die_on_demo_block_error: false
die_on_standard_error: false
demo_inline_tag:
die_on_demo_tag_error: false
die_on_standard_error: false
href:
nomatch: fatal
ignore_theme_config: true
jekyll_plugin_support:
pry_on_standard_error: false
liquid:
error_mode: strict
# strict_filters: true
# strict_variables: true
liquid_vars:
development:
var1: 'http://localhost:4444/demo_block_tag.html'
var2: 'http://localhost:4444/demo_inline_tag.html'
production:
var1: 'https://github.com/django/django/blob/3.1.7'
var2: 'https://github.com/django-oscar/django-oscar/blob/3.0.2'
var3: 'Assigned in _config.yml'
plugin_loggers:
PluginMetaLogger: info
CleanHook: warn
DocumentHooks: warn
DraftFilter: debug
QRCodeGenerator: debug
MyBlock: warn
PageHooks: warn
PostHooks: warn
SiteHooks: warn
permalink: "/blog/:year/:month/:day/:title:output_ext"
plugin-vars:
django-github: 'https://github.com/django/django/blob/3.1.7'
django-oscar-github: 'https://github.com/django-oscar/django-oscar/blob/3.0.2'
plugins: # Use file name of the plugin entry point, not the gem name
- jekyll_href
- jekyll_outline
- flexible_include
qrcode:
bg_color: '#666'
fg_color: black
sass:
style: compressed
title: <span class="code">jekyll_plugin_support</span> Demo
url: https://bogus.jekylldemo.com