Add mathjax support

This commit is contained in:
2024-12-21 19:17:40 -05:00
parent ba415b1af9
commit 3a21f34035
7 changed files with 74 additions and 35 deletions

21
config.yaml Normal file
View File

@@ -0,0 +1,21 @@
baseURL: 'http://tylerperkins.xyx'
languageCode: 'en-us'
LanguageCode: 'en-us'
title: 'Tylers Website'
theme: "clortox"
markup:
goldmark:
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
enable: true
params:
math: true