Skip to content

EiffL/talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b6f62d · Dec 7, 2024
Jun 26, 2022
Sep 20, 2023
Dec 16, 2022
Jun 26, 2022
Jun 26, 2022
Nov 1, 2023
Jun 26, 2022
Feb 8, 2023
Jun 26, 2022
Jun 26, 2022
Dec 7, 2024
Oct 13, 2022
Aug 2, 2023
Jan 17, 2023
Jun 26, 2022
Oct 6, 2022
May 18, 2023
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
Jun 27, 2022
Mar 2, 2024
Jun 26, 2022
Mar 7, 2023
Jan 16, 2024
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
Oct 13, 2023
Jun 20, 2024
Jun 26, 2022
Apr 19, 2023
May 15, 2024
Jun 26, 2022
Apr 18, 2024
Jan 16, 2024
Jun 26, 2022
Sep 19, 2022
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
Oct 10, 2022
Oct 19, 2022
Oct 27, 2022
Jun 5, 2023
May 24, 2023
Jun 26, 2022
Apr 17, 2023
Oct 6, 2022
May 30, 2023
Jun 26, 2022
May 5, 2023
Jun 26, 2022
May 11, 2023
Nov 8, 2024
Jun 29, 2023
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
Feb 27, 2024
Jun 26, 2022
Mar 21, 2024
Aug 17, 2023
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
Jul 19, 2023
Jun 26, 2022
Jun 26, 2022
Jul 18, 2024
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
Jun 26, 2022
May 5, 2023
Dec 7, 2024
Nov 8, 2021
Jun 26, 2022
Jun 26, 2022
Dec 6, 2024
Jun 12, 2019
Jun 12, 2019
Apr 19, 2022

Repository files navigation

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