-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
59 lines (47 loc) · 1.25 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
title: Curated Datasets
email: [email protected]
description: >-
Discover issue-specific data recommended by government experts and test-driven by teams working to solve the nation’s biggest challenges.
baseurl: /data
url: "https://opportunity.census.gov"
# Configuration for Google Analytics, add your UA code here:
# google_analytics_ua: UA-????????-??
# Configuration for DAP, add your agency ID here:
# dap_agency: GSA
# Site Navigation
primary_navigation:
- name: Main Website
url: /
secondary_navigation:
- name: Home
url: /
##########################################################################################
# The values below here are more advanced and should only be
# changed if you know what they do
##########################################################################################
collections:
pages:
output: true
permalink: /:path/
permalink: pretty
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle
- vendor/cache
- vendor/gems
- vendor/ruby
- node_modules
- package.json
- package-lock.json
- README.md
- src
- .sass-cache