PHPackages                             geoffselby/puzzle-blog-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. [Templating &amp; Views](/categories/templating)
4. /
5. geoffselby/puzzle-blog-preset

ActiveLibrary[Templating &amp; Views](/categories/templating)

geoffselby/puzzle-blog-preset
=============================

A minimal blog preset template for Jigsaw sites powered by Tailwind CSS

v1.0.0(6y ago)053[23 PRs](https://github.com/GeoffSelby/puzzle-blog-preset/pulls)MITCSS

Since May 16Pushed 3y ago1 watchersCompare

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

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

Puzzle CLI Blog Preset Template
===============================

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

A minimal blog preset template for Jigsaw sites powered by Tailwind CSS.

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

[](#installation)

If using Puzzle CLI, pass the `--preset` flag with a value of blog:

```
puzzle new my-site --preset blog

```

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

```
./vendor/bin/jigsaw init geoffselby/puzzle-blog-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

---

### Where do my blog posts go?

[](#where-do-my-blog-posts-go)

All posts live in `source/_posts`. The easiest way to start a new post is to copy one of the sample posts and make your changes.

---

### 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' => 'Blog',
  ],
  [
    'link' => '/about',
    'title' => 'About',
  ],
  [
    'link' => '/contact',
    'title' => 'Contact',
  ],
  ...
];

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

2554d ago

### Community

Maintainers

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

---

Top Contributors

[![GeoffSelby](https://avatars.githubusercontent.com/u/6684498?v=4)](https://github.com/GeoffSelby "GeoffSelby (3 commits)")

---

Tags

jigsawpuzzle cli

### Embed Badge

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

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[tightenco/jigsaw-blog-template

Blog starter template for Jigsaw static site generator by Tighten

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

Documentation starter template for Jigsaw static site generator by Tighten

5026.9k](/packages/tightenco-jigsaw-docs-template)[nystudio107/craft-twigpack

Twigpack is a bridge between Twig and webpack, with manifest.json &amp; webpack-dev-server HMR support

97341.4k17](/packages/nystudio107-craft-twigpack)[rickwest/jigsaw-clean-blog

Blog starter template for Jigsaw static site generator by Tighten

111.4k](/packages/rickwest-jigsaw-clean-blog)[localgovdrupal/localgov_base

The base theme for LocalGov Drupal websites.

13121.5k4](/packages/localgovdrupal-localgov-base)

PHPackages © 2026

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