2023-12-02 03:45:03 +01:00
|
|
|
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
|
|
|
|
|
2023-12-02 04:21:18 +01:00
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
values:
|
|
|
|
layout: "default"
|
2023-12-02 14:47:06 +01:00
|
|
|
|
|
|
|
toc: true
|
|
|
|
|
2023-12-02 18:54:38 +01:00
|
|
|
plugins:
|
|
|
|
- jekyll-toc
|
|
|
|
|