-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (38 loc) · 947 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
# Site settings
title: Charlottesville Regional Equity Atlas
# email: [email protected]
description: "An Equity Center Initiative in Democratization of Data to provide tools that enable data rich advocacy in support of community
building and collective action for change."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://virginiaequitycenter.github.io/cville-equity-atlas"
twitter_username: EquityCenterUVA
github_username: virginiaequitycenter
# Build settings
sass:
sass_dir: assets/css/_sass
style: compressed
# theme: minima
# plugins:
# - jekyll-feed
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
defaults:
- scope:
path: "assets/img"
values:
image: true
- scope:
path: "pages/reports"
values:
og_type: "article"
- scope:
path: ""
type: "pages"
values:
is_page: true
og_type: "website"