docsv1 icon indicating copy to clipboard operation
docsv1 copied to clipboard

error with Hugo v0.115.4

Open ionous opened this issue 2 years ago • 0 comments

Using the latest stable version of hugo ( Hugo v0.115.4 ) -- installed via Homebrew for MacOS -- i got the following error:

> hugo server      
Watching for changes in /Users/ionous/Dev/wails/docsv1/{archetypes,assets,content,layouts,static,themes}
Watching for config changes in /Users/ionous/Dev/wails/docsv1/config.toml
Start building sites … 
hugo v0.115.4+extended darwin/amd64 BuildDate=unknown

Built in 1163 ms
Error: error building site: "/Users/ionous/Dev/wails/docsv1/content/tutorials/todo.zh.md:207:15": failed to parse Markdown attributes; you may need to quote the values

Switching to hugo v0.111.1 worked fine.

( I chose 111.1 arbitrarily. Not sure exactly which was the first version to cause the issue. fwiw: 0.115.3 also seems to fail. )

ionous avatar Jul 20 '23 22:07 ionous