-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path_config.yml
54 lines (46 loc) · 917 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
50
51
52
53
54
# _config.yml
title: "GeoSPARQL Working Group Github Page"
description: "Rescources and development versions of the GeoSPARQL standard"
email: [email protected]
collections:
posts:
output: true
permalink: /blog/:path/
pages:
output: true
permalink: /:path/
markdown: kramdown
kramdown:
parse_block_html: true
syntax_highlighter: rouge
input: GFM
pagination:
enabled: true
per_page: 5
offset: 2
permalink: '/page/:num/'
title: ':title - page :num of :max'
limit: 0
sort_field: 'date'
sort_reverse: true
plugins:
- jekyll-paginate-v2
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
theme: minima
exclude:
- "alignments"
- "charter"
- "contexts"
- "examples"
- "rif"
- "scripts"
- "servicedescription"
- "spec"
- "translations"
- "vocabularies"
- "READNE.md"