We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3242d1 commit f97daddCopy full SHA for f97dadd
3 files changed
_config.yml
@@ -1 +1,4 @@
1
-theme: jekyll-theme-minimal
+theme: jekyll-theme-minimal
2
+markdown: kramdown
3
+kramdown:
4
+ math_engine: mathjax
_includes/default.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
5
+
6
+ {%- include head.html -%}
7
8
+ <title>{{ page.title }}</title>
9
+ <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
10
+</head>
11
12
+<body>
13
+ {{ content }}
14
+</body>
15
+</html>
_includes/head.html
@@ -22,4 +22,4 @@
22
},
23
});
24
</script>
25
-<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
+<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
0 commit comments