summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index 0873861..c266924 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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