forked from theislab/single-cell-transformer-papers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (41 loc) · 841 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: Transformers in Single-Cell Omics
description: A curated collection of papers on transformers in single-cell analysis
baseurl: "/single-cell-transformer-papers"
url: "https://theislab.github.io"
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
# Explicitly remove trailing slashes
permalink: /:title
trailing_slash: false
# Default layout settings
defaults:
-
scope:
path: ""
values:
layout: "default"
# Collections
collections:
pages:
output: true
permalink: /:title
# Include directories and files
include:
- _pages
- assets
- assets/js/dist
- _data
# Exclude from processing
exclude:
- node_modules
- webpack.config.js
- package.json
- package-lock.json
- README.md
- Gemfile
- Gemfile.lock
# Explicitly set data directory
data_dir: _data