forked from uswds/uswds-site
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
87 lines (76 loc) · 2.2 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 (USWDS)
description: USWDS makes it easier to build accessible, mobile-friendly government websites for the American public.
baseurl: '/HCD-Discovery-Concept-Guide'
google_analytics_ua: UA-48605964-43
components_url: "https://components.designsystem.digital.gov"
components_url_v2_preview: "https://federalist-3b6ba08e-0df4-44c9-ac73-6fc193b0e19c.app.cloud.gov/preview/uswds/uswds/release-2.6.0/components/preview"
meta:
og:image: /img/uswds-logo/lg-black.png
# 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/form-controls/*"
- "_components/form-templates/*"
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?ref=develop"
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: USWDS
description: Main repository for the U.S. Web Design System package
url: https://github.com/uswds/uswds
- name: USWDS site
description: USWDS website
url: https://github.com/uswds/uswds-site
- name: USWDS for designers
description: USWDS visual design assets
url: https://github.com/uswds/uswds-for-designers
collections:
components:
output: true
permalink: /:path/
defaults:
- scope:
path: ""
type: components
values:
layout: component
- scope:
path: ""
type: posts
values:
layout: post
plugins:
- jekyll-redirect-from
- jekyll-sitemap
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
- css
env: dev