generated from RPGroup-PBoC/course_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·28 lines (22 loc) · 1.18 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
title: BIO165 Quantitative cell biology
description: >
Quantitative cell-physiology - from molecules to evolution
baseurl: "/BIO165/" # the subpath of your site, In most cases this can be left blank
url: "" # Base of your website.In most cases, this will be left blank
data_url: "http://cremerlab.github.io/BIO165"
# You can include a logo for your work as a .png that is saved in the folder
social-github: cremerlab # add your Github handle here.
# author-img: logo.png # Comment this line out if you don't want a logo. if
# absent, text will replace the logo postition.
# ------------------------------------------------------------------------------
# Below settings make the website work. Do not modify unless you know what you
# are doing.
# ------------------------------------------------------------------------------
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
# Files to exclude from the website build. You may not want to include all data
# files for example.
exclude: ["node_modules", "gulpfile.js", "page05_code.md","package.json", "yarn.lock", "data_files", "old_pages","page02_readings.md","page05_code.md","page04_homework.md"]