reed-jones/jigsaw-neocities-template

Neocities deployment starter template for Tightens Jigsaw

v1.3.0 2020-02-29 19:25 UTC

This package is auto-updated.

Last update: 2024-04-05 11:18:57 UTC


README

This is a pre-configured Jigsaw site ready for easy deployment to Neocities.

Installation

After installing Jigsaw, run the following command from your project directory:

./vendor/bin/jigsaw init reed-jones/jigsaw-neocities-template

This starter template is simply the base jigsaw init command, with reed-jones/neocities installed, and configured. (check bootstrap.php for more details. Yes thats all there is to it.)

For more information on using starter templates Click Here.

Configuring your new site for deployment

All thats required for deployment is to fill in NEO_CITIES_API_KEY in your .env file and run ./vendor/bin/jigsaw deploy to deploy the development build, or ./vendor/bin/jigsaw deploy production to deploy the production build. The site will be freshly built before deployment, so no need to build it first.