* Configure syntax highlighter to use CSS classes the inline `style` attributes cause CSP errors (and don't work). Instead, we can use proper CSS classes. * Configure response headers for Hugo dev server make the dev server serve response headers which match the live site, for better testing.
12 lines
244 B
TOML
12 lines
244 B
TOML
[files]
|
|
extend-exclude = ["/themes", "/attic", "/data-definitions", "*.css", "syntax.scss", "package-lock.json"]
|
|
|
|
[default]
|
|
check-filename = true
|
|
|
|
[default.extend-identifiers]
|
|
au1ba7o = "au1ba7o"
|
|
|
|
[default.extend-words]
|
|
Appy = "Appy"
|
|
fo = "fo"
|