EclipseFdn / asciidoc-wg.eclipse.org

The AsciiDoc Working Group drives the standardization, adoption, and evolution of AsciiDoc. This group encourages and shapes the open, collaborative development of the AsciiDoc language and its processors.
https://asciidoc-wg.eclipse.org/
Eclipse Public License 2.0
3 stars 10 forks source link

Enabling AsciiDoc content within this site #2

Closed ahus1 closed 3 years ago

ahus1 commented 3 years ago

This aims to enable AsciiDoc content for local preview and also on Netlify.

ahus1 commented 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 :-)

ahus1 commented 3 years ago

@chrisguindon - I did a test run, added AsciiDoc to the mix and it works fine more me AFAIK.

Two things I cam across:

Please let me know if you see any obstacles with when using these version, and what I should consider before upgrading. Thanks!

chrisguindon commented 3 years ago

@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/

chrisguindon commented 3 years ago

@ahus1,

We've been experiencing issues with Netlify and npm@7. My team is downgrading back to npm@6.14.11 for now.