8000 GitHub - popomore/liquidluck-theme-reveal: liquidluck theme for reveal.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

popomore/liquidluck-theme-reveal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reveal.js theme for Liquidluck

It will help you to generate ppt from markdown.

Thanks reveal.js and liquidluck.

How

Install liquidluck and theme

$ pip install liquidluck -g
$ liquidluck install reveal -g

init

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

Configuration

"theme": {
    "name": "reveal",
    "vars": {
    }
  },

Write PPT

$ 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 ---

build and deploy

$ liquidluck build
$ liquidluck server

Then push to gh-pages or to your server.

Example

View the example.

Checkout gh-pages to view the source.

About

liquidluck theme for reveal.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0