diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 84bf86c..2ff8401 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Contributing to Roots Theme
+# Contributing to Sage
Please take a moment to review this document in order to make the contribution
process easy and effective for everyone involved.
@@ -36,7 +36,7 @@ Guidelines for bug reports:
2. **Check if the issue has been fixed** — try to reproduce it using the
latest `master` or development branch in the repository.
-3. **Isolate the problem to Roots** — make sure that the code in the Roots
+3. **Isolate the problem to Sage** — make sure that the code in the Sage
repository is _definitely_ responsible for the issue. Switch to a core WordPress
theme (such as Twenty Thirteen) to confirm problems before reporting an issue.
Make sure you have reproduced the bug with all plugins disabled. Any issues
@@ -51,7 +51,7 @@ information. Please try to be as detailed as possible in your report.
## Feature requests
Feature requests are welcome. But take a moment to find out whether your idea
-fits with the scope and aims of Roots. It's up to *you* to make a strong
+fits with the scope and aims of Sage. It's up to *you* to make a strong
case to convince the Roots developers of the merits of this feature. Please
provide as much detail and context as possible.
@@ -65,15 +65,15 @@ commits.
**Please ask first** before embarking on any significant pull request (e.g.
implementing features, refactoring code), otherwise you risk spending a lot of
-time working on something that the developers might not want to merge into Roots.
+time working on something that the developers might not want to merge into Sage.
Please adhere to the coding conventions used throughout the project (indentation,
comments, etc.).
Adhering to the following this process is the best way to get your work
-included in Roots:
+included in Sage:
-1. [Fork](http://help.github.com/fork-a-repo/) Roots, clone your fork,
+1. [Fork](http://help.github.com/fork-a-repo/) Sage, clone your fork,
and configure the remotes:
```bash
diff --git a/README.md b/README.md
index 0bf62e2..1385741 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-# [Roots Starter Theme](http://roots.io/)
+# [Sage Starter Theme](http://roots.io/sage/)
[](https://travis-ci.org/roots/roots)
[](https://david-dm.org/roots/roots#info=devDependencies)
-Roots is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boilerplate.com/) that will help you make better themes.
+Sage is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boilerplate.com/) that will help you make better themes.
-* Source: [https://github.com/roots/roots](https://github.com/roots/roots)
-* Homepage: [http://roots.io/](http://roots.io/)
-* Documentation: [http://roots.io/docs/](http://roots.io/docs/)
+* Source: [https://github.com/roots/sage](https://github.com/roots/sage)
+* Homepage: [http://roots.io/sage/](http://roots.io/sage/)
+* Documentation: [http://roots.io/sage/getting-started/](http://roots.io/sage/getting-started/)
* 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: [http://discourse.roots.io/](http://discourse.roots.io/)
@@ -22,12 +22,12 @@ Roots is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boil
* [Bootstrap](http://getbootstrap.com/)
* ARIA roles and microformats
* [Theme activation](http://roots.io/roots-101/#theme-activation)
-* [Theme wrapper](http://roots.io/an-introduction-to-the-roots-theme-wrapper/)
+* [Theme wrapper](http://roots.io/sage/getting-started/theme-wrapper/)
* Cleaner HTML output of navigation menus
* Posts use the [hNews](http://microformats.org/wiki/hnews) microformat
-* [Multilingual ready](http://roots.io/wpml/) and over 30 available [community translations](https://github.com/roots/roots-translations)
+* [Multilingual ready](http://roots.io/wpml/) and over 30 available [community translations](https://github.com/roots/sage-translations)
-### Go further with Roots
+### Go further with Sage
#### Clean up WordPress
Install the [Soil](https://github.com/roots/soil) plugin to enable additional features:
@@ -45,7 +45,7 @@ Install the [Soil](https://github.com/roots/soil) plugin to enable additional fe
## Installation
-Clone the git repo - `git clone https://github.com/roots/roots.git` - or [download it](https://github.com/roots/roots/zipball/master) and then rename the directory to the name of your theme or website.
+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:
@@ -55,7 +55,7 @@ define('WP_ENV', 'development');
## Theme activation
-Reference the [theme activation](http://roots.io/roots-101/#theme-activation) documentation to understand everything that happens once you activate Roots.
+Reference the [theme activation](http://roots.io/roots-101/#theme-activation) documentation to understand everything that happens once you activate Sage.
## Configuration
@@ -65,7 +65,7 @@ Edit `lib/init.php` to setup navigation menus, post thumbnail sizes, post format
## Theme development
-Roots uses [gulp](http://gulpjs.com/) as its build system and [Bower](http://bower.io/) to manage front-end packages.
+Sage uses [gulp](http://gulpjs.com/) as its build system and [Bower](http://bower.io/) to manage front-end packages.
### Install gulp and Bower
@@ -86,7 +86,7 @@ You now have all the necessary dependencies to run the build process.
## Documentation
-Roots documentation is available at [http://roots.io/docs/](http://roots.io/docs/).
+Sage documentation is available at [http://roots.io/sage/getting-started/](http://roots.io/sage/getting-started/).
## Contributing
diff --git a/assets/scripts/main.js b/assets/scripts/main.js
index a0ad193..846502e 100644
--- a/assets/scripts/main.js
+++ b/assets/scripts/main.js
@@ -6,7 +6,7 @@
* replace the dash with an underscore when adding it to the object below.
*
* .noConflict()
- * The routing is enclosed within an anonymous function so that you can
+ * The routing is enclosed within an anonymous function so that you can
* always reference jQuery with $, even when in .noConflict() mode.
*
* Google CDN, Latest jQuery
@@ -16,9 +16,9 @@
(function($) {
-// Use this variable to set up the common and page specific functions. If you
+// Use this variable to set up the common and page specific functions. If you
// rename this variable, you will also need to rename the namespace below.
-var Roots = {
+var Sage = {
// All pages
common: {
init: function() {
@@ -43,7 +43,7 @@ var Roots = {
// Add additional events for more control over timing e.g. a finalize event
var UTIL = {
fire: function(func, funcname, args) {
- var namespace = Roots;
+ var namespace = Sage;
funcname = (funcname === undefined) ? 'init' : funcname;
if (func !== '' && namespace[func] && typeof namespace[func][funcname] === 'function') {
namespace[func][funcname](args);
diff --git a/assets/styles/main.less b/assets/styles/main.less
index 544da42..08ec483 100644
--- a/assets/styles/main.less
+++ b/assets/styles/main.less
@@ -2,10 +2,7 @@
@import "../../bower_components/bootstrap/less/bootstrap.less";
// endbower
-// Variable overrides and custom variables
-@import "_variables";
-
-// Roots
+@import "_variables"; // Variable overrides and custom variables
@import "_global"; // Base styling & custom mixins
@import "components/_buttons"; // Button tweaks
@import "components/_comments"; // Comment styling
diff --git a/base.php b/base.php
index 9828b4c..7f8f1e9 100644
--- a/base.php
+++ b/base.php
@@ -3,7 +3,7 @@
@@ -15,11 +15,11 @@