EiffL / talks

Repository of public talks

Home Page:https://eiffl.github.io/talks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

talks

Repository of public talks

Creating a new Presentation:

  • Create a new branch, make a copy of template, and cd there
  • 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

Repository of public talks

https://eiffl.github.io/talks/

License:MIT License


Languages

Language:HTML 79.5%Language:JavaScript 11.0%Language:Jupyter Notebook 9.5%