It will help you to generate ppt from markdown.
Thanks reveal.js and liquidluck.
$ pip install liquidluck -g
$ liquidluck install reveal -g
You can choose your post folder and output folder.
$ liquidluck init
Select a config format ([yaml], python, json): json
posts folder (content): content
output folder (deploy): ppt
"theme": {
"name": "reveal",
"vars": {
}
},
$ cd content
$ touch example.md
open and edit example.md
# Example
- date: 2012-01-01
---
# Slide one
- list1
- list2
---
# Slide two
paragragh
each slides splits by ---
$ liquidluck build
$ liquidluck server
Then push to gh-pages or to your server.
View the example.
Checkout gh-pages to view the source.