zhiying678 / weakpoint

static slideshow generator

Home Page:http://blog.chengyichao.info/weakpoint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeakPoint (Version 0.2.3)

WeakPoint is a static slideshow generator.

  • Use Markdown to write your slides
  • Display your slides in Web browser
  • NOT a powerful slideshow authering tool
  • NOT WYSIWYG

DEMO

WeakPoint: Weak is more powerful

Install

The recommended way to install WeakPoint is to use pip:

$ pip install weakpoint

Create a template:

$ weakpoint init ~/my-file

The default theme is "light" and you can specify it with "-t" option:

$ weakpoint init ~/my-file -t dark

Generate the slideshow:

$ weakpoint gen

Dependencies

Contributors

Michael Tiller

About

static slideshow generator

http://blog.chengyichao.info/weakpoint/

License:MIT License