forked from aitor/convox.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
107 lines (99 loc) · 1.73 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
url: https://convox.com
excerpt_separator: <!--more-->
kramdown:
input: GFM
permalink: /blog/:title/
collections:
introduction:
title: Introduction
output: true
permalink: /docs/:name/
deployment:
title: Deployment
output: true
permalink: /docs/:name/
development:
title: Development
output: true
permalink: /docs/:name/
management:
title: Management
output: true
permalink: /docs/:name/
monitoring:
title: Monitoring
output: true
permalink: /docs/:name/
resources:
title: Resources
output: true
permalink: /docs/:name/
integrations:
title: Integrations
output: true
permalink: /docs/:name/
languages:
title: Languages & Frameworks
output: true
permalink: /docs/:name/
console:
title: Console
output: true
permalink: /docs/:name/
reference:
title: Reference
output: true
permalink: /docs/:name/
help:
title: Help
output: true
permalink: /docs/:name/
guide:
output: true
heroku:
output: true
defaults:
- scope:
path: ""
values:
layout: main
- scope:
path: cases
values:
layout: cases
- scope:
path: pricing
values:
layout: pricing
- scope:
path: docs
values:
layout: docs
- scope:
path: jobs
values:
layout: jobs
- scope:
path: legal
values:
layout: legal
- scope:
type: posts
values:
layout: post
- scope:
path: team
values:
layout: team
- scope:
path: guide
values:
layout: guide
- scope:
path: heroku
values:
layout: heroku
algolia:
application_id: '2VBKDVKUPC'
index_name: 'convox'
exclude: [vendor]