-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
_config.yml
52 lines (44 loc) · 1.52 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
# Note: Local Grantmakers.io development requires a _config_development.yml with local Algolia API keys
# bundle exec jekyll serve --livereload --config _config.yml,_config_development.yml
# Site settings
# Meta tags
title: Grantmakers.io - A Community Project
description: Quickly find data on 109,000 grantmaking institutions in the US. A free, open source project.
# Jekyll settings
baseurl: # Leave this blank unless your site is located on a subpath, e.g. /blog
url: https://www.grantmakers.io # Typically http://www.yourdomain.org
sass:
sass_dir: assets/css/_sass
plugins:
- jekyll-redirect-from
# Algolia Link
algolia_link: https://www.algolia.com/?utm_source=grantmakersio&utm_medium=referral
# Algolia Public API Search Keys
algolia_public_key_grants: 96a419d65f67ff3b4c54939f8e90c220
algolia_public_key_profiles: ce4d584b0de36ca3f8b4727fdb83c658
# Sitewide helpers
last_updated: '2021-09-26T15:00:04.544Z'
number_of_filings: 541250
number_of_foundations: 109121
number_of_grants: 6886416
number_of_searchable_grants: 5473466
# searchable grants figure pulled directly from Algolia
# Donation links
github_sponsors_link: https://github.com/sponsors/chadokruse
donorbox_coffee_link: https://donorbox.org/buy-chad-a-coffee
donorbox_grantmakersio_link: https://donorbox.org/grantmakersio
# Build settings
markdown: kramdown
kramdown:
input: GFM
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- node_modules
- package-lock.json
- package.json
- scripts/
- data/ #Note: does not affect _data folder
- vendor/