Using asciidoctor stylesheet with asciidoctor-reveal.js

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Using asciidoctor stylesheet with asciidoctor-reveal.js

matklad
Hi!

I am using asciidoctor-reveal.js to create presentations.

My understanding is that the overall style of the presentation is determined by the reveal.js theme.

Is it possible to use standard asciidoctor.css instead? I know that I can probably *just* include it, but I imagine asciidoctor and reveal.js styles will conflict with each other?

The reason I want to do this is because asciidoctor style looks much better to my taste, and beacause I want presentations and  other materials (for which I use asciidoctor-html) have consistent styling.

I was able to do asciidoctor-styled presentations before, using asciidoctor-pdf.js (like this: https://github.com/matklad/rust-course/blob/master/lectures/07-trait-objects/slides.pdf).  However this time I am specifically interested in producing a reveal.js presentation.