-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
executable file
·81 lines (72 loc) · 1.42 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
75
76
77
78
79
80
81
# Site settings
title: Red Eclipse
description: A free arena shooter featuring parkour
repository: redeclipse/redeclipse.github.io
organisation: redeclipse
website: https://redeclipse.net/
email: contact@redeclipse.net
github: [metadata]
locs:
api: "https://api.github.com"
ref: "https://github.com"
# Where things are
source: "."
collections_dir: "pages"
layouts_dir: "layouts"
data_dir: "data"
includes_dir: "includes"
# Handling Reading
exclude:
- "_site"
- ".github"
- "plugins"
- "layouts"
- "data"
- "includes"
- "_config.yml"
- "CNAME"
- "Gemfile"
- "Gemfile.lock"
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
strict_front_matter: false
# Filtering Content
show_drafts: null
limit_posts: 0
future: false
unpublished: false
# Plugins
plugins:
- jekyll-avatar
- jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate
- jemoji
# Conversion
markdown: kramdown
highlighter: rouge
excerpt_separator: "\n\n"
paginate: 25
#collections:
# discussion:
# output: true
# permalink: /:collection/:title/
# Outputting
# permalink: date
# paginate_path: /page:num
# timezone: null
# Markdown Processors
kramdown:
auto_ids: true
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: false
footnote_nr: 1
show_warnings: false
# Relative links
relative_links:
enabled: true
collections: false