-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
37 lines (31 loc) · 1.16 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
title: "Ideali.sh"
# Configuration for Google Analytics, add your UA code here:
google_analytics_ua: UA-2279302-2
# Configuration for DAP, add your agency ID here:
# dap_agency: GSA
# Uncomment to enable AnchorJS functionality on docs layout.
# See https://github.com/bryanbraun/anchorjs for more information.
# anchor_js_targets: [h1, h2, h3, h4, h5, h6]
# Configuration for jekyll_pages_api_search plugin gem.
jekyll_pages_api_search:
# Uncomment this to speed up site generation while developing.
#skip_index: true
# Each member of `index_fields` should correspond to a field generated by
# the jekyll_pages_api. It can hold an optional `boost` member as a signal
# to Lunr.js to weight the field more highly (default is 1).
index_fields:
title:
boost: 10
tags:
boost: 10
url:
boost: 5
body:
results_page_title: Search results # Used for the title tag and the header on the results page
# Page defaults
# This default setting is used in conjunction with the jekyll_pages_api_search to hide results from the USWDS from showing up in the search results
defaults:
- scope:
path: "assets/uswds"
values:
skip_index: true