mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Add mathjax support
This commit is contained in:
21
config.yaml
Normal file
21
config.yaml
Normal 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
|
||||
Reference in New Issue
Block a user