This repository has been archived on 2021-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
retrogaming-slides/README.md

82 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2018-07-22 03:12:08 +00:00
### Retrogaming-Vortrag - Slides
2018-07-22 02:56:48 +00:00
2021-01-24 16:37:27 +00:00
---
archived, migrated to https://git.kostianix.de/talks/retrogaming-slides.git
---
2018-07-22 02:56:48 +00:00
## Table of contents
2018-07-22 23:11:17 +00:00
1. Install [Node.js](http://nodejs.org/) (4.0.0 or later) and npm
2018-07-22 02:56:48 +00:00
1. Clone the repository
```sh
$ git clone https://repos.ctdo.de/zeus/retrogaming-slides.git
```
1. Install the necessary Font locally on your computer
```
mkdir ~/.font
2018-07-22 03:09:30 +00:00
cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf ~/.font/
2018-07-22 02:56:48 +00:00
```
2018-07-22 23:23:54 +00:00
Maybe you have to install your font to ~/.fonts instead of ~/.font, depending on your distro (ubuntu uses ~/.fonts).
Also make sure to restart your Browser to make it utilize the font (it looks pixelated).
2018-07-22 02:56:48 +00:00
1. Navigate to the folder
```sh
$ cd reveal.js
```
1. Install dependencies
```sh
$ npm install
```
1. Serve the presentation and monitor source files for changes
```sh
$ npm start
```
2018-07-22 23:24:27 +00:00
1. Open <http://localhost:8000> to view your presentation.<br>
2018-07-22 02:56:48 +00:00
You can change the port by using `npm start -- --port=8001`.
2018-07-22 03:18:39 +00:00
1. If you want all on one page, e.G. to print this out, append `?pdf-print` to the link like so:
2018-07-22 23:25:10 +00:00
`http://localhost:8000/?pdf-print` You can now print the presentation if you like.
2018-07-22 02:56:48 +00:00
2018-07-22 23:23:54 +00:00
1. Navigate through the Slides using the Arrow-Keys (Correct order is pressing down until you reach the Bottom, then richt, then down to the Bottom again and so on...).
Press Escape to go to the Overview.
2018-07-22 02:56:48 +00:00
### Folder Structure
2018-07-22 03:09:30 +00:00
```
── 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
```
2018-07-22 02:56:48 +00:00
## License
### reveal.js
MIT licensed
Copyright (C) 2017 Hakim El Hattab, http://hakim.se
### Retrotalk
CC-BY-SA-NC-4.0
zeus@ctdo.de
2018-07-22 03:12:47 +00:00
2018-07-22 03:12:08 +00:00
https://tastatursport.de/