forked from cfpb/design-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·257 lines (237 loc) · 6.67 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# Redirects
gems:
- jekyll-redirect-from
# Base configuration
permalink: /:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "src", "node_modules"]
markdown: kramdown
highlighter: rouge
# 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
# Content guidelines
- text: Design Manual structure
url: content-guidelines/content-guidelines.html
internal: true
category: Content guidelines
- text: General content guidelines
url: content-guidelines/general-content-guidelines.html
internal: true
category: Content guidelines
- text: For page components section
url: content-guidelines/page-components.html
internal: true
category: Content guidelines
# Global elements
- text: Browse page
url: global-elements/browse-page.html
internal: true
category: Global elements
- text: Document detail page
url: global-elements/document-detail.html
internal: true
category: Global elements
- text: Filterable list pages
url: global-elements/filterable-list-pages.html
internal: true
category: 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
- text: Item introduction
url: global-elements/item-introduction.html
internal: true
category: Global elements
- text: Landing page
url: global-elements/landing-page.html
internal: true
category: Global elements
- text: Learn page
url: global-elements/learn-page.html
internal: true
category: Global elements
- text: Sublanding page
url: global-elements/sublanding-page.html
internal: true
category: Global elements
- text: Text introductions
url: global-elements/text-introductions.html
internal: true
category: Global elements
# Page components
- text: 25/75 image and text
url: page-components/25-75.html
internal: true
category: Page components
- text: 50/50 image and text
url: page-components/50-50.html
internal: true
category: Page components
- text: Buttons
url: page-components/buttons.html
internal: true
category: Page components
- text: Contact information
url: page-components/contact-information.html
internal: true
category: Page components
- text: Email sign-up
url: page-components/email-sign-up.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: Filterable list control panel
url: page-components/filter-control.html
internal: true
category: Page components
- text: Form fields
url: page-components/form-fields.html
internal: true
category: Page components
- text: Full width text
url: page-components/fullwidth-text.html
internal: true
category: Page components
- text: Half width link blob
url: page-components/half-width-link-blob.html
internal: true
category: Page components
- text: Links
url: page-components/links.html
internal: true
category: Page components
- text: Sidebar/prefooter
url: page-components/sidebar-prefooter.html
internal: true
category: Page components
# - text: Tables
# url: page-components/tables.html
# internal: true
# category: Page components
- text: Wells
url: page-components/wells.html
internal: true
category: Page components
# 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