PHPackages                             jacerider/aeon - 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. jacerider/aeon

ActiveDrupal-theme[Utility &amp; Helpers](/categories/utility)

jacerider/aeon
==============

Aeon is a base theme for Drupal. It has Bootstrap, Sass, BrowserSync and Font Awesome built-in.

1.0.21(4mo ago)03.6k2GPL-2.0+PHP

Since Feb 23Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/jacerider/aeon)[ Packagist](https://packagist.org/packages/jacerider/aeon)[ Docs](https://github.com/jacerider/aeon)[ RSS](/packages/jacerider-aeon/feed)WikiDiscussions develop Synced 1mo ago

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

Aeon
====

[](#aeon)

Aeon is a base theme for Drupal. Aeon has Sass, Gulp, BrowserSync along with an option to use Foundation or eXo.

Quick Start for Drupal 8 or 9
-----------------------------

[](#quick-start-for-drupal-8-or-9)

- Download and enable `aeon`:

**Drupal 8**

```
drush dl aeon
drush en aeon -y
drush config-set system.theme default aeon -y
```

**Drupal 9 &amp; 10**

```
drush dl aeon
drush theme:enable aeon -y
drush config-set system.theme default aeon -y
```

- Create a sub-theme:
    - **NOTE**: The default sub-theme will be based on Foundation. To include eXo and remove Foundation, create a sub-theme with the Valerian kit using: `drush --include=web/themes/aeon aeon "SUBTHEME NAME" --kit=valerian` or if installed via `composer`, include your install path of `contrib` or `composer` directory, `drush --include=web/themes/contrib/aeon aeon "SUBTHEME NAME" --kit=valerian`
    - **NOTE**: If you intend on using the Valerian Kit and you cloned the repo, checkout the proper branch otherwise it will fail to load.

```
drush cc drush
drush aeon "SUBTHEME_NAME"
```

- Set default theme:

**Drupal 8**

```
drush en SUBTHEME_NAME
drush config-set system.theme default SUBTHEME_NAME -y
```

**Drupal 9**

```
drush theme:enable SUBTHEME_NAME -y
drush config-set system.theme default SUBTHEME_NAME -y
```

- Install required modules:

**Default**

```
cd /path/to/subtheme/dev
npm install
```

**Valerian Kit**

```
cd /path/to/subtheme/
npm install
```

- Update proxy in `/path/to/subtheme/dev/config/config.local.json`
- Run `gulp` to watch for Sass changes

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance78

Regular maintenance activity

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

Every ~64 days

Recently: every ~111 days

Total

23

Last Release

123d ago

Major Versions

0.0.1 → 1.0.62022-10-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/097ea6514c7dff8bd82162fe88411080a14444a73f86c15ab22eefe28a33059d?d=identicon)[jacerider](/maintainers/jacerider)

---

Top Contributors

[![jacerider](https://avatars.githubusercontent.com/u/638651?v=4)](https://github.com/jacerider "jacerider (44 commits)")[![weberjacob](https://avatars.githubusercontent.com/u/6887858?v=4)](https://github.com/weberjacob "weberjacob (14 commits)")[![kazajhodo](https://avatars.githubusercontent.com/u/1173204?v=4)](https://github.com/kazajhodo "kazajhodo (2 commits)")

### Embed Badge

![Health badge](/badges/jacerider-aeon/health.svg)

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

###  Alternatives

[farmos/farmos

A web-based farm record keeping application.

1.2k6.7k1](/packages/farmos-farmos)

PHPackages © 2026

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