forked from HangfireIO/Hangfire.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (45 loc) · 1 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
title: Hangfire
description: "An easy way to perform background processing in .NET and .NET Core applications. No separate process required, uses persistent storage."
url: https://www.hangfire.io
cdn:
author:
name: 'odinserj'
url: https://twitter.com/odinserj
github_repo: https://github.com/HangfireIO/HangfireIO.github.io
github_branch: master
disqus_short_name: hangfire
disqus_show_comment_count: true
# Windows environments
# highlighter: rouge
kramdown:
auto_ids: true
input: GFM
permalink: /blog/:year/:month/:day/:title.html
paginate: 5
paginate_path: "blog/page:num/"
defaults:
-
scope:
type: "pages"
values:
permalink: /:path/:basename:output_ext
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
active: blog
-
scope:
path: ""
type: "drafts"
values:
layout: "post"
gems:
- jekyll-redirect-from
- jekyll-mentions
- jekyll-sitemap
- jemoji
- jekyll-paginate