-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (45 loc) · 1.03 KB
/
_config.yml
File metadata and controls
54 lines (45 loc) · 1.03 KB
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
title: Birol Lab
description: Birol Lab at BC Cancer Research Institute
logo: "/assets/logo.png"
col_url: "../../../../"
repository: birollab/btl
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-feed
- jemoji
- jekyll-relative-links
remote_theme: daviddarnes/alembic@main
navigation_header:
Home: /
Members: /members
Publications: /publications
Research: /research
Resources: /resources
News: /news
Contact: /contact
navigation_footer:
Theme: "https://github.com/daviddarnes/alembic"
# Build settings
markdown: kramdown
verbose: true
exclude:
- Gemfile
- Gemfile.lock
- vendor/
sass:
style: compressed # Style compression
permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
excerpt_separator: <!-- more --> # Marks end of excerpt in posts
collections:
posts:
title: News
output: true
description: Conferences, presentations, and more
relative_links:
enabled: true
collections: true