diff options
| author | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-09 14:05:02 +0800 |
|---|---|---|
| committer | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-09 14:05:02 +0800 |
| commit | 073191903c305db0c977b8d3e01b96c80805ab3e (patch) | |
| tree | f5018143067339cd977007ea3b44fc6cdbcda847 /hugo.toml | |
| parent | f060932e61855f4948e9a87097382af2d24c9d07 (diff) | |
Add build-time MathML rendering
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,6 @@ baseURL = "http://localhost:1314/" title = "RICHARD QIN'S HOME PAGE" -languageCode = "en" +locale = "en" defaultContentLanguage = "en" timeZone = "Asia/Shanghai" uglyURLs = true @@ -31,6 +31,13 @@ enableRobotsTXT = false baseName = "rss" [markup] + [markup.goldmark] + [markup.goldmark.extensions] + [markup.goldmark.extensions.passthrough] + enable = true + [markup.goldmark.extensions.passthrough.delimiters] + block = [['$$', '$$']] + inline = [['$', '$']] [markup.highlight] codeFences = false guessSyntax = false |
