This repository has been archived by the owner on Aug 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
_config.yml
85 lines (74 loc) · 1.7 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Site metadata.
title: Joining 18F
url: https://pages.18f.gov/joining-18f
description: Information on open positions at 18F, and how to join.
markdown: redcarpet
name: Joining 18F
exclude:
- go
- copy-template
- Gemfile
- Gemfile.lock
- README.md
- LICENSE.md
permalink: pretty
# Markdown extensions to allow tables
redcarpet:
extensions: ["tables"]
# 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.png
logoalt: 18F logo
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: So you want to join 18F?
url: index.html
internal: true
- text: Who we are hiring
url: who-we-are-hiring/
internal: true
- text: Open positions
url: open-positions/
internal: true
- text: How to apply
url: how-to-apply/
internal: true
- text: Interview process
url: interview-process/
internal: true
- text: Benefits
url: benefits/
internal: true
- text: Government pay grades explained
url: pay-grades/
internal: true
- text: Government-style resume guide
url: government-style-resume-guide/
internal: true
- text: Leave policies
url: leave-policies/
internal: true
- text: Conferences, training, and travel
url: conferences-training-travel/
internal: true
repos:
- name: Joining 18F
description: Main repository
url: https://github.com/18F/joining-18f
# Collections
collections:
interviews:
permalink: /interviews/:title/
output: true
positions:
output: true
google_analytics_ua: UA-48605964-19
defaults:
- scope:
path: ""
values:
layout: "guides_style_18f_default"