David J. Thomas, thePortus.com
Instructor of Ancient History and Digital Humanities, University of South Florida
Reveal.js presentations from my classes, conferences, and talks
- Requirements:
- Install Node (4.0+)
# clone this repo & move inside the directory
$ git clone https://github.com/thePortus/presentations.git && cd presentations
# install node dependencies
npm install
# start serve and refresh on file changes
npm start
Head to localhost:8000
or 127.0.0.1:8000
to view the presentations
Folder Structure (As per reveal.js)
- css/ Core styles without which the project does not function
- js/ Like above but for JavaScript
- plugin/ Components that have been developed as extensions to reveal.js
- lib/ All other third party assets (JavaScript, CSS, fonts)
Built with Reveal.js, A framework for easily creating beautiful presentations using HTML, by Hakim El Hattab
Inspired by Shawn Graham's post on Reveal.js