-
Notifications
You must be signed in to change notification settings - Fork 122
/
_config.yml
58 lines (46 loc) · 1.57 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
title: This is the site title
description: This is the site description.
# GitHub information
# This is used for adding an edit this page link to the footer
github_info:
organization: 18F
repository: uswds-jekyll
default_branch: main
# Configuration for setting the site width to 100%
# To enable, uncomment the following line
# site_width: wide
# Configuration for Google Analytics, add your UA code here:
# google_analytics_ua: UA-????????-??
# Configuration for DAP, add your agency ID here:
# dap_agency: GSA
# dap_subagency: TTS
# Uncomment to enable AnchorJS functionality on docs layout.
# See https://github.com/bryanbraun/anchorjs for more information.
# anchor_js_targets: [h1, h2, h3, h4, h5, h6]
# Enables Private Eye functionality.
# See https://github.com/18F/private-eye for more information.
# Private Eye configuration is in assets/js/main.js
private_eye: true
# To enable search, uncomment the search section
# You will need to setup a search account with search.gov
# https://search.usa.gov/signup
# Your search_site_handle value is from the search.gov settings page.
# search_site_handle: searchgov-site-handle
# touchpoints_form_id:
# Configuration for projects and team collections
# See https://jekyllrb.com/docs/collections/ for more information about collections.
# collections:
# projects:
# output: true
# team:
# output: true
# Compress Sass
sass:
style: compressed
# https://designsystem.digital.gov/documentation/developers/#sass-compilation-requirements
autoprefixer:
browsers:
- "> 2%"
- last 2 versions
- IE 11
- not dead