reed-jones / jigsaw-neocities-template
Neocities deployment starter template for Tightens Jigsaw
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Language:JavaScript
Requires
- reed-jones/neocities: ^0.2.1
- tightenco/jigsaw: ^1.3
This package is auto-updated.
Last update: 2024-11-05 12:52:43 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.