forked from 18F/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (47 loc) · 1019 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
54
55
56
# Site settings
theme: uswds-jekyll
title: TTS Handbook
description: A collection of guides and policies to help you with your work.
github_info:
organization: 18F
repository: handbook
default_branch: master
exclude:
- Dockerfile
- docker-compose.yml
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- node_modules
- test
- vendor
scripts:
- assets/uswds/js/uswds.min.js
- javascripts/jquery-3.5.1.min.js
- javascripts/application.js
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "handbook_page"
permalink: pretty
collections:
pages:
output: true
permalink: /:name/
url: "https://handbook.tts.gsa.gov"
plugins:
- jekyll-redirect-from
- jekyll-sitemap
# Google Analytics & DAP tracking code for handbook
google_analytics_ua: UA-48605964-19
dap_agency: GSA
dap_subagency: TTS
# search.gov
search_site_handle: tts-handbook
private_eye: true
jekyll_get:
- data: dgcommunities
json: "https://digital.gov/communities/index.json"