-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
74 lines (66 loc) · 1.62 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
# Base configuration
permalink: /:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
markdown: kramdown
highlighter: pygments
# Title
name: Agile Principles & Practices
subtitle:
# Author/Organization info to be displayed in the templates
author:
name: 18F
url: https://18f.gsa.gov
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: /assets/img/18f-logo.png
logoalt: 18f logo
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Introduction
url: index.html
internal: true
- text: Principles
url: principles.html
internal: true
- text: 1. Define a measurable goal
url: 1-goal.html
internal: true
- text: 2. Everyone owns the problem
url: 2-everyone.html
internal: true
- text: 3. Small steps with visible impact
url: 3-steps.html
internal: true
- text: 4. Validate with your target audience
url: 4-validate.html
internal: true
- text: 5. Measure success
url: 5-measure.html
internal: true
- text: 6. Reflect, adjust, iterate
url: 6-iterate.html
internal: true
- text: Practices
url: practices.html
internal: true
#- text: DOCter Repo
# url: https://github.com/cfpb/DOCter
# internal: false
# Back link to 18F guides
back_link:
url: "https://pages.18f.gov/guides/"
text: Read more 18F Guides
# Repo list
# List repos that you would like to appear on the homepage here
repos:
- name: agile
description: Main repository
url: https://github.com/18F/agile
# Style Variables
brand_color: "#1188ff"
defaults:
-
scope:
path: ""
values:
layout: "guides_style_18f_default"