-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
64 lines (52 loc) · 1.15 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
title: U.S. Department of the Treasury - ERA Program
email: [email protected]
baseurl: "/"
styles: styles.min.css
url: "https://smeqa.usds.gov" # the base hostname & protocol for your site, e.g. http://example.com
author: U.S. Digital Service
repository: usds/erap-guidance
github_url: https://github.com/usds/erap-guidance/
github: [metadata]
# Build settings
markdown: kramdown
# Assets settings
# sass:
# sass_dir: assets/stylesheets/
# style: compressed
# Plugins
plugins:
- jekyll-feed
- jekyll-last-modified-at
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
last-modified-at:
date-format: '%B %d, %Y'
# Jekyll SEO Tag
# See https://github.com/jekyll/jekyll-seo-tag
logo: /img/usds-logo-onwhite.png
# Google Analytics - Gov wide account
# analytics_id: "UA-132706295-1"
collections:
faqs:
sort_by: sort_number
# Exclude from processing.
exclude:
- ".ruby-version"
- ".sass-cache"
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- config
- js
- vendor
- manifest.yml
- node_modules
- package.json
- gulpfile.js
- circle.yml
- css
- compressing.sh
- package-lock.json