This repo contains Reveal.js boilerplate code in our corporate identity design.
Select a branch from the Github UI to view already created presentations.
- Create a new branch with a meaningful name
- Make your changes, replace the content of this readme with
README_TEMPLATE.md
& push it - Your presentation will now be automatically deployed with Surge.sh onto the following URL
https://val-BRANCH-NAME.surge.sh
- Alternatively you can get the URL from the Github actions tab
-
Install Node.js (10.0.0 or later)
-
Clone the repository
$ git clone https://github.com/nexusunited/valantic-revealjs.git
-
Navigate to the reveal.js folder
$ cd valantic-revealjs
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ npm start
-
Open http://localhost:8000 to view your presentation
You can change the port by using
npm start -- --port=8001
.
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
If you add some custom JS logic or style improvements to your presentation, consider making a pull request back into this repository