Skip to content

doubletony/weakpoint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeakPoint [DEMO]: Create Slideshows in a Weaker Way

touch the demo

It is Not

A powerful WYSIWG slideshow editor

Features

  • Create a slideshow in Markdown
  • Display it in web browser
  • Themed by CSS
  • Hosted on Github Pages

Advantages

  • Markdown is Awesome, so it's awesome, too
  • As compatible as web page
  • The content and view are sperated! If you can write, then you can make slideshow
  • A new way to share slideshows, like websites

Three Setups and You Have a Slideshow

1.Config your slideshow in '_config.yaml'

filename: weakpoint.md
theme: clean
google-font:
   font1: Eater
   font2:
meta:
  title: WeakPoint
  subtitle: Weak is more powerful
  author: onesuper
  email: onesuperclark

2. write your own Mardown file

## It is a headline
* first
* second
* third
----
## Yet another headline
It is a lovely day.


Isn't it?
----

3. deploy it by typing 'python bootstrap.py'

> python bootstrap.py

Libraries

  1. PyYAML
  2. Markdown in Python

About

Create slideshow by Markdown, Display it in web browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.2%
  • JavaScript 36.8%