forked from uswds/uswds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (43 loc) · 971 Bytes
/
_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
# Markdown config
markdown: redcarpet
highlighter: rouge
name: Draft U.S. Web Design Standards
source: docs
version: 0.9.4
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE.md
- CONTRIBUTING.md
- ".sass-cache"
- ".ruby-version"
- vendor
- node_modules
permalink: pretty
repos:
- name: Draft U.S. Web Design Standards
description: Main repository for the Draft U.S. Web Design Standards
url: https://github.com/18F/web-design-standards
- name: Draft U.S. Web Design Standards Assets
description: Draft U.S. Web Design Standards visual design assets
url: https://github.com/18F/web-design-standards-assets
google_analytics_ua: UA-48605964-43
sass:
load_paths:
- src/stylesheets
- docs/_scss
# style: :compressed
collections:
visual:
output: true
permalink: /:path/
layout-system:
output: true
permalink: /:path/
elements:
output: true
permalink: /:path/
components:
output: true
permalink: /:path/