forked from mono/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (48 loc) · 856 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
# Blog specific settings
paginate_path: "news/page/:num/"
paginate: 5
# General settings
title: Mono Project
repository: mono/website
permalink: pretty
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter_opts:
disable : true
feed:
path: atom.xml
defaults:
-
scope:
path: "archived"
values:
layout: "obsolete"
-
scope:
path: "community"
values:
layout: "docpage"
navgroup: "community"
-
scope:
path: "docs"
values:
layout: "docpage"
navgroup: "docs"
-
scope:
path: ""
type: "posts"
values:
categories: [news] # this is a slight hack so Jekyll generates the blog posts in /news
plugins:
- jekyll-redirect-from
- jekyll-feed
- jekyll-paginate
exclude:
- CNAME
- README.md
- CONTRIBUTING.md
- Gemfile*