Merge branch 'master' into canary

This commit is contained in:
Jimmy Cai
2024-09-09 14:00:11 +02:00
13 changed files with 168 additions and 8 deletions
+3 -1
View File
@@ -1,6 +1,5 @@
baseurl: https://stack.jimmycai.com/demo/
languageCode: en-us
paginate: 3
# Note: This title is overridden by the title in i18n config file
title: Hugo Theme Stack Starter
@@ -21,3 +20,6 @@ services:
id:
publishDir: ../public/demo
pagination:
pagerSize: 3
+12
View File
@@ -1,4 +1,16 @@
goldmark:
extensions:
passthrough:
enable: true
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
renderer:
unsafe: false # Allow HTML in markdown
tableOfContents: