Skip to content

Class Presentations (reveal.js) for Digital Humanities I: Hacking History at the University of South Florida

License

Notifications You must be signed in to change notification settings

usf-portal/his4936-dh1-presentations

Repository files navigation

Presentations

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


Travis-CI Status


Installation

  • 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)

Credits

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