forked from Mangul-Lab-USC/Mangul-Lab-USC.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·55 lines (48 loc) · 1.44 KB
/
_config.yml
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
# https://jekyllrb.com/docs/configuration/
# site-wide variables
title: The Mangul Lab # title of site, used in tab name and elsewhere
email: [email protected] # default email
google: Serghei Mangul # default name to search on Google Scholar
github: Mangul-Lab-USC # default GitHub user/org, without the @
twitter: MangulLab # default Twitter handle, without the @
instagram: "" # default Instagram handle, without the @
youtube: "" # default YouTube channel handle
# base directory where site is hosted
# set to "" if hosting at a custom domain, eg yoursite.com
baseurl: ""
# default front matter parameters for markdown files
# defaults can be overridden on a particular page, eg:
# ---
# description: Description unique to this page
# background: images/different-bg-for-this-page.jpg
# ---
defaults:
# all markdown files
- scope:
path: ""
values:
description: Where Genome gets compiled # description that will show under search engine results
background: images/backgrounds/laptop-paper.jpg # background image in header and footer
layout: default
# markdown files in /_members
- scope:
type: "members"
values:
layout: member
# markdown files in /_posts
- scope:
type: "posts"
values:
layout: post
collections:
members:
output: true
# sass settings
sass:
sass_dir: css
# syntax highlighting
highlighter: rouge
# build settings
plugins:
- jekyll-feed
- jekyll-redirect-from