This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
91 lines (79 loc) · 1.92 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
markdown: redcarpet
name: Agile Scrum Guide
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go
- vendor
permalink: pretty
highlighter: rouge
incremental: true
sass:
style: :compressed
# Author/Organization info to be displayed in the templates
author:
name: Government of British Columbia
url: https://www.gov.bc.ca
# To expand all navigation bar entries by default, set this property to true:
expand_nav: true
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: About This Guide
internal: true
- text: What is Agile?
url: ag_intro/
internal: true
- text: Getting Started
url: ag_getstarted/
internal: true
- text: Align With Agile and Scrum
url: ag_alignwithagile/
internal: true
- text: Create Your Scrum Environment
url: ag_create_env/
internal: true
- text: Create Your Scrum Team
url: ag_create_team/
internal: true
- text: Agile Maturity Matrix
url: ag_Agile_Scrum_Maturity_Matrix/
internal: true
- text: Test To See If Your Team Is Agile
url: ag_Agility_Profile/
internal: true
repos:
- name: BC Agile Scrum Guide
description: Main repository
url: https://github.com/bcgov/agile-guide
back_link:
url: "http://guides.pathfinder.bcgov"
text: Read more BC Government Guides
google_analytics_ua: UA-48605964-19
collections:
pages:
output: true
permalink: /:path/
defaults:
- scope:
path: ""
values:
layout: "guides_style_18f_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: