hugo-wasm/config/allconfig
Bjørn Erik Pedersen c2fb221209 Add ContentTypes to config
This is an empty struct for now, but we will most likely expand on that.

```
[contentTypes]
  [contentTypes.'text/markdown']
```

The above means that only Markdown will be considered a content type. E.g. HTML will be treated as plain text.

Fixes #12274
2025-02-08 10:31:15 +01:00
..
allconfig.go Add ContentTypes to config 2025-02-08 10:31:15 +01:00
allconfig_integration_test.go Add ContentTypes to config 2025-02-08 10:31:15 +01:00
alldecoders.go Add ContentTypes to config 2025-02-08 10:31:15 +01:00
configlanguage.go Add ContentTypes to config 2025-02-08 10:31:15 +01:00
docshelper.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
load.go Fix NPX issue with TailwindCSS v4 2025-01-07 13:12:08 +01:00
load_test.go all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00