-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (43 loc) · 1.08 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
#**************** Set site global variables ****************
# Setup
title: Pathway Guide
description: 'An online textbook for pathway understanding'
baseurl: /guide
domain: 'http://pathwaycommons.github.io'
# About/contact
author:
name: Pathway Commons
url: http://www.pathwaycommons.org/
# Custom vars
version: 0.1.0
branch: gh-pages
# Declare the path relative to <source> for media and static items
media_root: media
build_root: build
static_root: public
src_root: src
site_root: _site
include:
- .nojekyll
exclude:
- atom
#**************** Override defaults ****************
# Plugins
plugins: [jekyll-watch, jekyll_github_sample]
# Markdown Processors
kramdown:
input: GFM
hard_wrap: false
collections:
case_studies:
output: true
description: Case Studies
presentations:
output: true
description: Presentations
primers:
output: true
description: Primers
workflows:
output: true
description: Workflows