-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
70 lines (60 loc) · 1.49 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
title: NGC Summary Archive
author: Jesse Talavera-Greenberg
email: jessetalavera@aol.com
description: > # this means to ignore newlines until "twitter_username:"
An unofficial archive of the information once hosted on the National
Guideline Clearinghouse.
repository: JesseTG/ngc-archive
# social links
twitter_username: JesseT_G
github_username: JesseTG
website: https://jessetg.github.io
rss: rss
page_paths:
- summary
- about
- disclaimers
show_excerpts: false # set to true to show excerpts on the homepage
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
exclude:
- .vscode
- .git
- .gitignore
- Gemfile
- Gemfile.lock
- _summary/convert-to-markdown.sh
- _summary/convert-to-markdown.py
- _summary/.git
- _summary/.gitignore
- _summary/README.md
- _summary/requirements.txt
- _summary/getter.py
- _summary/expert-commentary
- _summary/matrix
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
#header_pages:
# - about.md
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-optional-front-matter
collections:
summary:
collections_dir: _summary
output: true
permalink: /:collection/:path/
defaults:
# _summary
- scope:
path: ""
type: summary
values:
layout: page
author_profile: false
share: true