-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (35 loc) · 810 Bytes
/
_config.yml
File metadata and controls
43 lines (35 loc) · 810 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
# basic information
title: Maom Lab
tagline: Website for the Matthew O'Meara Lab at UMich
description: >- # ignore newlines until next tag
Computational pharmacology lab of Matthew O'Meara<br>Univerity of Michigan
email: maom@umich.edu
author: Matthew O'Meara
twitter_username: momeara
github_username: maomlab
baseurl: ""
url: "https://maomlab.github.io"
repository: "maomlab/maomlab.github.io"
# site configuration
# theme: yeti
# for jekyll-seo-tag
twitter:
username: momeara
card: summary
github:
repository_url: https://github.com/maomlab/maomlab.github.io
is_project_page: false
include:
- _pages
sass:
sass_dir: _sass
plugins:
- jekyll-github-metadata
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock