-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
45 lines (40 loc) · 1.07 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
# This config controls the live site.
title: "CMCS-DSG-DSS-Certification"
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Welcome to the MES Certification Repository, a collaborative community for CMS, states, and vendors.
# this should page the repository name, available at site.github.repository_name, with a prepended slash
baseurl: "/CMCS-DSG-DSS-Certification-Staging"
url: ""
# twitter_username: jekyllrb
# github_username: jekyll
# Build settings
# theme: just-the-docs
# remote_theme: pages-themes/[email protected]
# plugins:
# - jekyll-remote-theme
# # - jekyll-feed
# Exclude from processing.
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
defaults:
- scope:
path: "/Outcomes and Metrics/*/*.csv"
values:
layout: "csv"
- scope:
path: "/Conditions for Enhanced Funding/*.csv"
values:
layout: "csv"
titles_from_headings:
enabled: true
strip_title: true