forked from uswds/uswds-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
87 lines (76 loc) · 2.11 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
# Site settings
title: U.S. Web Design System
description: Design and build fast, accessible, mobile-friendly government websites backed by user research.
google_analytics_ua: UA-48605964-43
components_url: 'https://components.designsystem.digital.gov'
# this is for pages that don't have a permalink (primarily posts)
permalink: /whats-new/updates/:year/:month/:day/:title/
# this ensure that posts with future dates are published
future: true
encoding: utf-8
incremental_regeneration_fixer:
interdependent_files:
- "_components/colors/*"
- "_components/form-controls/*"
- "_components/form-templates/*"
- "_components/typography/*"
jekyll_get:
- data: releases
json: 'https://api.github.com/repos/uswds/uswds/releases'
- data: contributing
json: 'https://api.github.com/repos/uswds/uswds/contents/CONTRIBUTING.md'
decode_content: true
- data: install-readme
json: 'https://api.github.com/repos/uswds/uswds/contents/README.md'
decode_content: true
- data: standards-sites
json: 'https://api.github.com/repos/uswds/uswds/contents/docs/WHO_IS_USING_USWDS.md'
decode_content: true
repos:
- name: U.S. Web Design System
description: Main repository for the U.S. Web Design System package
url: https://github.com/uswds/uswds
- name: U.S. Web Design System Documentation
description: Documentation for the U.S. Web Design System
url: https://github.com/uswds/uswds-site
- name: U.S. Web Design System Assets
description: U.S. Web Design System visual design assets
url: https://github.com/uswds/uswds-assets
sass:
load_paths:
- css
- assets/css
collections:
components:
output: true
permalink: /:path/
defaults:
- scope:
path: ''
type: components
values:
layout: component
- scope:
path: ''
type: posts
values:
layout: post
gems:
- jekyll-redirect-from
- octopress-autoprefixer
exclude:
- ".ruby-version"
- ".sass-cache"
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- config
- js
- vendor
- manifest.yml
- node_modules
- package.json
- gulpfile.js
- circle.yml