-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
85 lines (76 loc) · 1.43 KB
/
_config.yml
File metadata and controls
85 lines (76 loc) · 1.43 KB
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
title: OnDataEngineering Content Development Site
description: Jekyll site for the development of content for the OnDataEngineering site.
baseurl: ""
url: "http://localhost:4000"
markdown: kramdown
theme: minima
plugins:
- jekyll-redirect-from
exclude:
- .sass-cache
- Gemfile
- Gemfile.lock
- README.md
- CONTRIBUTING.md
permalink: /blog/:year/:month/:day/:title/
show_errors: true
excerpt_separator: "<!--more-->"
header_pages:
- indexes/technologies.md
- indexes/tech-categories.md
- indexes/tech-vendors.md
- posts.html
collections:
technologies:
output: true
permalink: /technologies/:path/
tech-categories:
output: true
permalink: /tech-categories/:path/
tech-vendors:
output: true
permalink: /tech-vendors/:path/
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: post
author: Peter
-
scope:
path: ""
type: "technologies"
values:
layout: technology
-
scope:
path: ""
type: "tech-categories"
values:
layout: tech_category
-
scope:
path: ""
type: "tech-vendors"
values:
layout: tech_vendor
-
scope:
path: ""
type: "pages"
values:
layout: page
-
scope:
path: "indexes"
type: "pages"
values:
layout: content
-
scope:
path: "tech-categories"
type: "pages"
values:
layout: content