-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_config.yml
37 lines (35 loc) · 921 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
remote_theme: "mmistakes/minimal-mistakes@4.16.4"
minimal_mistakes_skin: "contrast"
title: Distributed Text Services
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/specifications"
search: true
search_full_content: true
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-font-awesome-sass
defaults:
# _posts
- scope:
path: ""
type: page
values:
layout: single
share: true
author_profile: false
related: false
toc: true
toc_label: "Table of Contents"
toc_icon: "cog"
toc_level: 3
toc_left: true
sidebar: false
classes: wide
bradcrumbs: true
breadcrumb_home_label : "Home"
breadcrumb_separator : "/"