forked from 18F/automated-testing-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (41 loc) · 1.01 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
# Site settings
title: Automated Testing Playbook
email: [email protected]
description: >
A set of principles, practices, idioms, and strategies pertaining to
automated software testing and its adoption.
url: "http://18f.gsa.gov"
github_username: 18f
# Build settings
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go
- vendor
theme: jekyll-uswds
# Author/Organization info to be displayed in the templates
author:
name: 18F
url: https://18f.gsa.gov
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: /assets/img/18f-logo.svg
logoalt: 18f logo
# Navigation
# List links that should appear in the site sidebar here
navigation:
repos:
- name: Automated Testing Playbook
description: Main repository
url: https://github.com/18F/automated-testing-playbook
google_analytics_ua: UA-48605964-19
styles:
- /assets/css/main.css
defaults:
- scope:
path: ""
values:
layout: docs
sidenav: primary