-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
48 lines (43 loc) · 920 Bytes
/
_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
title: "ΔTissue Demonstrator"
description: "Demonstration of Linked Data queries for the ΔTissue project."
author: "Andra Waagmeester & Josh Moore"
remote_theme: "jekyll/minima@master"
plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-sitemap
- jekyll-datapage-generator
exclude:
- iframe.md
- navigation.md
- sparql.md
header_pages:
- intro.md
- pubrecord.md
- tnbc.md
- glioblastoma.md
- tuberculosis.md
- data.md
# Doesn't work on GitHub Pages
page_gen-dirs: true
page_gen:
- data: gliobastoma
template: sparql.rq
dir: sparql/glioblastoma
index_files: true
extension: .rq
- data: pubrecord
template: sparql.rq
dir: sparql/pubrecord
index_files: true
extension: .rq
- data: tnbc
template: sparql.rq
dir: sparql/tnbc
index_files: true
extension: .rq
- data: tuberculosis
template: sparql.rq
dir: sparql/tuberculosis
index_files: true
extension: .rq