forked from tus/tus.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (39 loc) · 821 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
permalink: "/blog/:year/:month/:day/:title.html"
tusd_endpoint: "http://tusd.tusdemo.net"
commenting_baseurl: https://tus.io
strict_front_matter: true
encoding: UTF-8
timezone: Europe/Amsterdam
kramdown:
input: GFM
hard_wrap: false
enable_coderay: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 2..6
collections:
content:
output: true
permalink: /:path/
versions:
output: true
excerpt_separator: "<!--more-->"
# We'll refer new atom feed though, as adviced by GitHub
# https://github.com/blog/2053-easier-feeds-for-github-pages
feed:
path: blog.atom
rss_feed: /atom.xml
url: https://tus.io
plugins:
- jemoji
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
emoji:
src: "/assets/img"
exclude:
- node_modules
- .git
keep_files:
- assets