-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (62 loc) · 1.46 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
defaults:
-
scope:
path: ""
values:
lang: en
markdown: kramdown
permalink: /blog/:year/:title/
relative_permalinks: false
exclude:
- .jekyll-metadata
- _gists/
- CNAME
- Gemfile
- Gruntfile.js
- LICENSE
- README.md
- Rakefile
- node_modules/
- package.json
- script/
- vendor/
- yyyy-mm-dd-template.md
plugins:
- jekyll-gist
- jekyll-paginate
whitelist:
- jekyll-gist
- jekyll-paginate
layouts_dir: ./_noita
noita:
name: blog.rcook.org
description: Richard's blog
author:
name: Richard Cook
favicons:
- /assets/favicon-256.png
topbar:
toggle: Menu
middle:
- name: Use the Types
url: https://usethetypes.com/
- name: LinkedIn
url: http://www.linkedin.com/in/richardthepeace
- name: Stack Overflow
url: http://stackoverflow.com/users/394167/richard-cook
- name: Atom
url: /atom.xml
- name: RSS
url: /rss.xml
right:
- name: Tags
url: /tags/
- name: About
url: /about/
class: small button
stylesheets:
- /css/default.css
compress_html:
clippings: [html, head, title, base, link, meta, style, body, article, section, nav, aside, h1, h2, h3, h4, h5, h6, hgroup, header, footer, address, p, hr, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, main, div, table, caption, colgroup, col, tbody, thead, tfoot, tr, td, th]
endings: [html, head, body, li, dt, dd, p, rt, rp, optgroup, option, colgroup, caption, thead, tbody, tfoot, tr, td, th]
paginate: 10