forked from cloud-gov/federalist.18f.gov
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
56 lines (44 loc) · 1.17 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
title: Federalist Homepage
name: Federalist Homepage
theme: uswds-jekyll
url: "https://federalist.18f.gov"
# Configuration for Google Analytics, add your UA code here:
google_analytics_ua: UA-48605964-31
# Configuration for DAP, add your agency ID here:
dap_agency: GSA
# 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: federalist
support_email: federalist-support@gsa.gov
collections:
templates:
output: true
permalink: /pages/using-federalist/templates/:name/
defaults:
- scope:
path: ""
values:
layout: "page"
sidenav: "sidenav"
- scope:
path: ""
type: templates
values:
layout: "default"
scripts:
- /assets/js/glossary.js
- /assets/js/index.js
- /assets/uswds/js/uswds.min.js
styles:
- /assets/css/site.css
plugins:
- jekyll-redirect-from
- jekyll-sitemap
# GitHub information
# This is used for adding an edit this page link to the footer
github:
organization: 18F
repository: federalist.18f.gov
default_branch: master