-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
117 lines (105 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
markdown: kramdown
name: Continuous Delivery
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go
- vendor
permalink: /:year/:month/:title/
encoding: utf-8
highlighter: rouge
incremental: true
url: http://continuousdelivery.com
sass:
style: :compressed
# Author/Organization info to be displayed in the templates
author:
name: Jez Humble
url: http://continuousdelivery.com/
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: /images/cd-book.png
logoalt: Continuous Delivery
# To expand all navigation bar entries by default, set this property to true:
expand_nav: false
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Introduction
internal: true
- text: Principles
url: principles/
internal: true
- text: Foundations
url: foundations/
internal: true
children:
- text: Configuration management
url: configuration-management/
internal: true
- text: Continuous integration
url: continuous-integration/
internal: true
- text: Continuous testing
url: test-automation/
internal: true
- text: Implementing continuous delivery
url: implementing/
internal: true
children:
- text: Architecture
url: architecture/
internal: true
- text: Culture
url: culture/
internal: true
- text: Patterns
url: patterns/
internal: true
- text: Evidence & case studies
url: evidence-case-studies/
internal: true
- text: Blog
url: blog/
internal: true
- text: About
url: about/
internal: true
children:
- text: Talks
url: talks/
internal: true
- text: Workshops
url: workshops/
internal: true
repos:
- name: Continuous Delivery
description: Main repository
url: https://github.com/jezhumble/cdsite
google_analytics_ua: UA-29680385-1
collections:
pages:
output: true
permalink: /:path/
defaults:
- scope:
path: ""
values:
layout: "guides_style_cd_default"
# Configuration for jekyll_pages_api_search plugin gem.
jekyll_pages_api_search:
# Uncomment this to speed up site generation while developing.
#skip_index: true
# Each member of `index_fields` should correspond to a field generated by
# the jekyll_pages_api. It can hold an optional `boost` member as a signal
# to Lunr.js to weight the field more highly (default is 1).
index_fields:
title:
boost: 10
tags:
boost: 10
url:
boost: 5
body: