-
Notifications
You must be signed in to change notification settings - Fork 202
/
_config.yml
66 lines (55 loc) · 1.42 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
# Site settings
title: Login.gov
description: Welcome to the Login.gov developer documentation!
github_repo_url: https://github.com/GSA-TTS/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
# GSA Office of Strategic Communication (OSC) Google Analytics
osc_analytics_ga_measurement_id: null
plugins:
- jekyll-redirect-from
- jekyll-sitemap
copy_to_destination:
- node_modules/@18f/identity-design-system/dist/assets
# Pages
collections:
pages:
output: true
permalink: /:path/
# Build settings
kramdown:
hard_wrap: true
syntax_highlighter: rouge
syntax_highlighter_opts:
formatter: HTMLLegacyA11y
sass:
load_paths:
- node_modules
exclude:
- 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
excerpt_separator: <!--more-->