Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobonobo/spago-slides
https://github.com/nobonobo/spago-slides
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nobonobo/spago-slides
- Owner: nobonobo
- License: bsd-3-clause
- Created: 2020-10-29T13:12:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-15T03:11:31.000Z (about 4 years ago)
- Last Synced: 2024-06-20T03:27:27.065Z (6 months ago)
- Language: Go
- Size: 14.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spago-slides
Web-base Presantation CLI tool for Gopher.
## Step1. install
```shell
go get github.com/nobonobo/spago-slides
```## Step2. write markdown
content.md
```markdown
# Title====
# Next Page
====
# Last Page
```
- `====`: page separator.
- class="fragment": not visible at first.
## Step3. execute server
```shell
spago-slides content.md
```
default listen port is ":8080"
## Step4. open on your browser
open htttp://localhost:8080
## Step5. start your presantation!
key map
- Arrow Right(▶️buttton click):
If the slide has fragments, they will be displayed, otherwise the slide move to next page.
- Arrow Left(◀️buttton click):
the slide move to prev page.
- `R` key:
reload content.md
## Step extra.
If you use custom.css, you can use `-css` option.
```shell
spago-slides -css custoom.css content.md
```
## Enjoy!