PHPackages                             wemakecustom/bolt-parent-theme - 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. wemakecustom/bolt-parent-theme

AbandonedBolt-extension

wemakecustom/bolt-parent-theme
==============================

Allows the declaration of a theme’s parent, much like Wordpress.

v1.0(11y ago)07MITPHP

Since Jan 18Pushed 11y ago5 watchersCompare

[ Source](https://github.com/wemakecustom/bolt-parent-theme)[ Packagist](https://packagist.org/packages/wemakecustom/bolt-parent-theme)[ RSS](/packages/wemakecustom-bolt-parent-theme/feed)WikiDiscussions master Synced 1mo ago

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

Bolt Parent Theme
=================

[](#bolt-parent-theme)

Allows the declaration of a theme’s parent, much like Wordpress. Only support Twig templates for now.

By default, Bolt configures Twig to load files from your theme, but if not found, it will look in [`app/theme_defaults`](https://github.com/bolt/bolt/tree/master/app/theme_defaults). This is done using Twig’s feature of having a `twig.path`.

Normally, your Twig path will look like this:

```
 - /PATH/theme/THEME
 - /PATH/app/theme_defaults

```

With this extension, it will look like this:

```
 - /PATH/theme/THEME
 - /PATH/theme/PARENT_THEME
 - /PATH/theme/PARENT_PARENT_THEME
 - /PATH/app/theme_defaults

```

Important details
-----------------

[](#important-details)

1. The parent theme’s config will also be merged without overwriting the child’s.
2. The parent theme can have a parent of its own.
3. As of now, there is no way of managing assets (CSS/JS/images). Perhaps in a future version.

Usage
-----

[](#usage)

In your theme, simply declare its parent by adding this to your `config.yml`:

```
parent: PARENT_THEME
```

Author
------

[](#author)

- [Sebastien Lavoie](http://blog.lavoie.sl/)
- [WeMakeCustom](http://wemakecustom.com)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

4129d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec3a0e0db3f9c250563b821407537b24bd3304c8bb3379c017d8ca4743b7b15c?d=identicon)[lavoiesl](/maintainers/lavoiesl)

---

Top Contributors

[![lavoiesl](https://avatars.githubusercontent.com/u/1216046?v=4)](https://github.com/lavoiesl "lavoiesl (1 commits)")

### Embed Badge

![Health badge](/badges/wemakecustom-bolt-parent-theme/health.svg)

```
[![Health](https://phpackages.com/badges/wemakecustom-bolt-parent-theme/health.svg)](https://phpackages.com/packages/wemakecustom-bolt-parent-theme)
```

###  Alternatives

[bolt/composer-install

Sophisticated, lightweight &amp; simple CMS

1121.7k](/packages/bolt-composer-install)[bolt/bolt-extension-starter

103.3k](/packages/bolt-bolt-extension-starter)[bolt/bolt-extension-starter-extended

A description about your extension should go here.

151.1k](/packages/bolt-bolt-extension-starter-extended)

PHPackages © 2026

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