PHPackages                             asuwatts/customrenovation - 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. asuwatts/customrenovation

ActiveDrupal-theme

asuwatts/customrenovation
=========================

A custom sub-subtheme for Webspark 2

087JavaScript

Since Dec 3Pushed 1y ago3 watchersCompare

[ Source](https://github.com/travisbutterfield/customrenovation)[ Packagist](https://packagist.org/packages/asuwatts/customrenovation)[ RSS](/packages/asuwatts-customrenovation/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Custom Renovation.
==================

[](#custom-renovation)

This is a custom sub-subtheme for Webspark 2, based on the Renovation subtheme of the Radix theme. I have imported the Sass variables from Renovation to make it easier for us to do Sass front-end development.

Instructions for installation and use
-------------------------------------

[](#instructions-for-installation-and-use)

1. If you plan on installing this module via composer (`composer install asuwatts/customrenovation:dev-main`), you will not be able to customize it for your site.
    1. However, if you would like to use it as a starting point for a custom theme, you can install it via composer and then move it out of the web/themes/composer directory and place it one level up (at web/themes/).
    2. Then you will need to remove it from your composer.json and composer.lock files: `composer remove asuwatts/customrenovation`
    3. After that, you will need to make sure that the references to the Sass variables are updated. Most likely you will need to do a find/replace changing `../../../webspark-theme-renovation` to be `../../../composer/webspark-theme-renovation` in the "customrenovation/src/sass/customrenovation.style.scss" file (which is where you should make any Sass/css edits).
    4. From this point, be aware that the theme will be unique to your site and won't receive any updates from the original source in github.

### Browsersync setup

[](#browsersync-setup)

In order to make this subtheme work with Browsersync for local front-end development, you will need to make a few changes.

1. You will need to set Drupal 9 up for local development by creating a "web/sites/default/settings.local.php" file.
    1. The easiest way to do this is to open the "web/sites/example.settings.local.php" file and follow the directions. This will disable some of the caching in Drupal so that you won't have to rebuild the cache every time you make a change in your local environment.
2. After setting your site up for local development, open the "customrenovation/webpack.mix.js" file and enter your site's name on the line that says `const proxy = '.ddev.site';` (without the &lt; &gt; symbols). Then save the file. Please note the lack of `http://` or `https://` protocols. Including the protocol will prevent browsersync from working properly.
3. You will most likely need to open port 3000 if you want to use browsersync. To do so, you will need to create a new file in the .ddev directory at the root level of your site. The new file should be named "docker-compose.webpack.yaml". The contents of this file should be as follows:

```
version: "3.6"
services:
   web:
      expose:
         - 3000
      environment:
         - HTTP_EXPOSE=${DDEV_ROUTER_HTTP_PORT}:80,${DDEV_MAILHOG_PORT}:8025,3001:3000
         - HTTPS_EXPOSE=${DDEV_ROUTER_HTTPS_PORT}:80,${DDEV_MAILHOG_HTTPS_PORT}:8025,3000:3000
```

4. Add the following to web/sites/default/settings.local.php for this to work:

```
$settings['reverse_proxy'] = TRUE;
$settings['reverse_proxy_addresses'] = ['127.0.0.1', 'REMOTE_ADDR'];
```

5. You will need to restart ddev for these changes to come into effect: `ddev restart`.
6. After ddev has successfully restarted, run `ddev ssh`
7. Navigate to the "web/themes/customrenovation" subtheme folder in your terminal.
8. Run `npm install` from the within the subtheme folder.
9. After npm has finished installing, run `npm run watch`, also from the subtheme folder.
10. To utilize browsersync, don't use the https://localhost:3000 option that is provided. Instead, navigate to [https://&lt;sitename&gt;.ddev.site:3000](https://%3Csitename%3E.ddev.site:3000). (Again, replace `` with the short name of your site).
11. You can test if browsersync and the Sass variables are working correctly by making a change to the "customrenovation/src/sass/customrenovation.style.scss" file. An easy test is to change the color of links from maroon to blue.

```
a {
  color: $blue;
}
```

Once you save the file, a second or two later, the color of the maroon links in your browser should change to blue. If this happens, you have set things up successfully. Congratulations!

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 59% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e56835c0d2825b4fc1e87fc6b8f6b20cd5fd80693f407ea018b784a29526b8f?d=identicon)[asuwatts](/maintainers/asuwatts)

---

Top Contributors

[![travisbutterfield](https://avatars.githubusercontent.com/u/19654875?v=4)](https://github.com/travisbutterfield "travisbutterfield (23 commits)")[![tbutterf](https://avatars.githubusercontent.com/u/6109406?v=4)](https://github.com/tbutterf "tbutterf (15 commits)")[![minordv8](https://avatars.githubusercontent.com/u/1179316?v=4)](https://github.com/minordv8 "minordv8 (1 commits)")

### Embed Badge

![Health badge](/badges/asuwatts-customrenovation/health.svg)

```
[![Health](https://phpackages.com/badges/asuwatts-customrenovation/health.svg)](https://phpackages.com/packages/asuwatts-customrenovation)
```

PHPackages © 2026

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