hugo/parser
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
..
metadecoders parser/metadecoders: Add benchmark 2024-11-13 14:57:18 +01:00
pageparser parser/pageparser: Don't allow parameters after closing tag in shortcodes 2025-01-24 15:31:44 +01:00
frontmatter.go Create pages from _content.gotmpl 2024-05-14 13:12:08 +02:00
frontmatter_test.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
lowercase_camel_json.go Add ContentTypes to config 2025-02-08 10:31:15 +01:00
lowercase_camel_json_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00