Jekyll-built documentation for FlashPunk.
The website is built using Jekyll, and can be tested the following ways:
jekyll build --config _local.yml
will build the site locally.jekyll serve --config _local.yml
will build the site locally then serve it, allowing access athttp://localhost:4000
.jekyll serve --config _local.yml --watch
will build the site locally, rebuilding if a change occurs, and serve the site, allowing access athttp://localhost:4000
.