forked from cfpb/design-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·181 lines (170 loc) · 4.48 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
# 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: Guides
url: guides/guides.html
internal: true
- text: Visual identity
url: identity/identity.html
internal: true
- text: UI toolkit
url: ui-toolkit/ui-toolkit.html
internal: true
# - text: Downloads
# url: downloads/style-guide.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
- text: Design principles
url: guides/design-principles.html
internal: true
category: Guides
- text: Accessible interfaces
url: guides/accessible-interfaces.html
internal: true
category: Guides
- text: Effective forms
url: guides/effective-forms.html
internal: true
category: Guides
# - text: Filtering patterns
# url: guides/filtering-patterns.html
# internal: true
# category: Guides
# - text: UX checklist
# url: guides/ux-checklist.html
# internal: true
# category: Guides
- text: Logo
url: identity/logo.html
internal: true
category: Visual identity
- text: Color
url: identity/color-principles.html
internal: true
category: Visual identity
- text: Typography
url: identity/typography.html
internal: true
category: Visual identity
- text: Minicons
url: identity/minicons.html
internal: true
category: Visual identity
- text: Isocons
url: identity/isocons.html
internal: true
category: Visual identity
- text: Illustration
url: identity/illustration.html
internal: true
category: Visual identity
- text: Beam pattern
url: identity/beams.html
internal: true
category: Visual identity
- text: Photography
url: identity/photography.html
internal: true
category: Visual identity
- text: Video
url: identity/video.html
internal: true
category: Visual identity
- text: Buttons
url: ui-toolkit/buttons.html
internal: true
category: UI toolkit
- text: Expandables
url: ui-toolkit/expandables.html
internal: true
category: UI toolkit
- text: Form fields
url: ui-toolkit/form-fields.html
internal: true
category: UI toolkit
- text: Grid and layout
url: ui-toolkit/grid-and-layout.html
internal: true
category: UI toolkit
- text: Links
url: ui-toolkit/links.html
internal: true
category: UI toolkit
# - text: Modals
# url: ui-toolkit/modals.html
# internal: true
# category: UI toolkit
# - text: Pagination
# url: ui-toolkit/pagination.html
# internal: true
# category: UI toolkit
# - text: Tables
# url: ui-toolkit/tables.html
# internal: true
# category: UI toolkit
# - text: Tooltips
# url: ui-toolkit/tooltips.html
# internal: true
# category: UI toolkit
# - text: Brand 2.0 style guide
# url: downloads/style-guide.html
# internal: true
# category: Downloads
# - text: Logo suite
# url: downloads/logo-suite.html
# internal: true
# category: Downloads
# - text: Minicon font and assets
# url: downloads/minicons.html
# internal: true
# category: Downloads
# 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