-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_config.yml
75 lines (67 loc) · 2.56 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
title: CMS Blue Button 2.0 API
description: > # this means to ignore newlines until "baseurl:"
The CMS Blue Button 2.0 API enables beneficiaries to connect their Medicare claims data to the applications, services, and research programs they trust.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# CSS REPO TRIGGER
# By default, this will look for CSS files locally here. For Test and Prod, this URL is updated to point to AWS
cssurl: bluebutton-css/dist/static-main.css
# permalink: /blog/:title/
permalink: /blog/:title
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-redirect-from
sass:
style: compressed
load_paths:
- _sass
- node_modules
exclude:
- .gitignore
- README.md
- LICENSE.txt
- RELEASE.txt
- Gemfile
- Gemfile.lock
- node_modules
- .gitattributes
- package.json
- Jenkinsfile
- ops
- assets/bluebutton-ig/
- assets/public_open_source/
include: ["_pages"]
# Settings for RSS Feed for Blog
name: Blue Button 2.0 API Blog
# the next two values are defined above so we are changing the keys.
blog_description: Updates, how-to guides, sample apps, and other useful content related to Blue Button 2.0 API
blog_url: https://bluebutton.cms.gov
# S3 appears to require blog templates to append ".html" to files.
# Define "use_dot_html" = true in environment _config file
# default should be false i.e. not defined
# use_dot_html: true
# Configure the `_plugins/api_codings.rb` plugin. Note that you can run
# `bundle exec jekyll serve --verbose` to get debug output from that plugin.
codebooks:
layout: variable.html
xml_files:
# These files are produced by the
# `bluebutton-data-model.git/bluebutton-data-model-codebook-extractor`
# project, and copied by hand to this project, as needed.
- _codebooks/codebook-mbsf-abd.xml
- _codebooks/codebook-ffs-claims.xml
- _codebooks/codebook-pde.xml
- _codebooks/codebook-mbsf-abcd.xml
# Configure the `_plugins/rda_api_variables.rb` plugin.
# The plugin processes a csv file in `_data` directory extracted from the RDA API data dictionary
# to produce pages for coding system URLs used by the BFD for partially-adjudicated claims data.
# The `csv_file_key` should be the base name of the csv file minus the `.csv` suffix.
# If either of these configuration settings are missing the plugin will not execute.
rda_api:
layout: rda_api_variable.html
csv_file_key: rda_api_data_dictionary
tealium_env: "development"
tealium_url: "https://tealium-tags.cms.gov/cms-bluebutton/dev/utag.sync.js"