forked from GSA-TTS/identity-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (53 loc) · 1.27 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
# Site settings
title: Login.gov
description: Welcome to the Login.gov developer documentation!
github_repo_url: https://github.com/18F/identity-dev-docs # enables "edit this page" button
url: https://developers.login.gov
# temporary_alert: "The Login.gov sandbox (<b>not production</b>) will be unavailable from <b>5-6p ET on Tuesday, January 31st, 2023</b> for maintenance."
temporary_alert: false
plugins:
- jekyll-redirect-from
- jekyll-sitemap
whitelist:
- jekyll-redirect-from
copy_to_destination:
- node_modules/@18f/identity-design-system/dist/assets
# Pages
collections:
pages:
output: true
permalink: /:path/
# Build settings
kramdown:
hard_wrap: true
sass:
load_paths:
- node_modules
exclude:
- Dockerfile
- docker-compose.yml
- README.md
- CONTRIBUTING.md
- Makefile
- package.json
- package-lock.json
# default excludes from https://github.com/jekyll/jekyll/blob/493b800edbf6f6e97c34d1812698260907255665/lib/site_template/_config.yml#L45
- .sass-cache/
- .jekyll-cache/
- assets/scss
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
keep_files:
- assets/css
# Defaults
defaults:
- scope:
path: ""
values:
layout: documentation