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