forked from 18F/join.tts.gsa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·71 lines (59 loc) · 1.72 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
title: Join the Technology Transformation Services
description: The Technology Transformation Service’s (TTS) mission is to lead the digital transformation of the federal government by helping agencies build, buy, and share technology that allows them to provide more accessible, efficient, and effective products and services to the American people.
theme: uswds-jekyll
plugins:
- jekyll-redirect-from
site_width: wide
# GitHub information
# This is used for adding an edit this page link to the footer
github:
organization: 18F
repository: join.tts.gsa.gov
default_branch: master
# Configuration for Google Analytics, add your UA code here:
google_analytics_ua: UA-48605964-32
exclude:
- CONTRIBUTING.md
- _config.yml
- .travis.yml
- .gitignore
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- vendor
- manifest.yml
- node_modules
- .nvmrc
- .sass-cache
- todo.txt
# 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]
# 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
defaults:
- scope:
path: ""
type: pages
values:
layout: page
sidenav: primary
- scope:
path: pages/positions
type: pages
values:
layout: job
- scope:
path: pages/performance-profiles
type: pages
values:
layout: job
styles:
- /assets/css/site.css