-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (47 loc) · 855 Bytes
/
_config.yml
File metadata and controls
54 lines (47 loc) · 855 Bytes
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
url: "https://biodockerfiles.github.io"
theme: null
analytics_id: G-3YHDBRD3B5
collections:
dockerfiles:
output: true
permalink: /:name/
sort_by: name
pages:
output: true
permalink: /:name/
defaults:
- scope:
path: ""
type: "dockerfiles"
values:
is_dockerfile: true
- scope:
path: ""
type: "pages"
values:
layout: default
is_page: true
plugins:
- jekyll-seo-tag
- jekyll-sitemap
sass:
sass_dir: _sass
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
jekyll_compose:
auto_open: false
default_front_matter:
dockerfiles:
layout: default
excerpt:
website: