-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path_config.yml
40 lines (35 loc) · 1012 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
title: CovidCareMap – Open geospatial work to support health systems' capacity to effectively care for rapidly growing COVID19 patient needs
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Open geospatial work to support health systems' capacity to effectively care for rapidly growing COVID19 patient needs
baseurl: "" # the subpath of your site if applicable, e.g. /blog
url: "https://www.covidcaremap.org" # the base hostname & protocol for your site, e.g. https://example.com
timezone: America/New York
sass:
sass_dir: _sass
style: :compressed
# Build settings
markdown: kramdown
# Kramdown options
kramdown:
# Prevent IDs from being added to h1-h6 tags
auto_ids: false
exclude:
- .github
- .nvmrc
- .ruby_version
- covidcaremap
- data/README.md
- docker
- figs
- notebooks
- scripts
- viz/README.md
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- node_modules
- LICENSE
- netlify.toml
- README.md
- runtime.txt