forked from compbiozurich/UZH-BIO390
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
98 lines (87 loc) · 2.94 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
label: 'UZH BIO390'
tagline: 'Introduction to Bioinformatics'
description: |
This is the repository for the University of Zurich's "Introduction to
Bioinformatics" lecture series.
keywords: UZH, life sciences, baudisgroup. bioinformatics
site_domain_name: http://compbiozurich.org
url: 'https://compbiozurich.org'
# The baseurl parameter is an empty string if the site is represented at the root
# of a domain. For project domains on Github it corresponds to the project name.
baseurl: "/UZH-BIO390"
# the site_parent_link parameter is used e.g. for icon links.
site_parent_link: 'https://compbiozurich.org'
github_organisation: compbiozurich
# instructions for processing specific directories
include: # usually only pages in / and /_posts are "seen" => processed
- categories # contains landing pages for each category
- tags # contains landing pages for each tag
# Collections are used to organise pages into logical groups; these do not need
# to have a relation to the "categories", though this is highly recommended
# Collection directories reside in "/collections_dir/_(collection name)".
# The "_posts" collection is created by default.
collections:
doc:
output: true
permalink: /doc/:path/
people:
output: true
permalink: /people/:path/
course-days:
output: true
permalink: /course-days/:path/
collections_dir: pages # optional; here, all collections are inside "/pages"
# navigation blocks can be used to separate different categories and add e.g.
# external link block(s), in combination with a properly modified layout
nav_cat_blocks: # comma-separated "label,type,label_visibility"
general: 'General,categories,hide'
related_sites: 'Related Sites,related_sites,show'
github_projects: 'Github Projects,github_projects,show'
# content of the different navigation blocks
general:
news: "News and Updates"
doc: 'General Info'
lectures: 'Lectures'
people: Teachers
howto: 'Examples, Guides & FAQ'
material: 'Course Material'
related_sites:
CompbioZurich: "http://www.compbiozurich.org"
'UZH392 course': '/UZH-BIO392/'
'Baudisgroup at UZH': 'http://info.baudisgroup.org'
github_projects:
'compbiozurich': 'http://github.com/compbiozurich/'
'progenetix': 'http://github.com/progenetix/'
# The categories-date-sorted parameter determines the selection of a
# time sorted, year labeled listing template for those categories.
categories-date-sorted:
- lectures
- news
# As above, for tags:
tags-date-sorted:
- days
# Only tags listed here are represented in the tag cloud.
cloud_tags:
- code
- contacts
- documentation
- days
- exam
- feedback
- FAQ
- Jekyll
- Markdown
- website
- slides
- data
- exercises
- teachers
# additional Jekyll instructions
plugins:
- jekyll-seo-tag
type: website
show_downloads: true
future: true
safe: false
navigation_max_items: 4 # displayed sidebar links in current category
emptyArray: [] # dummy element for array instantiation