generated from abhinavs/cookie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (42 loc) · 1016 Bytes
/
_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
title: Machine Learning School for Toxinologists 2023
description: > # this means to ignore newlines until "show_excerpts:"
Machine Learning School for Toxinologists, Bioligists.
We will teach the basics of machine learning with biological data.
baseurl: "/"
url: https://mlschool23.rostlab.org/
plugins:
- jekyll-feed
- jekyll-soopr-seo-tag
- jekyll-sitemap
- jekyll-minifier
css_dir: "assets/css" # defaults to "css"
highlighter: rouge
collections:
persons:
output: false
questions:
output: false
program:
output: true
permalink: "/:collection/:title"
pages:
output: true
permalink: "/:title"
jekyll-minifier:
uglifier_args:
harmony: true
twitter:
card: summary_large_image
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- package.json
- package-lock.json
- README.md
- postcss.config.js
- purgecss.config.js
- tailwind.config.js
- .gitignore
- vendor
form_url: "https://wiki.tum.de/display/rostlabform/Winterschool+Registration"