From 689201bfbde5bd48b001bfa2b54db6a1d5a4aa81 Mon Sep 17 00:00:00 2001
From: Conor <hzk@konor.fr>
Date: Wed, 26 Oct 2022 16:12:35 +0000
Subject: [PATCH] feat: Add French translation (#221)
---
config.toml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/config.toml b/config.toml
index 803ef1e..a545ed8 100644
--- a/config.toml
+++ b/config.toml
@@ -1,7 +1,6 @@
baseURL = "https://quartz.jzhao.xyz/"
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
-pygmentsUseClasses = true
relativeURLs = false
disablePathToLower = true
ignoreFiles = [
@@ -18,6 +17,7 @@
ordered = true
startLevel = 2
[markup.highlight]
+ noClasses = false
anchorLineNos = false
codeFences = true
guessSyntax = true
@@ -27,7 +27,8 @@
lineNos = true
lineNumbersInTable = true
style = "dracula"
- tabWidth = 4
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
+ [markup.goldmark.renderer]
+ unsafe = true
--
Gitblit v1.10.0