Skip to content

hsimonfroy/talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talks

Slides for talks.

Creating a new Presentation:

  • Create a new branch, make a copy of template, and cd there
    $ cp -a template/ new_pres/
  • git submodule current version of reveal.js
    $ git submodule add https://github.com/EiffL/reveal.js.git
    $ cd reveal.js
    $ git submodule update --init --recursive
  • copy package.json and gulpfile.js from the reveal.js folder to the talk directory
  • Update/install npm modules to make sure it works with this version:
    $ npm install
  • Start the server:
    $ npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages