Coder Social home page Coder Social logo

pres-base's Introduction

Base presentation for Container Solutions

Goal is to be easy to use as a template for Container Solutions presentations using RevealJS.

RevealJS-Docker

A dockerized version of the Reveal JS presentation software. To try it out, just do:

docker run -d -p 8000:8000 amouat/revealjs:latest

And open a browser to http://localhost:8000 (use the IP of your VM if using boot2docker, which can be found by running boot2docker ip).

To use your own slides, replace /revealjs/pres/slides.md with your own slides in Markdown format. The easiest way to do this is with the -v flag e.g:

docker run -d -p 8000:8000 -p 35729:35729 -v /path/to/my/slides.md:/revealjs/pres/slides.md amouat/revealjs:latest

You can use the the test slides to get an idea for the formatting.

If you want to use straight HTML for the slides, mount the html at /revealjs/index.html.

If you need to include other files e.g. images, keep them with the presentation file and just mount the directory e.g:

docker run -d -p 8000:8000 -p 35729:35729 -v /my/slide/dir:/revealjs/pres amouat/revealjs:latest

This project is heavily based on Peter Parente's revealjs. This differences are that this version has an updated Dockerfile which uses the NodeJS official image and removes a problematic VOLUME command.

To display presentation author and/or their Twitter account next to the logo in the footer, add config.js in the following format to the presentation volume. The logo, if present, will be automatically resized to be 50px height.

var config = {
    author: "Container Solutions",
    twitter: "containersoluti",
    logo: "pres/logo.png"
};

Stable Version

Currently, the Dockerfile just grabs the newest version of everything, which means it could potentially break at any point. I intend to add another branch which has pegged versions of everything.

pres-base's People

Contributors

krijger avatar jrslv avatar amouat avatar

Stargazers

 avatar

Watchers

Maarten Hoogendoorn avatar José Moreira avatar  avatar Alex Giurgiu avatar James Cloos avatar  avatar Etienne avatar Ian Crosby avatar Sebastian avatar Piotr Janik avatar Maxime Vidori avatar Lian Li avatar BA Aliou avatar Bogdan Iordache avatar Luke Heidecke avatar Viktor Sadovnikov avatar Catalin Jora avatar  avatar Pini Reznik avatar  avatar Thijs Schnitger avatar Yves Horsmans avatar Michael Mueller avatar Piotr Szlenk avatar Brendan Kamp avatar  avatar

Forkers

isabella232

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.