README.md
This commit is contained in:
parent
dbb35deb78
commit
623ea3d73a
15
README.md
15
README.md
|
@ -12,7 +12,7 @@
|
||||||
1. Install the necessary Font locally on your computer
|
1. Install the necessary Font locally on your computer
|
||||||
```
|
```
|
||||||
mkdir ~/.font
|
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
|
1. Navigate to the folder
|
||||||
|
@ -36,7 +36,18 @@
|
||||||
|
|
||||||
### Folder Structure
|
### 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
|
## License
|
||||||
|
|
||||||
|
|
Reference in New Issue