summaryrefslogtreecommitdiff
path: root/config.toml
blob: 9596e5721210a8e4574accc22564173ca1a1fa91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
baseURL = ""
languageCode = "en-us"
title = "Prefetch"

disableKinds = ["taxonomy", "term"]

[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^pandoc$']

[markup]
  [markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true