Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 653 Bytes

File metadata and controls

13 lines (9 loc) · 653 Bytes

useflashpunk.net

The website for useflashpunk.net, the current home of FlashPunk.

Local Testing

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 at http://localhost:4000.
  • jekyll serve --config _local.yml --watch will build the site locally, rebuilding if a change occurs, and serve the site, allowing access at http://localhost:4000.