-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
83 lines (71 loc) · 1.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
host: 0.0.0.0
url: https://techaccelerator.com
#SEO https://github.com/jekyll/jekyll-seo-tag
plugins:
- jekyll-seo-tag
description: We craft on-demand, hands-on lab environments to educate, engage and ultimately empower enterprise customers, direct sales teams and channel partners, so they can get from Demo to PoC to PO faster
twitter:
username: techaccel
author:
twitter: dhekimian
social:
name: TechAccelerator
links:
- https://twitter.com/techaccel
- https://linkedin.com/company/techaccelerator
sass:
sass_dir: _scss
excerpt_separator: <!--more-->
kramdown:
input: GFM
permalink: /blog/:title/
collections:
introduction:
title: Introduction
output: true
permalink: /docs/:name/
order: 1
usage:
title: Usage
output: true
permalink: /docs/:name/
order: 2
builder:
title: Builder
output: true
permalink: /docs/:name/
order: 3
administration:
title: Administration
output: true
permalink: /docs/:name/
order: 4
defaults:
- scope:
path: ""
values:
layout: base
- scope:
path: pricing
values:
layout: pricing
- scope:
relative_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