-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
74 lines (70 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
70
71
72
73
74
title: NHS Hack Day
name: NHS Hack Day | Geeks who love the NHS
baseurl: ""
url: "http://nhshackday.com"
repository: nhshackday/nhshackday.github.io
future: true
markdown: kramdown
# kramdown:
# parse_block_html: true
highlighter: rouge
sass:
style: compressed
plugins:
- jekyll-redirect-from
- jekyll-compress-images
compress_images:
images_path: "assets/images/**/*.{gif,png,jpg,jpeg,svg}"
exclude:
- "_compress_images_cache.yml"
collections_dir: content
collections:
blog:
output: true
permalink: /:collection/:year/:month/:day/:title
events:
output: true
permalink: /:collection/:year/:month/:title
projects:
output: true
permalink: /:collection/:path
sponsors:
output: false
defaults:
-
scope:
path: ""
type: "blog"
values:
layout: "blog_post"
-
scope:
path: ""
type: "events"
values:
layout: "event"
header_image: datasets_img.jpg
image_credit:
- Credit: "Paul Clarke"
URL: "http://paulclarke.com"
Licence: "CC BY-NC"
-
scope:
path: ""
type: "projects"
values:
layout: "project"
header_image: datasets_img.jpg
image_credit:
- Credit: "Paul Clarke"
URL: "http://paulclarke.com"
Licence: "CC BY-NC"
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: [local]
blanklines: false
profile: false
startings: [html, head, body]