6fc75dcbe1 | ||
---|---|---|
reveal.js | ||
README.md |
README.md
Retrogaming-Vortrag - Slides
Table of contents
-
Install Node.js (4.0.0 or later)
-
Clone the repository
$ git clone https://repos.ctdo.de/zeus/retrogaming-slides.git
-
Install the necessary Font locally on your computer
mkdir ~/.font cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf ~/.font/
-
Navigate to the folder
$ cd reveal.js
-
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
. -
If you want all on one page, e.G. to print this out, append
?pdf-print
to the link like so:http://localhost:8000//?pdf-print
You can now print the presentation if you like
Folder Structure
── retrotalk/
├── css/
│ └── theme/
│ └── retro.css # theme for the slides
├── font/
│ └── Nintendo DS BIOS.ttf # primary font used for slides. copy to your home-font-folder
└── image/
└── *.(png|jpg) # diverse images
── slides.md # markdown file of the slides
── index.html # open this in browser with http://localhost:8000
License
reveal.js
MIT licensed
Copyright (C) 2017 Hakim El Hattab, http://hakim.se
Retrotalk
CC-BY-SA-NC-4.0