diff --git a/_config.yml b/_config.yml
index 1ea8140..e680c1e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -87,6 +87,11 @@ plugins:
- jekyll-include-cache
- jekyll-jupyter-notebook
+# TODO(template):
+katex: true
+katex_macros:
+ # put macros here..
+
# Default layouts for each collection type
defaults:
- scope:
@@ -190,6 +195,7 @@ compress_html:
profile: false
kramdown:
+ gfm_emojis: true
math_engine: katex
math_engine_opts:
syntax_highlighter: rouge
diff --git a/_includes/katex.html b/_includes/katex.html
new file mode 100644
index 0000000..b4da271
--- /dev/null
+++ b/_includes/katex.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+