forked from presidential-innovation-fellows/apps-gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
68 lines (60 loc) · 1.83 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
67
68
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Apps.Gov
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
A marketplace to find cloud based products to help the government
operate better.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://apps.gov" # the base hostname & protocol for your site
twitter_username: innovfellows
github_username: presidential-innovation-fellows
repo_url: https://github.com/presidential-innovation-fellows/apps-gov
# Build settings
markdown: kramdown
gems:
- jekyll-sitemap
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go
- node_modules
- package.json
- vendor
- system-security-plan.yml
- about.yml
- manifest.yml
page_gen:
- data: apps
template: page
name: url
dir: apps
# 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:
# If defined and browserify and uglifyify are installed, the plugin will
# generate a bundle to define the renderJekyllPagesApiSearchResults
# function.
browserify:
source: 'assets/js/products.js'
target: 'assets/js/products-bundle.js'