-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
executable file
·57 lines (50 loc) · 1.55 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
56
57
# https://jekyllrb.com/docs/configuration/
# site-wide variables
title: Koslicki Lab # title of site, used in tab name and elsewhere
email: [email protected] # default email
phone: 814-865-1611
location: W205 Westgate Building, University Park, PA 16802
google: Oz90sQsAAAAJ # default name to search on Google Scholar
github: KoslickiLab # default GitHub user/org, without the @
twitter: "" # default Twitter handle, without the @
instagram: "" # default Instagram handle, without the @
youtube: "channel/UC4ocxPwjndh1c9xr0HyD27Q" # default YouTube channel handle
# base directory where site is hosted
# set to "" if hosting at a custom domain, eg yoursite.com
baseurl: "/Koslicki-lab-PSU"
# 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 (meta)genomes get compiled # description that will show under search engine results
background: images/backgrounds/penn_state_bk.jpeg # 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