-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path_config.yml
51 lines (40 loc) · 1.05 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
safe: false
permalink: pretty
google-analytics-id: "UA-63717309-1"
url: https://snippets.haxeflixel.com/
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
gems:
- jekyll-sitemap
- jekyll-minifier
collections:
concepts:
output: false
permalink: /:title/
proofs:
output: true
permalink: /:path/
defaults:
-
scope:
path: ""
type: "concepts"
values:
layout:
type: concept
tags:
-
scope:
path: ""
type: "proofs"
values:
layout: proof
type: proof
tags: [untagged]
sourcefiles: source/PlayState.hx
exclude: [vendor, .gitignore, Gemfile, Gemfile.lock, README.md, Rakefile, credentials.yaml, .travis.yml, build, key, key.enc, package.json, package-lock.json, "*/*.hxproj", "*/Project.xml", "*/export/html5/haxe", "*/export/html5/obj", "*/.vscode", Highlighter, hxformat.json]
tag_page_layout: tag_page
tag_page_dir: tags
tags: [haxeflixel, flixel, haxe]