Using the latest hugo (0.139) the website won't build locally.
(hugo) jw@mba$ hugo server -D
Watching for changes in /Users/jeffreywagner/projects/OpenForceField/openforcefield.org/{archetypes,content,data,static,themes}
Watching for config changes in /Users/jeffreywagner/projects/OpenForceField/openforcefield.org/config.toml
Start building sites …
hugo v0.139.3+extended darwin/amd64 BuildDate=unknown VendorInfo=conda-forge
Built in 49 ms
Error: error building site: assemble: failed to resolve media type for "mmark"
Unfortunately, I'm having trouble finding how to brew install old versions of hugo, so this is blocking local rendering of the website on macs.
I think the ultimate solution shouldn't be downpinning anyway. We may want to use the goldmark package as a replacement for mmark, or pre-render the mmark-dependent pages so the content that they needed to compile at build-time is instead pre-built and stored statically.
Using the latest hugo (0.139) the website won't build locally.
Unfortunately, I'm having trouble finding how to brew install old versions of hugo, so this is blocking local rendering of the website on macs.
I think the ultimate solution shouldn't be downpinning anyway. We may want to use the
goldmarkpackage as a replacement formmark, or pre-render the mmark-dependent pages so the content that they needed to compile at build-time is instead pre-built and stored statically.