Skip to content

Instantly share code, notes, and snippets.

@ysasaki
Created March 30, 2012 01:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ysasaki/2245730 to your computer and use it in GitHub Desktop.
Save ysasaki/2245730 to your computer and use it in GitHub Desktop.
markdown2impress.plでスライドを生成するためのMakefile
all: clean
markdown2impress.pl crowsnest.md --height=1000
test -f my.css && cat my.css >> css/impress.css
clean:
rm -rf index.html css/ js/
start_server:
plackup -MPlack::App::Directory -e 'Plack::App::Directory->new->to_app' -s Starman --workers=3 -E deployment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment