/biggie

everyone can get big

Primary LanguageJavaScript

biggie

This is a fork for kevinbeaty with additions inspired by killercup.

biggie is the last mile of big. It turns Markdown into slides, and slides into a website, and even posts it online for you with the magic of bl.ocks.org and Gist.

cli

You can use biggie basically from the command line as an npm module:

npm install -g biggie
echo "# hi" | biggie > index.html

Pipe it into browser or bcat to just view it in a browser immediately.

develop

git@github.com:tmcw/biggie.git

Then dependencies

npm install

To start a server, run

npm start

To bake js/site.js for static serving, run

npm run-script make

See Also

Differences in this fork inspired by @killercup

  • Add code highlighting using highlight.js and extend original stylesheet with Monokai Sublime theme
  • Small tweaks for original stylesheet

license

Public Domain or equivalent (CC0 internationally)