README.md

This commit is contained in:
zeus 2018-07-22 05:09:30 +02:00
parent dbb35deb78
commit 623ea3d73a
1 changed files with 13 additions and 2 deletions

View File

@ -12,7 +12,7 @@
1. Install the necessary Font locally on your computer
```
mkdir ~/.font
cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf \ ~/.font/
cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf ~/.font/
```
1. Navigate to the folder
@ -36,7 +36,18 @@
### 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