forked from cfpb/design-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·188 lines (169 loc) · 4.81 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# Redirects
gems:
- jekyll-redirect-from
# Base configuration
permalink: /:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "src", "node_modules"]
markdown: kramdown
highlighter: pygments
# Organization
org: CFPB
# Title
name: Design Manual
# We currently don't use this in the templates
subtitle: A set of principles and standards for the Consumer Financial Protection Bureau's design projects.
# When using this template with a project page set the baseurl to '/project-name'
# For user/organization pages set this to an empty string
# When working locally use jekyll serve --baseurl '' so that you can view everything at localhost:4000
# See http://jekyllrb.com/docs/github-pages/ for more info
#baseurl: ''
baseurl: '/design-manual'
# Author/Organization info to be displayed in the templates
author:
name: The Consumer Financial Protection Bureau
url: https://cfpb.github.io/
repository:
name: Design Manual
url: https://github.com/cfpb/design-manual
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: 'static/img/logo_210.png'
logoalt: 'Consumer Financial Protection Bureau'
# Kramdown settings
kramdown:
auto_ids: true
smart_quotes: lsquo,rsquo,ldquo,rdquo
parse_block_html: true
# Main Navigation
# List links that should appear in the main navigation (header) here
mainnav:
- text: Overview
url: index.html
internal: true
- text: Best practices
url: best-practices/best-practices.html
internal: true
- text: Brand guidelines
url: brand-guidelines/brand-guidelines.html
internal: true
- text: Global elements
url: global-elements/global-elements.html
internal: true
- text: Page components
url: page-components/page-components.html
internal: true
# - text: Data visualization
# url: data-visualization/data-visualization.html
# internal: true
# Secondary Navigation
# List links that should appear in the secondary navigation (sidebar) here
secondarynav:
- text: Home
url: index.html
internal: true
category: Overview
# Best practices
- text: Accessibility best practices
url: best-practices/accessibility-best-practices.html
internal: true
category: Best practices
- text: Design principles
url: best-practices/design-principles.html
internal: true
category: Best practices
- text: Form best practices
url: best-practices/form-best-practices.html
internal: true
category: Best practices
# Brand guidelines
- text: Beam pattern
url: brand-guidelines/beam-pattern.html
internal: true
category: Brand guidelines
- text: Color
url: brand-guidelines/color-principles.html
internal: true
category: Brand guidelines
- text: Illustrations
url: brand-guidelines/illustration.html
internal: true
category: Brand guidelines
- text: Isocons
url: brand-guidelines/isocons.html
internal: true
category: Brand guidelines
- text: Logo
url: brand-guidelines/logo.html
internal: true
category: Brand guidelines
- text: Minicons
url: brand-guidelines/minicons.html
internal: true
category: Brand guidelines
- text: Photography
url: brand-guidelines/photography.html
internal: true
category: Brand guidelines
- text: Typography
url: brand-guidelines/typography.html
internal: true
category: Brand guidelines
- text: Video
url: brand-guidelines/video.html
internal: true
category: Brand guidelines
# Global elements
- text: Grid
url: global-elements/grid.html
internal: true
category: Global elements
- text: Heroes
url: global-elements/heroes.html
internal: true
category: Global elements
# Page components
- text: Buttons
url: page-components/buttons.html
internal: true
category: Page components
- text: Expandables
url: page-components/expandables.html
internal: true
category: Page components
- text: Featured content modules
url: page-components/featured-content-module.html
internal: true
category: Page components
- text: Form fields
url: page-components/form-fields.html
internal: true
category: Page components
- text: Links
url: page-components/links.html
internal: true
category: Page components
# - text: Tables
# url: page-components/tables.html
# internal: true
# category: Page components
# Content guidelines
- text: Content Guidelines
url: content-guidelines/content-guidelines.html
internal: true
category: Content guidelines
- text: Content guidelines for Brand Guidelines
url: content-guidelines/brand-guidelines-content.html
internal: true
category: Content guidelines
- text: Content guidelines for Global Elements
url: content-guidelines/global-elements-content.html
internal: true
category: Content guidelines
# Footer Navigation
# List links that should appear in the footer navigation (footer) here
footernav:
- text: Home
url: index.html
internal: true
- text: DOCter Repo
url: https://github.com/cfpb/DOCter
internal: false