-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
78 lines (63 loc) · 2.66 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
title: VA.gov Design System
description: Design System for VA.gov
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://design.va.gov" # Base hostname & protocol for the site
project_name: VA.gov Design System
# Common links
sketch_cloud_link: https://sketch.cloud/s/8WM9O
sketch_github_link: https://github.com/department-of-veterans-affairs/vets.gov-team/blob/master/Work%20Practices/Design/Design%20Resources/Pattern%20Library/VA-gov-Pattern-Library.sketch
forms_system_link: https://depo-platform-documentation.scrollhelp.site/developer-docs/VA-Forms-System-Overview.2085355587.html
github_issues_link_1: https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues?q=is%3Aopen+is%3Aissue+label%3Acomponent-new%2Cpattern-new
github_issues_link_2: https://github.com/department-of-veterans-affairs/va.gov-team/issues?q=is%3Aopen+is%3Aissue+label%3Avsp-design-system-team+label%3Apattern-new
request_addition_link: https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/new?assignees=&labels=&template=experimental_design_request.md&labels=vsp-design-system-team
slack_channel_name: "#platform-design-system"
slack_channel_link: https://dsva.slack.com/archives/C01DBGX4P45
new_component_template_link: https://github.com/department-of-veterans-affairs/vets-design-system-documentation/tree/master/src/_components/experimental-design-template.md
new_component_template_raw_link: https://raw.githubusercontent.com/department-of-veterans-affairs/vets-design-system-documentation/master/src/_components/experimental-design-template.md
# People
sketch_for_teams_admin: "Kevin Hoffman"
sketch_library_owner: "Natalie Hill"
experimental_reviewer_1: "Shawna Hein"
experimental_reviewer_2: "Matthew Dingee"
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-last-modified-at
source: src
sass:
sass_dir: assets/stylesheets/
style: compressed
implementation: sass-embedded
# Collections
collections:
about:
output: true
permalink: /:collection/:title
content-style-guide:
output: true
permalink: /:collection/:title
foundation:
output: true
permalink: /:collection/:title
components:
output: true
permalink: /:collection/:title
patterns:
output: true
permalink: /:collection/:title
includes:
- /components/code
exclude:
- node_modules
- tmp_remote_assets
- .sass-cache
- .ruby_version
- _foundation/html
- _components/html
- _patterns/html
- _foundation/layout/html
- _foundation/utilities/html
# Default for building locally.
# See configuration files in jekyll-configs/ for environment overrides.
storybook_path: "http://localhost:6006"