-
Notifications
You must be signed in to change notification settings - Fork 50
/
_config.yml
52 lines (52 loc) · 1021 Bytes
/
_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
name: OpenFL
collections:
showcase:
output: true
permalink: /showcase/title/:path/
defaults:
- scope:
path: ""
type: showcase
values:
layout: showcase-item
- scope:
path: "showcase"
values:
layout: showcase
- scope:
path: ""
type: posts
values:
layout: post
- scope:
path: "learn"
values:
layout: learn-sidebar
excerpt_separator: "<!--more-->"
plugins:
- jekyll-feed
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-redirect-from
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
- kramdown
highlighter: rouge
markdown: kramdown
paginate: 6
paginate_path: "blog/page/:num"
permalink: /blog/:year/:month/:day/:title/
redcarpet:
extensions:
- strikethrough
- no_intra_emphasis
- autolink
- tables
- with_toc_data
- fenced_code_blocks
feed:
path: blog/rss.xml
url: http://www.openfl.org
exclude: [ "node_modules", "README.md", "Gemfile", "Gemfile.lock", "package-lock.json", "vendor" ]
emptyArray: []