HaxePunk / haxepunk.com

Website for haxepunk.com
5 stars 10 forks source link

Add Makefile to autogenerate API docs and demos. #21

Closed bendmorris closed 7 years ago

bendmorris commented 7 years ago

Removes the old docs/API demos from the repo in favor of a Makefile which can generate them automatically: make docs demos. HaxePunk-examples all have README.md, data.md, and thumb.jpg files which are used to generate the demos page. Also restores redcarpet/pygments to fix our tutorial code blocks.

bendmorris commented 7 years ago

@voec - in case you want to review

mistress-of-loft-and-spire commented 7 years ago

Didn't have much time for HaxePunk related stuff lately so for now go ahead with any commits you want to make. I think I will have to start clean anyway, since I want to switch to different framework and improve the folder structure etc, so I'll have add any important changes and content in afterwards.

PS: But generating the demos with a makefile is great.