otonielguajardo/jigsaw-minimal-template

Minimal starter template for Jigsaw static site generator by Tighten

Maintainers

Package info

github.com/otonielguajardo/jigsaw-minimal-template

pkg:composer/otonielguajardo/jigsaw-minimal-template

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-04-13 03:18 UTC

This package is auto-updated.

Last update: 2026-03-13 05:11:46 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/') }}