-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path_config.yml
49 lines (41 loc) · 955 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
47
48
49
# 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
exclude:
- .cache
- CONTRIBUTING.md
- cspell.json
- federalist.json
- Gemfile
- Gemfile.lock
- package-lock.json
- package.json
- Makefile
- node_modules
- SECURITY.md
- spec
- tsconfig.json
- vendor