Going further
Telnet mode
Present from any terminal via telnet:
slidesk -t my-talk
Then connect:
telnet localhost 2323
Combine with speaker notes:
slidesk -tn my-talk
See the telnet how-to for all commands.
Internationalisation
Create XX.lang.json files for multi-language support:
{
"default": true,
"translations": {
"greeting": "Hello"
}
}
Use $$greeting$$ in your slides and switch languages with --lang:
slidesk -l fr my-talk
Export static HTML
Export your presentation as a standalone static site:
slidesk save -t public my-talk
See export static site.
Deploy
Deploy to GitHub Pages or GitLab Pages:
slidesk deploy -t github my-talk
slidesk deploy -t gitlab my-talk