-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
74 lines (64 loc) · 1.27 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
74
title: "JQ Recipes"
description: snippets for working with jq
baseurl: "/jq-recipes"
url: "https://nntrn.github.io"
repository: nntrn/jq-recipes
favicon_ico: "/assets/favicon.ico"
markdown: kramdown
kramdown:
parse_block_html: true
smart_quotes: ["apos", "apos", "quot", "quot"]
github_username: nntrn
stylesheets:
- styles/highlight.css
- styles/main.css
- styles/grid.css
- styles/cheatsheet.css
defaults:
- scope:
path: "_functions/*.md"
type: "functions"
values:
layout: minimal
- scope:
path: "_general/*.md"
type: "general"
values:
layout: minimal
- scope:
path: "_notes/*.md"
type: "notes"
values:
layout: minimal
- scope:
path: "_transform/*.md"
type: "transform"
values:
layout: minimal
- scope:
path: "**/index.html"
values:
layout: cheatsheet
collections:
general:
output: true
functions:
output: true
transform:
output: true
notes:
output: true
sidebar: ["general", "transform", "functions", "notes"]
compress_html:
clippings: [div, p, ul, td, h1, h2]
endings: all
comments: ["<!--", "-->"]
startings: []
blanklines: true
profile: false
sass:
style: compressed
exclude:
- readme.md
- Gemfile.lock
- scripts