Closed ahus1 closed 3 years ago
@rkratky - I did some exploring and added AsciiDoc to the Hugo mix in this feature branch. This worked for me both locally and on Netlify; a test deployment succeeded.
I converted the Markdown files to AsciiDoc (after all were're the AsciiDoc WG) and that work out well enough. I didn't yet add much content.
I added an .editorconfig file with minimal settings about formatting, please let me know what you would like to add.
I'd be happy if you could have a look. Please let me know if you need more time due to other task that keep you busy. If don't hear from you, I'll assume lazy consensus :-)
@chrisguindon - I did a test run, added AsciiDoc to the mix and it works fine more me AFAIK.
Two things I cam across:
lockfileVersion: 2
, and that indicated npm 7 to me. I used the latest LTS version of node 14.16.0 that includes npm 6.14.11, and that version created a new lockfile with version 1Please let me know if you see any obstacles with when using these version, and what I should consider before upgrading. Thanks!
@ahus1,
I haven't tested with that version. I can't speak to what will happen if you upgrade.
Would it be possible for you to upgrade to npm 7 with nodejs 14? https://github.blog/2021-02-02-npm-7-is-now-generally-available/
@ahus1,
We've been experiencing issues with Netlify and npm@7. My team is downgrading back to npm@6.14.11 for now.
This aims to enable AsciiDoc content for local preview and also on Netlify.