generated from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yaml
66 lines (58 loc) · 1.24 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
# site settings
title: SaraLab Group
logo: images/baskin_logo.png
# page defaults
description: Website for the SaraLab Group based on GreenLab Template.
header: images/m25_banner.jpg
footer: images/m25_banner.jpg
# site nav bar
nav:
- link: research
tooltip: Published & Conference works
- link: resources
tooltip: Tools, datasets, and more
- link: team
tooltip: About our team
- link: news
tooltip: Posts and Tweets
- link: contact
tooltip: Email, address, and location
- link: donate
tooltip: Support the Saralab Science
# site social media
email: [email protected]
google-scholar: Sara Abrahamsson
github: SaraLab-Group
twitter: FourierPower
# base directory where site is hosted
baseurl: "/"
# default front matter parameters for markdown files
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
collections:
members:
output: true
# sass settings
sass:
sass_dir: css
# syntax highlighting
highlighter: rouge
# build settings
plugins:
- jekyll-feed
- jekyll-redirect-from