forked from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yaml
83 lines (71 loc) · 1.91 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
76
77
78
79
80
81
82
83
### basic settings
# site properties and page defaults
title: BioMeCIS Lab @ UTA
description: Biomedical Computing and intelligent Systems lab is directed by Dr. Jean X. Gao. We have focused on developing efficient algorithms to solve computational problems in basic medicine and clinics, while making theoretical and fundamental contributions to statistical pattern recognition, machine learning, and computer vision.
logo: images/logo/2.png
logo-text: BioMeCIS
header: images/top_background.png
footer: images/bottom_background.png
baseurl: /
# site social media and other links
links:
email: [email protected]
dblp: "18/4336.html"
github: BioMeCIS-Lab
# twitter: YourLabHandle
# instagram: YourLabHandle
# youtube: YourLabChannel
# automatic citations
auto-cite:
plugins:
- name: sources
input:
- ../research/publication-conf.yaml
- ../research/publication-journal.yaml
output: ../_data/citations.yaml
### advanced settings
# 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:
load_paths:
- css
style: compressed
# Keep these folders in wwwroot/ directory since they contain pages from the old website.
exclude: [epistasis, biomarker, icelldas, reg-amade, shape_data]
keep_files: [epistasis, biomarker, icelldas, reg-amade, shape_data]
# 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
encoding: utf-8