forked from GSA/sdg-indicators-usa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Full duplication of _config.yml with edits for production
- Loading branch information
1 parent
9a99a65
commit efc153c
Showing
1 changed file
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,50 @@ | ||
# Jekyll configuration for Open SDG platform | ||
# | ||
# NOTE: This "production" version only contains differences from _config.yml. | ||
# See also _data/site_config_prod.yml in this repository. | ||
|
||
# Tell the Remote Theme plugin to use the Open SDG platform (Jekyll theme). | ||
remote_theme: open-sdg/[email protected] | ||
|
||
# Replace this title as needed. | ||
title: general.site_title | ||
url: "" | ||
baseurl: "" | ||
environment: production | ||
usa_environment: production | ||
|
||
observation_attributes: | ||
- field: COMMENT_OBS | ||
label: '' | ||
|
||
# Pages | ||
collections: | ||
pages: | ||
output: true | ||
permalink: /:path/ | ||
posts: | ||
output: true | ||
permalink: /news/:year/:month/:day/:title.html | ||
indicators: | ||
output: true | ||
goals: | ||
output: true | ||
|
||
# Tell Jekyll to use the Remote Theme plugin. | ||
plugins: | ||
- jekyll-remote-theme | ||
- jekyll-open-sdg-plugins | ||
|
||
remote_data_prefix: 'https://gsa.github.io/sdg-data-usa-staging' | ||
|
||
languages: | ||
- en | ||
- es | ||
|
||
# Exclude some files/folders. | ||
exclude: | ||
- vendor | ||
- scripts | ||
- remotedata | ||
- Gemfile | ||
- Gemfile.lock | ||
- README | ||
- README.md | ||
- LICENSE |