-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (41 loc) · 882 Bytes
/
_config.yml
File metadata and controls
47 lines (41 loc) · 882 Bytes
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
title: MacCoss Lab
description: Biological Mass Spectrometry Laboratory
url: "https://maccosslab.github.io"
baseurl: ""
# Site settings
author: Michael MacCoss
email: maccoss[at]uw[dot]edu
institution: University of Washington
department: Department of Genome Sciences
# Build settings
markdown: kramdown
highlighter: rouge
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Navigation
header_pages:
- pages/publications.md
- pages/people.md
- pages/news.md
- pages/resources.md
- pages/funding.md
- pages/positions.md
- pages/contact.md
# Collections
collections:
people:
output: true
permalink: /:collection/:name/
# Feed configuration
feed:
posts_limit: 20
excerpt_only: false
# Exclude files
exclude:
- Gemfile
- Gemfile.lock
- README.md
- lab-internal/README.md