a8d9fe0a60
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
23 lines
298 B
YAML
23 lines
298 B
YAML
name: University of Bremen -- Python Tutorials
|
|
theme: jekyll-theme-Hacker
|
|
|
|
markdown: kramdown
|
|
|
|
kramdown:
|
|
input: GFM
|
|
math_engine: mathjax
|
|
parse_block_html: true
|
|
|
|
use_math: true
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
values:
|
|
layout: "default"
|
|
|
|
toc: true
|
|
|
|
plugins:
|
|
- jekyll-toc
|
|
|