-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
55 lines (49 loc) · 1.14 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
remote_theme: "mmistakes/[email protected]"
title: DTS Events
description: The Distributed Text Services (DTS) Specification defines a Hypermedia-Driven Web API for working with collections of text as machine-actionable data.
repository: "distributed-text-services/workshops"
url: "https://distributed-text-services.github.io"
baseurl: "/workshops"
search: true
search_full_content: true
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-font-awesome-sass
collections:
events:
output: true
permalink: /:collection/:path/
defaults:
# _posts
- scope:
path: ""
type: pages
values:
layout: single
share: true
author_profile: false
related: false
classes: wide
sidebar:
nav: "useful"
- scope:
path: "_events"
type: events
values:
layout: single
share: true
author_profile: false
related: false
sidebar: false
classes: wide
sidebar:
nav: "useful"
bradcrumbs: true
breadcrumb_home_label : "Home"
breadcrumb_separator : "/"
markdown: kramdown