summaryrefslogtreecommitdiffstats
path: root/_config.yaml
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-09-12 07:36:33 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-13 20:41:27 +0100
commit777f9d3fd8caf56e6bc6999a4b05379307d0733f (patch)
treedc42d2ae9b4a8e7ee467f59e25c9e122e63f2e04 /_config.yaml
downloadsite-777f9d3fd8caf56e6bc6999a4b05379307d0733f.tar.zst
Initial commit
Diffstat (limited to '_config.yaml')
-rw-r--r--_config.yaml78
1 files changed, 78 insertions, 0 deletions
diff --git a/_config.yaml b/_config.yaml
new file mode 100644
index 0000000..0bcb235
--- /dev/null
+++ b/_config.yaml
@@ -0,0 +1,78 @@
+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
+
+kramdown:
+ input: GFMKatex
+ parse_block_html: true
+ math_engine: katex
+ math_engine_opts:
+ {
+ macros:
+ {
+ "\\NN": "\\mathbb{N}",
+ "\\ZZ": "\\mathbb{Z}",
+ "\\QQ": "\\mathbb{Q}",
+ "\\RR": "\\mathbb{R}",
+ "\\CC": "\\mathbb{C}",
+ "\\KK": "\\mathbb{K}",
+ "\\hilb": "\\mathcal{#1}",
+ "\\abs": "\\lvert #1 \\rvert",
+ "\\norm": "\\lVert #1 \\rVert",
+ "\\braces": "\\lbrace #1 \\rbrace",
+ "\\innerp": "\\langle #1, #2 \\rangle",
+ "\\dom": "D(#1)",
+ "\\ran": "R(#1)",
+ "\\graph": "G(#1)",
+ "\\pspec": "\\sigma_p(#1)",
+ "\\cspec": "\\sigma_c(#1)",
+ "\\rspec": "\\sigma_r(#1)",
+ "\\Res": "\\operatorname{Res}",
+ },
+ }
+
+qed: '<span style="float:right;">$\square\enspace$</span>'
+
+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