PHPackages                             slogsdon/simplify - 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. slogsdon/simplify

ActiveWordpress-theme

slogsdon/simplify
=================

Simplify is a lean, content-first theme based the Jekyll theme Lanyon (http://getpoole.com/lanyon/) and uses the WordPress starter theme Sage as a base.

016CSS

Since Jun 2Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[Sage](https://roots.io/sage/)
==============================

[](#sage)

[![Build Status](https://camo.githubusercontent.com/f9ca447bf5c9a176ebf1da78df35f1e6fa441add6bf1c53c9256124937113022/68747470733a2f2f7472617669732d63692e6f72672f726f6f74732f736167652e737667)](https://travis-ci.org/roots/sage)[![devDependency Status](https://camo.githubusercontent.com/bfdf0aa192b1b095b39fa77e2be9ae3cb051ce75e4ffa3453347197ad59b040d/68747470733a2f2f64617669642d646d2e6f72672f726f6f74732f736167652f6465762d7374617475732e737667)](https://david-dm.org/roots/sage#info=devDependencies)

Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and Bootstrap Sass, that will help you make better themes.

- Source:
- Homepage:
- Documentation:
- Twitter: [@rootswp](https://twitter.com/rootswp), [@retlehs](https://twitter.com/retlehs), [@swalkinshaw](https://twitter.com/swalkinshaw), [@Foxaii](https://twitter.com/Foxaii), [@c2foryou](https://twitter.com/c2foryou), [@austinpray](https://twitter.com/austinpray)
- Newsletter: [Subscribe](http://roots.io/subscribe/)
- Forum:

Requirements
------------

[](#requirements)

PrerequisiteHow to checkHow to installPHP &gt;= 5.4.x`php -v`[php.net](http://php.net/manual/en/install.php)Node.js 0.12.x`node -v`[nodejs.org](http://nodejs.org/)gulp &gt;= 3.8.10`gulp -v``npm install -g gulp`Bower &gt;= 1.3.12`bower -v``npm install -g bower`For more installation notes, refer to the [Install gulp and Bower](#install-gulp-and-bower) section in this document.

Features
--------

[](#features)

- [gulp](http://gulpjs.com/) build script that compiles both Sass and Less, checks for JavaScript errors, optimizes images, and concatenates and minifies files
- [BrowserSync](http://www.browsersync.io/) for keeping multiple browsers and devices synchronized while testing, along with injecting updated CSS and JS into your browser while you're developing
- [Bower](http://bower.io/) for front-end package management
- [asset-builder](https://github.com/austinpray/asset-builder) for the JSON file based asset pipeline
- [Sass](https://github.com/twbs/bootstrap-sass) [Bootstrap](http://getbootstrap.com/)
- [Theme wrapper](https://roots.io/sage/docs/theme-wrapper/)
- ARIA roles and microformats
- Posts use the [hNews](http://microformats.org/wiki/hnews) microformat
- [Multilingual ready](https://roots.io/wpml/) and over 30 available [community translations](https://github.com/roots/sage-translations)

Install the [Soil](https://github.com/roots/soil) plugin to enable additional features:

- Cleaner output of `wp_head` and enqueued assets
- Cleaner HTML output of navigation menus
- Root relative URLs
- Nice search (`/search/query/`)
- Google CDN jQuery snippet from [HTML5 Boilerplate](http://html5boilerplate.com/)
- Google Analytics snippet from [HTML5 Boilerplate](http://html5boilerplate.com/)

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

[](#installation)

Clone the git repo - `git clone https://github.com/roots/sage.git` and then rename the directory to the name of your theme or website.

If you don't use [Bedrock](https://github.com/roots/bedrock), you'll need to add the following to your `wp-config.php` on your development installation:

```
define('WP_ENV', 'development');
```

Configuration
-------------

[](#configuration)

Edit `lib/config.php` to enable or disable theme features

Edit `lib/init.php` to setup navigation menus, post thumbnail sizes, post formats, and sidebars.

Theme development
-----------------

[](#theme-development)

Sage uses [gulp](http://gulpjs.com/) as its build system and [Bower](http://bower.io/) to manage front-end packages.

### Install gulp and Bower

[](#install-gulp-and-bower)

Building the theme requires [node.js](http://nodejs.org/download/). We recommend you update to the latest version of npm: `npm install -g npm@latest`.

From the command line:

1. Install [gulp](http://gulpjs.com) and [Bower](http://bower.io/) globally with `npm install -g gulp bower`
2. Navigate to the theme directory, then run `npm install`
3. Run `bower install`

You now have all the necessary dependencies to run the build process.

### Available gulp commands

[](#available-gulp-commands)

- `gulp` — Compile and optimize the files in your assets directory
- `gulp watch` — Compile assets when file changes are made
- `gulp --production` — Compile assets for production (no source maps).

### Using BrowserSync

[](#using-browsersync)

To use BrowserSync during `gulp watch` you need to update `devUrl` at the bottom of `assets/manifest.json` to reflect your local development hostname.

For example, if your local development URL is `http://project-name.dev` you would update the file to read:

```
...
  "config": {
    "devUrl": "http://project-name.dev"
  }
...
```

If your local development URL looks like `http://localhost:8888/project-name/` you would update the file to read:

```
...
  "config": {
    "devUrl": "http://localhost:8888/project-name/"
  }
...
```

Documentation
-------------

[](#documentation)

Sage documentation is available at .

Contributing
------------

[](#contributing)

Contributions are welcome from everyone. We have [contributing guidelines](CONTRIBUTING.md) to help you get started.

Community
---------

[](#community)

Keep track of development and community news.

- Participate on the [Roots Discourse](https://discourse.roots.io/)
- Follow [@rootswp on Twitter](https://twitter.com/rootswp)
- Read and subscribe to the [Roots Blog](https://roots.io/blog/)
- Subscribe to the [Roots Newsletter](https://roots.io/subscribe/)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

[![retlehs](https://avatars.githubusercontent.com/u/115911?v=4)](https://github.com/retlehs "retlehs (907 commits)")[![swalkinshaw](https://avatars.githubusercontent.com/u/295605?v=4)](https://github.com/swalkinshaw "swalkinshaw (208 commits)")[![austinpray](https://avatars.githubusercontent.com/u/2192970?v=4)](https://github.com/austinpray "austinpray (89 commits)")[![Foxaii](https://avatars.githubusercontent.com/u/1690407?v=4)](https://github.com/Foxaii "Foxaii (48 commits)")[![QWp6t](https://avatars.githubusercontent.com/u/2104321?v=4)](https://github.com/QWp6t "QWp6t (23 commits)")[![weslly](https://avatars.githubusercontent.com/u/107672?v=4)](https://github.com/weslly "weslly (18 commits)")[![kalenjohnson](https://avatars.githubusercontent.com/u/2036520?v=4)](https://github.com/kalenjohnson "kalenjohnson (17 commits)")[![coreywagehoft](https://avatars.githubusercontent.com/u/767849?v=4)](https://github.com/coreywagehoft "coreywagehoft (14 commits)")[![JulienMelissas](https://avatars.githubusercontent.com/u/2278221?v=4)](https://github.com/JulienMelissas "JulienMelissas (12 commits)")[![leoj3n](https://avatars.githubusercontent.com/u/990216?v=4)](https://github.com/leoj3n "leoj3n (12 commits)")[![cfxd](https://avatars.githubusercontent.com/u/1671933?v=4)](https://github.com/cfxd "cfxd (11 commits)")[![lautreamont3](https://avatars.githubusercontent.com/u/4511349?v=4)](https://github.com/lautreamont3 "lautreamont3 (7 commits)")[![johnraz](https://avatars.githubusercontent.com/u/304164?v=4)](https://github.com/johnraz "johnraz (6 commits)")[![hariadi](https://avatars.githubusercontent.com/u/376635?v=4)](https://github.com/hariadi "hariadi (5 commits)")[![dvregan](https://avatars.githubusercontent.com/u/1561385?v=4)](https://github.com/dvregan "dvregan (5 commits)")[![zensimilia](https://avatars.githubusercontent.com/u/1010963?v=4)](https://github.com/zensimilia "zensimilia (4 commits)")[![cabgfx](https://avatars.githubusercontent.com/u/530941?v=4)](https://github.com/cabgfx "cabgfx (4 commits)")[![chriscarr](https://avatars.githubusercontent.com/u/753310?v=4)](https://github.com/chriscarr "chriscarr (4 commits)")[![emaildano](https://avatars.githubusercontent.com/u/1872327?v=4)](https://github.com/emaildano "emaildano (4 commits)")[![mwrather](https://avatars.githubusercontent.com/u/923760?v=4)](https://github.com/mwrather "mwrather (4 commits)")

### Embed Badge

![Health badge](/badges/slogsdon-simplify/health.svg)

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

PHPackages © 2026

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