Skip to content

valantic-CEC-Deutschland-GmbH/valantic-revealjs

Repository files navigation

Valantic CEC reveal.js template

This repo contains Reveal.js boilerplate code in our corporate identity design.

Select a branch from the Github UI to view already created presentations.

Workflow

  1. Create a new branch with a meaningful name
  2. Make your changes, replace the content of this readme with README_TEMPLATE.md & push it
  3. Your presentation will now be automatically deployed with Surge.sh onto the following URL https://val-BRANCH-NAME.surge.sh
  4. Alternatively you can get the URL from the Github actions tab

Full setup

  1. Install Node.js (10.0.0 or later)

  2. Clone the repository

    $ git clone https://github.com/nexusunited/valantic-revealjs.git
  3. Navigate to the reveal.js folder

    $ cd valantic-revealjs
  4. Install dependencies

    $ npm install
  5. Serve the presentation and monitor source files for changes

    $ npm start
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port=8001.

How to use different templates

Change the template by exchanging the css file.

<link rel="stylesheet" href="dist/theme/<theme>.css">

The following themes follow the coperate identity guidelines:

  • valantic-simple
  • valantic-dark
  • valantic-color

Additions

If you add some custom JS logic or style improvements to your presentation, consider making a pull request back into this repository