-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
67 lines (57 loc) · 2.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
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
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
author: DL@MBL Team
name: DL@MBL
title: Deep Learning for Microscopy Image Analysis
description: >
The goal of this course is to familiarize researchers in the life sciences with state-of-the-art deep learning techniques
for microscopy image analysis and to introduce them to tools and frameworks that facilitate independent application of the
learned material after the course.
footer_text: >
Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
repository: dlmbl/dlmbl.github.io
url: https://dlmbl.github.io # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/
# -----------------------------------------------------------------------------
# Social integration
# -----------------------------------------------------------------------------
github_username: dlmbl
# Optional features
show_social_icons: true
enable_anchorjs: true
enable_latexjs: true
enable_katex: true
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
# collections:
# announcements:
# defaults:
# layout: post
# output: true
# permalink: /announcements/:path/
# announcements_limit: 5
# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
# Build settings
markdown: kramdown
highlighter: rouge
# Includes & excludes
include: ['_pages']
exclude: [vendor]
# Plug-ins
plugins:
- jekyll-email-protect
- jekyll-paginate
- jemoji
- jekyll-toc
# -----------------------------------------------------------------------------
# Other settings
# -----------------------------------------------------------------------------
jquery_version: "1.12.4"
katex_version: "0.10.1"
anchorjs_version: "3.2.2"
latexjs_version: "0.11.1"
theme: jekyll-theme-slate