Avi Schwab
Avi Schwab
@jaysonjaynes It's definitely not trivial, but https://github.com/AmericanMedicalAssociation/AMA-style-guide/pull/149 is a working solution.
@mcsage I'm having the same issue but I've already switched to the hugo module instead of git submodules. (more info in the linked comment) The only thing I see consistent...
Related to https://github.com/google/docsy-example/issues/166. I think there's something else going on here. I was able to get things working just fine with `docker-compose up --build`, but `hugo` and `hugo server` fail...
Tried, didn't help. ``` ❯ git submodule update --init --recursive ❯ hugo server Error: from config: failed to resolve output format "print" from site config ```
Updating submodules did not work for me... ``` ❯ git submodule update --init --recursive ❯ hugo server Error: from config: failed to resolve output format "print" from site config ```...
#sadface. Thanks for the quick reply though. Apart from the lack of syrup the app is fantastic!
Discussed in Slack. PR incoming.
@omega8cc could you provide a link to the changes you implemented in BOA to support this?
To reiterate my linked comment and simplify the above, `fin restart db` seems to be a temporary solution to this issue.
Removed quotes as per https://stackoverflow.com/a/50176116/2566038.