From 5b5d36238b9fd204a54cbf35dacd296951a2668c Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 15 Jan 2017 13:03:40 -0700 Subject: [PATCH] Update README, CHANGELOG [ci skip] --- CHANGELOG.md | 4 +++- README.md | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a353941..3612baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -### 9.0.0-beta.2: January 11th, 2016 +### 9.0.0-beta.2: TBD +* Add option to change theme file headers ([#1811](https://github.com/roots/sage/pull/1811)) +* Add option to remove Bootstrap ([#1810](https://github.com/roots/sage/pull/1810)) * Remove Font Awesome ([#1809](https://github.com/roots/sage/pull/1809)) * Remove grid defaults ([#1808](https://github.com/roots/sage/pull/1808)) * Fix for `publicPath` ([#1806](https://github.com/roots/sage/pull/1806)) diff --git a/README.md b/README.md index 71d2f24..3251566 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Sage is a WordPress starter theme with a modern development workflow. * ES6 for JavaScript * [Webpack](https://webpack.github.io/) for compiling assets, optimizing images, and concatenating and minifying files * [Browsersync](http://www.browsersync.io/) for synchronized browser testing -* [Bootstrap 4](http://getbootstrap.com/) for a front-end framework (can be removed or replaced) +* [Bootstrap 4](http://getbootstrap.com/) for a front-end framework (option to remove during installation) * [Laravel's Blade](https://laravel.com/docs/5.3/blade) as a templating engine See a working example at [roots-example-project.com](https://roots-example-project.com/). @@ -36,6 +36,11 @@ Install Sage using Composer from your WordPress themes directory (replace `your- $ composer create-project roots/sage your-theme-name dev-master ``` +During theme installation you will have the options to: + +* Update theme headers (theme name, description, author, etc.) +* Remove Bootstrap + ## Theme structure ```shell