Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Hi Guys,
I'm really excited about the asciidoctor-backend project and the nice templates to deck.js, reveal.js and dzslides. I followed the guide at http://asciidoctor.org/docs/user-manual/#backend-and-deck-js-installation and got deck.js running rather easily. But with dzslides and reveal.js I didn't have any success. Where do I get the files I need to compile and run reveal.js and dzslides from? Is there a plan to extend the guide for these two frameworks? Thank in advance ;) //sappo |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Reveal.js
The work is in progress to be able to use Reveal.js with asciidoctor. Some files have already been translated (block_image.html.haml, block_olist.html.haml, block_ulist.html.haml, document.html.haml, section.html.haml) but until now this is not enough to work with it. DZSlides This work is finalized and some end users are already using it ! To use it, you should clone the project asciidoctor-backend and pass as parameter the location of the DZSlides backend Repo to be cloned : https://github.com/asciidoctor/asciidoctor-backends/tree/master/slim/dzslides Command to be used : asciidoctor -T ./pathToYourDirc/asciidoctor-backends/slim/dzslides -b dzslides slidedoc.adoc
Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist Twitter : @cmoulliard |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Thanks, I can compile my asciidoc file into html for dzslides now. But where do I get the styles and javascript etc. for dzslides?
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Here is the GitHub repo of DZslides
On Mon, Nov 25, 2013 at 2:39 PM, sappo [via Asciidoctor :: Discussion] <[hidden email]> wrote: Thanks, I can compile my asciidoc file into html for dzslides now. But where do I get the styles and javascript etc. for dzslides? Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist Twitter : @cmoulliard |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
The dzslides repo consits of:
/shells /shells/embedder.html /shells/onstage.html readme.md template.html While the generate website refers to: <link rel="stylesheet" href="./dzslides/themes/style/default.css"> <link rel="stylesheet" href="./dzslides/core/dzslides.css"> <link rel="stylesheet" href="./dzslides/themes/transition/horizontal-slide.css"> <script src="./dzslides/core/dzslides.js"> Is there another repository? With these files? |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
We need this repo where Dan has extracted the css / js from the dzslides (one page) and place them in dir/files On Mon, Nov 25, 2013 at 4:00 PM, sappo [via Asciidoctor :: Discussion] <[hidden email]> wrote: The dzslides repo consits of: ... [show rest of quote] Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist Twitter : @cmoulliard |
Free forum by Nabble | Edit this page |