generated from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yaml
71 lines (61 loc) · 1.35 KB
/
_config.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# site properties and page defaults
title: Mizumoto Lab
subtitle: Auburn University
description: Mizumoto lab at Auburn University. We study termites, behavior, evolution. # Default description that will show under search engine results.
header: images/background.jpg
footer: images/background.jpg
# site social media and other links
links:
email: nzm0095@auburn.edu
orcid: 0000-0002-6731-8684
google-scholar: 8P4Ch5EAAAAJ
github: nobuaki-mzmt
twitter: nobuakimzmt
### jekyll settings
# front matter defaults
defaults:
# all markdown files
- scope:
path: ""
values:
layout: default
# markdown files in /_members
- scope:
type: "members"
values:
layout: member
# markdown files in /_posts
- scope:
type: "posts"
values:
layout: post
collections:
# generate page for each member
members:
output: true
# generate page for each post
posts:
output: true
# jekyll plugins
plugins:
- jekyll-spaceship
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-feed
- jekyll-last-modified-at
# code block syntax highlighting
highlighter: rouge
# jekyll theme
theme: null
# sass settings
sass:
sass_dir: _styles
# force jekyll to include certain files/folders
include:
- _styles
- _scripts
# force jekyll to exclude certain files/folders
exclude:
- README.md
- LICENSE.md
- CITATION.cff