/biblestudy-preso-nt-gospels

Bible Study on the Gospels

Primary LanguageJavaScript

Presentation

Purpose

An overview of the Gospels

Building

Uses NodeJS.

$ npm install

before doing much of anything else.

Developing

To generate a new slide site and watch for changes

$ npm run watch

To start a server listening on http://localhost:8080/

$ npm run start
To publish to GitHub Pages:
$ npm run ghpages

Uses

  • Reveal.js, a framework for easily creating beautiful presentations using HTML

  • Asciidoctor, plain text processor with powerful content capabilities

  • Asciidoctor Reveal.js, for translating Asciidoctor content to Reveal.js slides

License