A starter presentation for Bespoke.js that integrates asciidoctor-bespoke for generating the HTML from AsciiDoc.
In order to use this project, you must first satisify the prerequisites of Bespoke.js and Asciidoctor.
Next, clone the repository and switch to the project directory:
$ git clone -b asciidoc https://github.com/opendevise/presentation-bespoke-starter.git cd presentation-bespoke-starter
Then, install the required dependencies:
$ bundle && npm i
Note
|
The bundle command is configured to install gems within this project, under the rubygems/ directory.
As normal, the npm i command installs Node.js modules into the node_modules/ directory.
|
Now you’re all set to build the presentation!
You can build a static version of the slides using the following command:
$ gulp
The files are built into the public directory. You can view the slides by navigating to public/index.html in your browser.