forked from 18F/content-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
185 lines (172 loc) · 3.96 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
markdown: kramdown
title: 18F Content Guide
description: How to plan, write, and manage content at 18F.
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- README.md
- go
permalink: pretty
highlighter: rouge
kramdown:
auto_ids: true
sass:
style: :compressed
# Author/Organization info to be displayed in the templates
author:
name: 18F Content Guild
url: https://18f.gsa.gov
github:
organization: 18F
repository: content-guide
default_branch: 18f-pages
collections:
pages:
output: true
permalink: /:path/
generate_nodes: true
flat_namespace: true
gems:
- jekyll-redirect-from
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Introduction
url: introduction/
internal: true
generated: true
children:
- text: How to use this guide
url: how-to-use-this-guide/
internal: true
- text: License
url: license/
internal: true
- text: Resources
url: resources/
internal: true
- text: Our approach
blurb: |
Tips and standards for developing user-centered content.
url: our-approach/
internal: true
generated: true
children:
- text: Content principles
url: content-principles/
internal: true
- text: Address the user
url: address-the-user/
internal: true
- text: Avoid duplication
url: avoid-duplication/
internal: true
- text: Be concise
url: be-concise/
internal: true
- text: Use plain language
url: plain-language/
internal: true
- text: Structure the content
url: structure-the-content/
internal: true
- text: Keep refining
url: keep-refining/
internal: true
- text: Giving and receiving feedback
url: giving-and-receiving-feedback/
internal: true
- text: Make content web-friendly
url: make-content-web-friendly/
internal: true
- text: Our style
blurb: |
Grammar, spelling, and mechanics.
url: our-style/
internal: true
generated: true
children:
- text: Abbreviations and acronyms
url: abbreviations-and-acronyms/
internal: true
- text: Active voice
url: active-voice/
internal: true
- text: Capitalization
url: capitalization/
internal: true
- text: Inclusive language
url: inclusive-language/
internal: true
- text: Names
url: names/
internal: true
- text: Numbers and percentages
url: numbers-and-percentages/
internal: true
- text: Punctuation
url: punctuation/
internal: true
- text: Specific words and phrases
url: specific-words-and-phrases/
internal: true
- text: Voice and tone
url: voice-and-tone/
internal: true
- text: Content types
blurb: |
Detailed guidance for web and print elements.
url: content-types/
internal: true
generated: true
children:
- text: Forms
url: forms/
internal: true
- text: Headings and titles
url: headings-and-titles/
internal: true
- text: Images
url: images/
internal: true
- text: Style guides
url: style-guides/
internal: true
- text: Technical and interface writing
url: technical-and-interface-writing/
internal: true
- text: Trademarks and brands
url: trademarks-and-brands/
internal: true
- text: URLs and filenames
url: urls-and-filenames/
internal: true
repos:
- name: 18F Content Guide
description: Main repository
url: https://github.com/18F/content-guide
google_analytics_ua: UA-48605964-19
# Configuration for jekyll_pages_api_search plugin gem.
jekyll_pages_api_search:
# Uncomment this to speed up site generation while developing.
# skip_index: true
placeholder: Search
# 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: