Build SEO-ready slides with zero configuration.
Demo:
https://amazingandyyy.com/markdeck/demo/docs/deck/presentation
- zero configuration, inspired by nextjs
- SEO ready for every single slide
- blazing fast
- no tutorials, only demo
- force you to focus on content, without worried about fancy animations or layouts
- perfect preview on social network(fb/twitter/slack...etc)
$ npm i -g @amazingandyyy/markdeck
leave your markdown under decks/
folder
$ tree .
.
βββ decks/
βββ presentation.md
βββ presentation.css (the exact same name as markdown, so you can easily override the theme css)
$ deck
...
# alive on http://localhost:1234/deck/presentation/
$ deck export
$ tree .
.
βββ decks/
β βββ presentation.md
β βββ images/
β βββ andy.png
βββ docs/
βββ deck/
βββ presentation/
βββindex.html
...
$ deck export --optimize
Go to repo setting and turn on Github Pages to serve /docs
folder, and the presentation is sharable for free :)
$ deck export --optimize
<!-- you might also want to setup assets for static assets -->
$ deck export --assets images --url https://github.com/amazingandyyy/markdeck/tree/master/demo/docs --optimize
MIT