From 19de3e27a8f9ace055d783d8f04e5c67d1570ef3 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 10 Oct 2015 13:20:42 -0500 Subject: [PATCH] Update README [ci skip] --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 665a129..8708fe6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and B * Source: [https://github.com/roots/sage](https://github.com/roots/sage) * Homepage: [https://roots.io/sage/](https://roots.io/sage/) * Documentation: [https://roots.io/sage/docs/](https://roots.io/sage/docs/) -* 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) +* Twitter: [@rootswp](https://twitter.com/rootswp) * Newsletter: [Subscribe](http://roots.io/subscribe/) * Forum: [https://discourse.roots.io/](https://discourse.roots.io/) @@ -28,7 +28,7 @@ For more installation notes, refer to the [Install gulp and Bower](#install-gulp * [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/) +* [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 @@ -49,9 +49,7 @@ Clone the git repo - `git clone https://github.com/roots/sage.git` and then rena ## 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. +Edit `lib/config.php` to enable or disable theme features, setup navigation menus, post thumbnail sizes, post formats, and sidebars. ## Theme development