PHPackages                             geoffselby/puzzle-plain-preset - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. geoffselby/puzzle-plain-preset

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

geoffselby/puzzle-plain-preset
==============================

A mostly blank slate for Jigsaw sites powered by Tailwind CSS

v1.0.2(7y ago)023[23 PRs](https://github.com/GeoffSelby/puzzle-plain-preset/pulls)MIT

Since May 16Compare

[ Source](https://github.com/GeoffSelby/puzzle-plain-preset)[ Packagist](https://packagist.org/packages/geoffselby/puzzle-plain-preset)[ RSS](/packages/geoffselby-puzzle-plain-preset/feed)WikiDiscussions Synced yesterday

READMEChangelogDependencies (2)Versions (27)Used By (0)

Puzzle CLI Plain Preset Template
================================

[](#puzzle-cli-plain-preset-template)

This is a mostly blank slate, starter template for creating a site in Jigsaw and Tailwind CSS with minimal effort.

Installation
------------

[](#installation)

If using Puzzle CLI, this is the default preset. That means you can just run:

```
puzzle new my-site
```

You can be explicit if you want:

```
puzzle new my-site --preset plain
```

If you are intalling Jigsaw manually, after installing Jigsaw, run the following command from your project directory:

```
./vendor/bin/jigsaw init geoffselby/puzzle-plain-preset
```

---

This starter template comes with the following.

- [Tailwind CSS V1.0](https://tailwindcss.com) pre-installed and configured
- [Purgecss](https://www.purgecss.com/) to remove unused selectors from your CSS, resulting in smaller CSS files
- A script that automatically generates a `sitemap.xml` file
- A custom 404 page

---

### Configuring Navigation

[](#configuring-navigation)

In order to keep the navigation easily configurable, it is managed via your sites config as illustrated in [this blog post](https://geoffcodesthings.com/blog/managing-navigation-menus-jigsaw). To configure your navigation, open `navigation.php` from the root directory. Each array is a link in you navigation.

The only required keys are `link`, the uri for the page, and `title`, the display title of the link.

```
// navigation.php
return [
  [
    'link' => '/',
    'title' => 'Home',
  ],
  [
    'link' => '/about',
    'title' => 'About',
  ],
  [
    'link' => '/contact',
    'title' => 'Contact',
  ],
  ...
];
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity70

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2601d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86513d9a9475578032264ee9620d33234e436271109dd2bdc7e3cb788833c2a0?d=identicon)[geoffselby](/maintainers/geoffselby)

---

Tags

jigsawpuzzle cli

### Embed Badge

![Health badge](/badges/geoffselby-puzzle-plain-preset/health.svg)

```
[![Health](https://phpackages.com/badges/geoffselby-puzzle-plain-preset/health.svg)](https://phpackages.com/packages/geoffselby-puzzle-plain-preset)
```

###  Alternatives

[tightenco/jigsaw-docs-template

Documentation starter template for Jigsaw static site generator by Tighten

5027.4k](/packages/tightenco-jigsaw-docs-template)[tightenco/jigsaw-blog-template

Blog starter template for Jigsaw static site generator by Tighten

9466.1k](/packages/tightenco-jigsaw-blog-template)[cebe/luya-module-sitemap

sitemap.xml module for luya CMS

116.0k](/packages/cebe-luya-module-sitemap)[torchlight/torchlight-jigsaw

A Torchlight client for the static site generator Jigsaw

1515.6k](/packages/torchlight-torchlight-jigsaw)[terabin/flarum-ext-sitemap

Generate a Sitemap for Flarum automatically

103.0k1](/packages/terabin-flarum-ext-sitemap)[rickwest/jigsaw-clean-blog

Blog starter template for Jigsaw static site generator by Tighten

101.5k](/packages/rickwest-jigsaw-clean-blog)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
