-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy path_config.yml
76 lines (64 loc) · 1.41 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
# Site settings
title: Rackspace Container Service
description: >
Rackspace-backed containers as a service, making development,
testing, and deployment of Docker-powered applications hassle-free.
baseurl: "" # the subpath of your site, e.g. /blog/
# Things like RSS feeds need absolute URLs, not root-relative
absolute_base_url: https://getcarina.com
# Build settings
markdown: redcarpet
encoding: UTF-8
redcarpet:
extensions: ["with_toc_data"]
exclude:
- script
- Gemfile
- Gemfile.lock
- package.json
gems:
- jekyll-paginate
deconst_categories:
- getcarina.com
paginate: 10
paginate_path: /blog/page/:num
excerpt_separator: "<!-- more -->"
permalink: /blog/:title/
gravatar:
default: mm
secure: true
size: 80
collections:
concepts:
output: true
permalink: /docs/concepts/:title/
label: concepts
ecosystem:
output: true
permalink: /docs/ecosystem/:title/
label: ecosystem
getting-started:
output: true
permalink: /docs/getting-started/:title/
label: getting-started
reference:
output: true
permalink: /docs/reference/:title/
label: reference
troubleshooting:
output: true
permalink: /docs/troubleshooting/:title/
label: troubleshooting
tutorials:
output: true
permalink: /docs/tutorials/:title/
label: tutorials
defaults:
-
scope:
path: "docs"
values:
layout: "plain"
assets:
sources:
- _assets/img