otonielguajardo / jigsaw-minimal-template
Minimal starter template for Jigsaw static site generator by Tighten
v1.0.0
2025-04-13 03:18 UTC
Requires
- tightenco/jigsaw: ^1.7
This package is auto-updated.
Last update: 2025-05-13 03:34:39 UTC
README
A clean slate to start building with Jigsaw.
Installation
After installing Jigsaw, run the following command from your project directory:
vendor/bin/jigsaw init otonielguajardo/jigsaw-minimal-template
Adding Assets
This template does not include an asset bundling tool by default.
You can add your static assets to the source/assets/
directory and reference them in your Blade views using {{ url('assets/') }}