summaryrefslogtreecommitdiffstats
path: root/_config.yaml
blob: 172c4102986151cd3bfdd9df616bcb4fda6fab69 (plain) (blame)
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
title: jxir's math pages
description: Desc

source: .
destination: /srv/http/
url: https://jxir.de
# baseurl: /masters-thesis
permalink: /:basename:output_ext

theme: just-the-docs
plugins:
  - jekyll-include-cache
  - jekyll-scholar

defaults:
  - scope:
      path: "pages"
    values:
      layout: default

search:
  tokenizer_separator: /[\s\-\u2013/]+/

# color_scheme: dark
# incremental: true

kramdown:
  input: GFMKatex
  # parse_block_html: true
  math_engine: katex
  math_engine_opts:
    output: "html"
    macros:
      "\\NN": "\\mathbb{N}"
      "\\ZZ": "\\mathbb{Z}"
      "\\QQ": "\\mathbb{Q}"
      "\\RR": "\\mathbb{R}"
      "\\CC": "\\mathbb{C}"
      "\\HH": "\\mathbb{H}"
      "\\KK": "\\mathbb{K}"
      "\\FF": "\\mathbb{F}"
      "\\hilb": "\\mathcal{#1}"
      "\\abs": "\\lvert #1 \\rvert"
      "\\norm": "\\lVert #1 \\rVert"
      "\\braces": "\\lbrace #1 \\rbrace"
      "\\angles": "\\langle #1 \\rangle"
      "\\innerp": "\\langle #1, #2 \\rangle"
      "\\diam": "\\operatorname{diam}(#1)"
      "\\dist": "\\operatorname{dist}(#1)"
      "\\Re": "\\operatorname{Re}"
      "\\Im": "\\operatorname{Im}"
      "\\dom": "D(#1)"
      "\\ran": "R(#1)"
      "\\graph": "G(#1)"
      "\\pspec": "\\sigma_p(#1)"
      "\\cspec": "\\sigma_c(#1)"
      "\\rspec": "\\sigma_r(#1)"
      "\\Res": "\\operatorname{Res}"
      "\\co": "\\operatorname{co}"
      "\\bal": "\\operatorname{bal}"
      "\\aco": "\\operatorname{aco}"

callouts:
  definition:
    title: Definition
    color: grey-dk
  theorem:
    title: Theorem
    color: green
  proposition:
    title: Proposition
    color: green
  lemma:
    title: Lemma
    color: green
  corollary:
    title: Corollary
    color: green
  axiom:
    title: Axiom
    color: yellow

scholar:
  style: chicago-author-date