-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
46 lines (38 loc) · 925 Bytes
/
_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
# Jekyll config
title: Login.gov Handbook
baseurl: ""
url: "https://handbook.login.gov"
github_repo_url: https://github.com/GSA-TTS/identity-handbook # enables "edit this page" button
markdown: kramdown
collections:
categories: # categories are groups/sections of articles
output: true
articles: # individual articles
output: true
sass:
load_paths:
- node_modules
copy_files:
- from:
- node_modules/@18f/identity-design-system/dist/assets/css
- node_modules/@18f/identity-design-system/dist/assets/fonts
- node_modules/@18f/identity-design-system/dist/assets/img
to: assets
keep_files:
- assets/js
- assets/css
plugins:
- jekyll-redirect-from
- jekyll-last-modified-at
- jekyll-environment-variables
exclude:
- CONTRIBUTING.md
- SECURITY.md
- package-lock.json
- Makefile
- package.json
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .cache