generated from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yaml
76 lines (64 loc) · 1.61 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
72
73
74
75
### basic settings
# site properties and page defaults
title: Kechris Lab
description: Website for group led by Katerina Kechris, at University of Colorado, Anschutz Medical Campus, building of packages for multi-omics analysis, genetics
logo: images/kechrislogo.svg
header: images/dna-ancestry_2502064k.jpg
footer: images/dna-ancestry_2502064k.jpg
header-dark: false
footer-dark: false
baseurl: ""
# site social media and other links
links:
google-scholar: ywY1-w8AAAAJ&view_op=list_works&sortby=pubdate
research-gate: Katerina-Kechris
github: kechrislab
### advanced settings
# automatic citations
auto-cite:
plugins:
- name: sources
input:
- ../_data/sources.yaml
output: ../_data/citations.yaml
# 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
# plugins
plugins:
- jekyll-redirect-from
- jekyll-feed
- jekyll-sitemap
# - jekyll-github-metadata
# - jekyll-avatar
# - jekyll-gist
# - jekyll-mentions
# - jekyll-relative-links
# - jemoji
# jekyll theme
theme: null
google_site_verification: eh7TTz_7qFUvyQ7RJ96UZdqorCsIRuxB6jNBkFQLX4I # your google-site-verification ID (Google Search Console)
enable_google_verification: false # enables google site verification