Jacky Zhao
2022-07-12 b7a619bbd73f9220f8c1fcbad203792c78343464
fix: tabsize not being respected
2 files modified
7 ■■■■ changed files
assets/styles/syntax.scss 4 ●●●● patch | view | raw | blame | history
config.toml 3 ●●●● patch | view | raw | blame | history
assets/styles/syntax.scss
@@ -56,3 +56,7 @@
  border-radius: 3px !important;
  margin: 0 !important;
}
pre.chroma {
  -moz-tab-size:4;-o-tab-size:4;tab-size:4;
}
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,6 @@
        lineNos = true
        lineNumbersInTable = true
        style = "dracula"
        tabWidth = 4
    [frontmatter]
        lastmod = ["lastmod", ":git", "date", "publishDate"]
        publishDate = ["publishDate", "date"]