News

Jigsaw Starter Templates

Published
Jigsaw Starter Templates image

Jigsaw is a framework for building static sites using Laravel Blade Templating. Since Jigsaw’s initial release, they’ve introduced two starter templates you can use to accelerate your new projects. This feature was released a little over a year ago, but we thought was worth sharing again:

When you initialize a new static site project, you can pick from a blog or docs starter template:

# Init with the blog template
./vendor/bin/jigsaw init blog
 
# Init with the docs template
./vendor/bin/jigsaw init docs

The two built-in starter templates include these features out-of-the-box:

  • Fully responsive navigation
  • Tailwind CSS
  • PurgeCSS
  • Syntax highlighting with highlight.js
  • Script that generates a sitemap.xml file
  • Custom 404 page

In addition to those features, the documentation template includes a sidebar navigation menu and a search bar powered by Algolia DocSearch.

You can check out demos of both starter templates:

You can also install third-party starter templates and build your own. Check out the starter template documentation for details on installing the Jigsaw-provided templates and creating your own!

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article