An open API service indexing awesome lists of open source software.

https://github.com/thenewdynamic/gohugo-6472

minify breaks on JSON output
https://github.com/thenewdynamic/gohugo-6472

Last synced: 5 months ago
JSON representation

minify breaks on JSON output

Awesome Lists containing this project

README

          

# gohugo-6472

This is an example repo for [gohugoio/hugo/issues/6472](https://github.com/gohugoio/hugo/issues/6472)

## Step to reproduce

Run `hugo --minify`

Even though the error message points to an HTML file:
```
Error: Error building site: failed to render pages: parse error:1:1: unexpected character
1: http://example.org/arti...
```

Removing the JSON output from `content/article/_index.md` Front Matter removes the error.