Olivier Bilodeau
Olivier Bilodeau
Asciidoctor places a lot of intermediary structuring elements (spans and divs). So far we have kept that. Maybe we should remove them. I'm not sure what the cons would be...
Dan and I already have such setups. Check my slides repository and I think his is named decks. I can document my workflow using git submodules. I think Dan's is...
Now that asciidoctor-reveal.js is packaged as a Gem **and** npm ;) and that Bower is officially recommending yarn, how should we approach this documentation? I have a very specific concern...
No matter the npm / yarn situation, isn't it the case that github pages doesn't support any of these assets manager meaning that you still need to copy everything in...
### Hot reload in general All these approaches are very interesting. Thanks for taking the time to document them here. I'll start experimenting and post here about which one I...
Is this still an issue? Can I get a more precise reproducible case with screenshots?
The step 4 you refer to is when using the Ruby stack. Using node / npm reveal.js will be pulled in by default due to: https://github.com/asciidoctor/asciidoctor-reveal.js/blob/35b2bfadd34711c6b62d6f7e013b80b9b501d621/package.json#L49 The AsciiDoc document will...
@mojavelinux how do you achieve this with bespoke? I don't see any CSS in the back-end.
This should now be really easy to fix. Just add relevant CSS there: https://github.com/asciidoctor/asciidoctor-reveal.js/blob/master/templates/asciidoctor_revealjs.css.slim Pull Requests welcome!
Added a ref to #276 in the top description.