-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
executable file
·119 lines (112 loc) · 2.42 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
title: API Specification Toolbox
description: An API-driven toolbox for building and managing APIs using common API specifications, providing a variety of resources about API specifications and how they are being put to use across the API lifecycle.
tagline: Building Awareness of API Specifications
image: images/network-logo.png
url: https://postman-toolboxes2.github.io/service-providers
twitter: APISpecToolbox
email: [email protected]
github_user: api-network
github_repo: template
github_branch: master
version: 1.1.1
author:
name: 'Kin Lane'
email: '[email protected]'
markdown: kramdown
permalink: /:categories/:year/:month/:day/:title/
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", ".DS_Store"]
paginate: 25
paginate_path: "/blog/page:num"
collections:
news:
output: true
permalink: /news/:path/
services:
output: true
permalink: /services/:path/
sectors:
output: true
permalink: /sectors/:path/
specifications:
output: true
permalink: /specifications/:path/
tools:
output: true
permalink: /tools/:path/
people:
output: true
permalink: /people/:path/
extensions:
output: true
permalink: /extensions/:path/
tags:
output: true
permalink: /tags/:path/
taxonomy:
output: true
permalink: /taxonomy/:path/
videos:
output: true
permalink: /videos/:path/
projects:
output: true
permalink: /projects/:path/
podcasts:
output: true
permalink: /podcasts/:path/
learning:
output: true
permalink: /learning/:path/
defaults:
- scope:
type: news
values:
layout: news
- scope:
type: services
values:
layout: services
- scope:
type: sectors
values:
layout: sectors
- scope:
type: specifications
values:
layout: specifications
- scope:
type: tools
values:
layout: tools
- scope:
type: people
values:
layout: people
- scope:
type: extensions
values:
layout: extensions
- scope:
type: tags
values:
layout: tags
- scope:
type: taxonomy
values:
layout: taxonomy
- scope:
type: videos
values:
layout: videos
- scope:
type: projects
values:
layout: projects
- scope:
type: podcasts
values:
layout: podcasts
- scope:
type: learning
values:
layout: learning