Skip to content

SoftwareLibre/hackerprofile.reveal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Software Libre Presentations -- Hacker Profile

Part of the Software Libre course given at National University of Colombia by Jean Pierre Charalambos. Watch it online here or go to the setup a local web server section to watch it offline.

Powered by reveal.

Hacking

Clone the repo to get the presentation source code:

$ git clone https://github.com/SoftwareLibre/hackerprofile.reveal.git
$ cd hackerprofile.reveal
$ git checkout gh-pages

note that it has the following folder structure (Refer to the reveal folder structure for more details):

|-- css/
|-- js/
|-- plugin/
|-- lib/
|-- fig/
|-- source.md

The file source.md together with the folder fig hold the presentation contents.

Setup a local web server

External markdown and speaker notes, require that presentations run from a local web server. The remaining instructions will set up such a server as well as all of the development tasks needed to make edits to the slides source code.

  1. Install Node.js

  2. Install Grunt

  3. Navigate to the presentation folder

$ cd hackerprofile.reveal
  1. Install dependencies
$ npm install
  1. Edit the presentation contents using markdown in the source.md and adding figures as needed to the fig/ folder.

  2. Serve the presentation and monitor source files for changes

$ grunt serve
  1. Open http://localhost:8000 to view your presentation

You can change the port by using grunt serve --port 8001.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published