-
Notifications
You must be signed in to change notification settings - Fork 23
待开发
饥人谷 edited this page Oct 10, 2016
·
1 revision
ppt --help
ppt demo
ppt config
ppt file.md
- pptconfig.json
- www
- js
- reveal.js
- css
- bootstrap.css
- index.html
- 1.html
- 2.html
- 3.html
- js
- 1.md
- 2.md
- 3.md
{
"theme": "dark",
"transition": "slide",
"files": [
{ "1.md": "11.html" },
{ "2.md": "22.html" },
{ "3.md": "33.html" }
],
"exclude": ["readme.md"],
"custom": {
"css": "assets/ppt.css"
},
"index": {
"title": "饥人谷知识树"
}
}