-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
51 lines (45 loc) · 996 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
49
50
51
# Site settings
title: "Galaxy Belgium"
description: Belgian Galaxy Instance
email: [email protected]
url: "https://usegalaxy.be" # the base hostname & protocol for your site, e.g. https://example.com
twitter_username: ELIXIRnodeBE
github_username: usegalaxy-be
# Sass settings
sass:
style: compressed
sourcemap: never
# Render pages with following url structure: /:categories/:year/:month/:day/:title
permalink: /:categories/:year/:month/:day/:title
# Load following plugins
plugins:
- jekyll-feed
- jekyll-scholar
# Bibliography settings
scholar:
style: bioinformatics
group_by: year
order: descending
sort_by: year
group_order: descending
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
layout: "news"