From 6a78d0ac76b4ea3c1da25bd49bc69cbffdc9d5f5 Mon Sep 17 00:00:00 2001 From: Kyle Morgan Date: Tue, 26 Apr 2016 15:51:49 -0600 Subject: [PATCH 1/8] Better English and typography in README.md --- README.md | 66 +++++++++++++++++++++++++++---------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 741a9bb..193b22c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Changelog - Cleanup - Updating dependencies - Upgrade to Bootstrap 3.3.6 and Font Awesome 4.5.0 - + - **0.3.4 SEP. 9th 2015** - Adding basic WooCommerce support @@ -66,44 +66,44 @@ Changelog - **0.2.6 Dec. 28th 2014** - CLean up - - + + - **0.2 Dec. 22th 2014** - Adding Jasny Off-Canvas nav and Owl.Carousel Slider script - Enqueue scipts and styled dynamically - + - **0.1 Dec. 10th 2014 - First commit** About = -Basically I like the _s WordPress Starter Theme from Automattic and the grid Framework Bootstrap. Additionally I´am a huge SASS fan. Why don´t combine all these three things into a solid WordPress Theme Framework? -That´s what UnderStrap is (or will be...) +I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these three into a solid WordPress Theme Framework? +That’s what UnderStrap is (or will be...) -At the moment UnderStrap is in a very early stage. But if you wan´t feel free to use it for your own WordPress theme! +At the moment, UnderStrap is in a very early stage. But if you wan’t, feel free to use it for your own WordPress theme! Basic Features = -- Combines the _s WordPress Starter Theme PHP/JS files and Bootstrap´s HTML/CSS/JS -- Comes with Bootstrap (3.3.6) SASS source files and additional scss files. Nicely sorted and ready to add your own variables/customize the Bootstrap variables. -- Uses a single and minified CSS file for all the basic stuff -- Font Awesome Icon Font integrated (V 4.5.0): [http://fortawesome.github.io/Font-Awesome/](http://fortawesome.github.io/Font-Awesome/) -- Comes with extra slider script - By owl.carousel (V 2.0.0-beta.2.4): [http://www.owlcarousel.owlgraphic.com/](http://www.owlcarousel.owlgraphic.com/) +- Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS. +- Comes with Bootstrap (v3.3.6) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. +- Uses a single and minified CSS file for all the basic stuff. +- Font Awesome integration (v4.5.0): [http://fortawesome.github.io/Font-Awesome/](http://fortawesome.github.io/Font-Awesome/) +- Comes with extra slider script by Owl Carousel (v2.0.0-beta.2.4): [http://www.owlcarousel.owlgraphic.com/](http://www.owlcarousel.owlgraphic.com/) - Simple RTL file - Jetpack ready - WooCommerce support -- Child Theme ready (A basic starter Child Theme will be released in the future as a separate Repository) +- Child Theme ready [https://github.com/holger1411/understrap-child](https://github.com/holger1411/understrap-child) - Translation ready -Starter Theme + HTML Framework = WordPress Theme Framework +Starter theme + HTML framework = WordPress theme framework = -The _s theme is a good starting point to develope a WordPress theme. But it is "just" a raw starter theme. Means it outputs all the WordPress stuff correctly but without any layout or design. -Why don´t add a well known and supported layout framework to have a solid, clean and responsive foundation? Thats where Bootstrap comes in. +The _s theme is a good starting point to develop a WordPress theme. But it is “just” a raw starter theme. That means it outputs all the WordPress stuff correctly but without any layout or design. +Why not add a well known and supported layout framework to have a solid, clean and responsive foundation? That’s where Bootstrap comes in. Confused by all the CSS and SCSS files? = -Some basics about the SCSS and CSS files comes with UnderStrap: -- The theme itself uses the style.css in the root directory just to identify the theme inside of WordPress. The file is not loaded by the theme and did not include any styles -- The theme.css file in /css/ subdirectory provides all styles. It is composed by five different SCSS sets and one variables file from /sass/theme.scss: +Some basics about the SCSS and CSS files that come with UnderStrap: +- The theme itself uses the `/style.css`file just to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles. +- The `/css/theme.css` file provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`: - 1 "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here - 2 "../src/bootstrap-sass/assets/stylesheets/bootstrap"; // <--------- All the Bootstrap stuff - Don´t edit this! @@ -113,32 +113,32 @@ Some basics about the SCSS and CSS files comes with UnderStrap: // Any additional imported files // - 5 "theme/theme"; // <--------- Add your styles into this file -- Don´t edit the files no. 2-4 files/filesets or you aren´t able to update it without overwriting your own work! -- Your design goes into: /sass/theme directory. Add your styles to the theme.scss file and your variables to the _theme_variables.scss. Or add other scss files into it and @import it into theme.scss +- Don’t edit the files no. 2-4 files/filesets or you won’t be able to update it without overwriting your own work! +- Your design goes into: `/sass/theme`. Add your styles to the `/sass/theme/_theme.scss` file and your variables to the `/sass/theme/_theme_variables.scss`. Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`. Installation = - Download the understrap folder -- Upload it into your WordPress installation subfolder here: /wp-content/themes/ -- Login to your WordPress backend -- Go to Appearance -> Themes +- Upload it into your WordPress installation subfolder here: `/wp-content/themes/` +- Login to your WordPress backend +- Go to Appearance → Themes - Activate the UnderStrap theme Developing with NPM, Bower, Gulp and SASS and [Browser Sync][1] = ### Installing dependencies -- Make sure you have installed Node.js, Bower and Browser-Sync on your computer globally +- Make sure you have installed Node.js, Bower, and Browser-Sync on your computer globally - Then open your terminal and browse to the location of your UnderStrap copy - Run: `$ npm install` then: `$ bower install` and finally: `$ gulp copy-assets` ### Running -To work and compile your SASS files on the fly start: +To work and compile your Sass files on the fly start: - `$ gulp watch` Or, to run with Browser-Sync: -- First change the browser-sync options to reflect your environment in the file `gulpfile.js` in the beginning of the file: +- First change the browser-sync options to reflect your environment in the file `/gulpfile.js` in the beginning of the file: ```javascript var browserSyncOptions = { proxy: "localhost/theme_test/", // <----- CHANGE HERE @@ -147,11 +147,11 @@ var browserSyncOptions = { ``` - then run: `$ gulp watch-bs` -How to use the build-in Widget Slider? +How to use the build-in widget slider = -The frontpage slider is widget driven. Simply add more than one widget to widget position "Hero". -- Click on Appearance -> Widgets -- Add two or more widgets of any kind to widget area "Hero" -- Thats it +The front-page slider is widget driven. Simply add more than one widget to widget position “Hero”. +- Click on Appearance → Widgets. +- Add two, or more, widgets of any kind to widget area “Hero”. +- That‘s it. -[1] Visit [http://browsersync.io](http://browsersync.io) for more information on Browser Sync \ No newline at end of file +[1] Visit [http://browsersync.io](http://browsersync.io) for more information on Browser Sync From 02ce6258d7538d055c228bf8d551c75fe947daf7 Mon Sep 17 00:00:00 2001 From: Kyle Morgan Date: Wed, 27 Apr 2016 11:27:46 -0600 Subject: [PATCH 2/8] More small changes... --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 193b22c..d3d1928 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ Changelog About = -I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these three into a solid WordPress Theme Framework? -That’s what UnderStrap is (or will be...) +I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? +That’s what UnderStrap is (or will be…) At the moment, UnderStrap is in a very early stage. But if you wan’t, feel free to use it for your own WordPress theme! @@ -86,22 +86,22 @@ Basic Features - Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS. - Comes with Bootstrap (v3.3.6) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. - Uses a single and minified CSS file for all the basic stuff. -- Font Awesome integration (v4.5.0): [http://fortawesome.github.io/Font-Awesome/](http://fortawesome.github.io/Font-Awesome/) -- Comes with extra slider script by Owl Carousel (v2.0.0-beta.2.4): [http://www.owlcarousel.owlgraphic.com/](http://www.owlcarousel.owlgraphic.com/) -- Simple RTL file -- Jetpack ready -- WooCommerce support -- Child Theme ready [https://github.com/holger1411/understrap-child](https://github.com/holger1411/understrap-child) -- Translation ready +- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.5.0) +- Comes with extra slider script by [Owl Carousel](http://www.owlcarousel.owlgraphic.com/) (v2.0.0-beta.2.4) +- Simple RTL file. +- Jetpack ready. +- WooCommerce support. +- [Child Theme](https://github.com/holger1411/understrap-child) ready. +- Translation ready. Starter theme + HTML framework = WordPress theme framework = The _s theme is a good starting point to develop a WordPress theme. But it is “just” a raw starter theme. That means it outputs all the WordPress stuff correctly but without any layout or design. Why not add a well known and supported layout framework to have a solid, clean and responsive foundation? That’s where Bootstrap comes in. -Confused by all the CSS and SCSS files? +Confused by all the CSS and Sass files? = -Some basics about the SCSS and CSS files that come with UnderStrap: +Some basics about the Sass and CSS files that come with UnderStrap: - The theme itself uses the `/style.css`file just to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles. - The `/css/theme.css` file provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`: From 69af444d869b576b9f2176aec81bdab3c76af559 Mon Sep 17 00:00:00 2001 From: Kyle Morgan Date: Wed, 27 Apr 2016 11:29:52 -0600 Subject: [PATCH 3/8] Standardize header markdown --- README.md | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d3d1928..33f82fd 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ Start talking: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/holger1411/understrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge) -UnderStrap WordPress Theme Framework -=== +# UnderStrap WordPress Theme Framework Website: [http://understrap.com](http://understrap.com) Child Theme Project: [https://github.com/holger1411/understrap-child](https://github.com/holger1411/understrap-child) -Changelog -= +## Changelog + - **0.4.0 Apr. 15th 2016 Pre-Release** - Adding BrowserSync to gulpfile (again thx to @dvlopes) - Preparing the navbar markup so that the current version will work with Bootstrap 3 AND 4 @@ -74,15 +73,15 @@ Changelog - **0.1 Dec. 10th 2014 - First commit** -About -= +## About + I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? That’s what UnderStrap is (or will be…) At the moment, UnderStrap is in a very early stage. But if you wan’t, feel free to use it for your own WordPress theme! -Basic Features -= +## Basic Features + - Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS. - Comes with Bootstrap (v3.3.6) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. - Uses a single and minified CSS file for all the basic stuff. @@ -94,13 +93,13 @@ Basic Features - [Child Theme](https://github.com/holger1411/understrap-child) ready. - Translation ready. -Starter theme + HTML framework = WordPress theme framework -= +## Starter theme + HTML framework = WordPress theme framework + The _s theme is a good starting point to develop a WordPress theme. But it is “just” a raw starter theme. That means it outputs all the WordPress stuff correctly but without any layout or design. Why not add a well known and supported layout framework to have a solid, clean and responsive foundation? That’s where Bootstrap comes in. -Confused by all the CSS and Sass files? -= +## Confused by all the CSS and Sass files? + Some basics about the Sass and CSS files that come with UnderStrap: - The theme itself uses the `/style.css`file just to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles. - The `/css/theme.css` file provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`: @@ -116,16 +115,16 @@ Some basics about the Sass and CSS files that come with UnderStrap: - Don’t edit the files no. 2-4 files/filesets or you won’t be able to update it without overwriting your own work! - Your design goes into: `/sass/theme`. Add your styles to the `/sass/theme/_theme.scss` file and your variables to the `/sass/theme/_theme_variables.scss`. Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`. -Installation -= +## Installation + - Download the understrap folder - Upload it into your WordPress installation subfolder here: `/wp-content/themes/` - Login to your WordPress backend - Go to Appearance → Themes - Activate the UnderStrap theme -Developing with NPM, Bower, Gulp and SASS and [Browser Sync][1] -= +## Developing with NPM, Bower, Gulp and SASS and [Browser Sync][1] + ### Installing dependencies - Make sure you have installed Node.js, Bower, and Browser-Sync on your computer globally - Then open your terminal and browse to the location of your UnderStrap copy @@ -147,8 +146,8 @@ var browserSyncOptions = { ``` - then run: `$ gulp watch-bs` -How to use the build-in widget slider -= +## How to use the build-in widget slider + The front-page slider is widget driven. Simply add more than one widget to widget position “Hero”. - Click on Appearance → Widgets. - Add two, or more, widgets of any kind to widget area “Hero”. From 4e3b9d8afaaab3e36c0673e48124a27f4de7c00c Mon Sep 17 00:00:00 2001 From: Kyle Morgan Date: Wed, 27 Apr 2016 11:31:38 -0600 Subject: [PATCH 4/8] Standardize header capitalization --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 33f82fd..ec6ea12 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,12 @@ At the moment, UnderStrap is in a very early stage. But if you wan’t, feel fre - [Child Theme](https://github.com/holger1411/understrap-child) ready. - Translation ready. -## Starter theme + HTML framework = WordPress theme framework +## Starter Theme + HTML Framework = WordPress Theme Framework The _s theme is a good starting point to develop a WordPress theme. But it is “just” a raw starter theme. That means it outputs all the WordPress stuff correctly but without any layout or design. Why not add a well known and supported layout framework to have a solid, clean and responsive foundation? That’s where Bootstrap comes in. -## Confused by all the CSS and Sass files? +## Confused by All the CSS and Sass Files? Some basics about the Sass and CSS files that come with UnderStrap: - The theme itself uses the `/style.css`file just to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles. @@ -123,9 +123,9 @@ Some basics about the Sass and CSS files that come with UnderStrap: - Go to Appearance → Themes - Activate the UnderStrap theme -## Developing with NPM, Bower, Gulp and SASS and [Browser Sync][1] +## Developing With NPM, Bower, Gulp and SASS and [Browser Sync][1] -### Installing dependencies +### Installing Dependencies - Make sure you have installed Node.js, Bower, and Browser-Sync on your computer globally - Then open your terminal and browse to the location of your UnderStrap copy - Run: `$ npm install` then: `$ bower install` and finally: `$ gulp copy-assets` @@ -146,7 +146,7 @@ var browserSyncOptions = { ``` - then run: `$ gulp watch-bs` -## How to use the build-in widget slider +## How to Use the Build-In Widget Slider The front-page slider is widget driven. Simply add more than one widget to widget position “Hero”. - Click on Appearance → Widgets. From f806092542729549c0aab93754ae32ac4af057b9 Mon Sep 17 00:00:00 2001 From: Kyle Morgan Date: Wed, 27 Apr 2016 14:49:54 -0600 Subject: [PATCH 5/8] Testing... --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3a1c5e3..711bf9c 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ /* -Theme Name: UnderStrap +Theme Name: UnderStraps Theme URI: http://understrap.com Author: Holger Koenemann Author URI: http://www.holgerkoenemann.de From d8721440c3d3b691f5326e7618f3b3f5aed20af4 Mon Sep 17 00:00:00 2001 From: Kyle Morgan Date: Wed, 27 Apr 2016 15:16:27 -0600 Subject: [PATCH 6/8] Update README --- README.md | 157 +----------------------------------------------------- 1 file changed, 2 insertions(+), 155 deletions(-) diff --git a/README.md b/README.md index ec6ea12..ed2c655 100644 --- a/README.md +++ b/README.md @@ -1,156 +1,3 @@ -Start talking: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/holger1411/understrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge) +# Bedrock -# UnderStrap WordPress Theme Framework - -Website: [http://understrap.com](http://understrap.com) - -Child Theme Project: [https://github.com/holger1411/understrap-child](https://github.com/holger1411/understrap-child) - -## Changelog - - - **0.4.0 Apr. 15th 2016 Pre-Release** - - Adding BrowserSync to gulpfile (again thx to @dvlopes) - - Preparing the navbar markup so that the current version will work with Bootstrap 3 AND 4 - - Adding "gulp scripts" command - This uglifies and minifies all JS files (except jQuery...) into one single JS file called theme.min.js - - Updating Gulpfile - now "gulp copy-assets" command copies all files from dependency folders into mid-layer folder called "/src" - - Load jQuery again as extra script instead of concat it into on single file. After some problems with WooCommerce and other plugins - - Checking WordPress 4.5 compatibility - - Adding Bootstrap 4 Alpha as optional asset - - Updating language template - - Adding Brazilian Portuguese (pt-BR) translation (thx to @dvlopes). - - - **0.3.8 Mar. 9th 2016 ** - - Adding footer widget area - - Adjust Bootstrap markup for searchform and search widget - - - - **0.3.7 Jan. 8th 2016** - - Cleanup for submitting to WordPress.org theme repository: - - Fixing sticky post problem - - Fixing skip-to-content link - - re-activating the admin bar - - adding readme.txt - - Fixing missing translation strings in comments template - - - - **0.3.6 Jan. 4th 2016** - - Cleanup - - Updating dependencies - - Upgrade to Bootstrap 3.3.6 and Font Awesome 4.5.0 - - - - **0.3.4 SEP. 9th 2015** - - Adding basic WooCommerce support - - Cleanup for submitting to wordpress.org - - Removing _s SASS ... no need for basic styling. Thats Bootstrap´s job. - - - - **0.3.1 AUG. 12th 2015** - - Adding bower dependency manager and replacing GRUNT taskrunner with GULP - - - **0.3.0 Mar. 23th 2015** - - Streamlining some code, adding extra "sticky" area (sticky posts above the main content area inside an extra loop). Fixing some child theme issues (now its really child theme ready...really...trust me...) - - - **0.2.9 Mar. 10th 2015** - - Adding a new theme customizer option. It lets you add a code snippet right before the closing tag. - For example for Google Analytics, Google Tag Mananger, Pingdom etc. Just copy and past your code to the input field and save the setting. - So you don´t have to edit the theme source file´s directly and your theme stay´s updateable - - - **0.2.8 Feb. 6th 2015** - - Adding Grunt and Grunt SASS task - - - - **0.2.7 Jan. 26th 2015** - - Adding some basic theme option for the build-in slider script - - - **0.2.6 Dec. 28th 2014** - - CLean up - - - - **0.2 Dec. 22th 2014** - - Adding Jasny Off-Canvas nav and Owl.Carousel Slider script - - Enqueue scipts and styled dynamically - - - **0.1 Dec. 10th 2014 - First commit** - -## About - -I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? -That’s what UnderStrap is (or will be…) - -At the moment, UnderStrap is in a very early stage. But if you wan’t, feel free to use it for your own WordPress theme! - -## Basic Features - -- Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS. -- Comes with Bootstrap (v3.3.6) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. -- Uses a single and minified CSS file for all the basic stuff. -- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.5.0) -- Comes with extra slider script by [Owl Carousel](http://www.owlcarousel.owlgraphic.com/) (v2.0.0-beta.2.4) -- Simple RTL file. -- Jetpack ready. -- WooCommerce support. -- [Child Theme](https://github.com/holger1411/understrap-child) ready. -- Translation ready. - -## Starter Theme + HTML Framework = WordPress Theme Framework - -The _s theme is a good starting point to develop a WordPress theme. But it is “just” a raw starter theme. That means it outputs all the WordPress stuff correctly but without any layout or design. -Why not add a well known and supported layout framework to have a solid, clean and responsive foundation? That’s where Bootstrap comes in. - -## Confused by All the CSS and Sass Files? - -Some basics about the Sass and CSS files that come with UnderStrap: -- The theme itself uses the `/style.css`file just to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles. -- The `/css/theme.css` file provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`: - - - 1 "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here - - 2 "../src/bootstrap-sass/assets/stylesheets/bootstrap"; // <--------- All the Bootstrap stuff - Don´t edit this! - - 3 "understrap/understrap"; // <--------- Some basic WordPress stylings and needed styles to combine Boostrap and Underscores - - 4 "../src/fontawesome/scss/font-awesome"; // <--------- Font Awesome Icon styles - - // Any additional imported files // - - 5 "theme/theme"; // <--------- Add your styles into this file - -- Don’t edit the files no. 2-4 files/filesets or you won’t be able to update it without overwriting your own work! -- Your design goes into: `/sass/theme`. Add your styles to the `/sass/theme/_theme.scss` file and your variables to the `/sass/theme/_theme_variables.scss`. Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`. - -## Installation - -- Download the understrap folder -- Upload it into your WordPress installation subfolder here: `/wp-content/themes/` -- Login to your WordPress backend -- Go to Appearance → Themes -- Activate the UnderStrap theme - -## Developing With NPM, Bower, Gulp and SASS and [Browser Sync][1] - -### Installing Dependencies -- Make sure you have installed Node.js, Bower, and Browser-Sync on your computer globally -- Then open your terminal and browse to the location of your UnderStrap copy -- Run: `$ npm install` then: `$ bower install` and finally: `$ gulp copy-assets` - -### Running -To work and compile your Sass files on the fly start: - -- `$ gulp watch` - -Or, to run with Browser-Sync: - -- First change the browser-sync options to reflect your environment in the file `/gulpfile.js` in the beginning of the file: -```javascript -var browserSyncOptions = { - proxy: "localhost/theme_test/", // <----- CHANGE HERE - notify: false -}; -``` -- then run: `$ gulp watch-bs` - -## How to Use the Build-In Widget Slider - -The front-page slider is widget driven. Simply add more than one widget to widget position “Hero”. -- Click on Appearance → Widgets. -- Add two, or more, widgets of any kind to widget area “Hero”. -- That‘s it. - -[1] Visit [http://browsersync.io](http://browsersync.io) for more information on Browser Sync +In the coming months, I will be building a lot of websites. More specifically — WordPress themes. Normally when I build a new WordPress theme, I start with [Underscores](http://underscores.me/), but I want to use [Bootstrap](http://getbootstrap.com/) to get me off the ground. I found [this cool project](https://github.com/holger1411/understrap) by [https://github.com/holger1411](holger1411) that combined Underscores and Bootstrap. Now, I want my boilerplate to be a little different, so that’s why I forked the project and renamed it Bedrock. Bedrock will be my starting point to every website. From 6788c4df8919a75dbc57b6bc07874d6ae5a130be Mon Sep 17 00:00:00 2001 From: Kyle Morgan Date: Wed, 27 Apr 2016 15:17:41 -0600 Subject: [PATCH 7/8] readme: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed2c655..5488bb6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Bedrock -In the coming months, I will be building a lot of websites. More specifically — WordPress themes. Normally when I build a new WordPress theme, I start with [Underscores](http://underscores.me/), but I want to use [Bootstrap](http://getbootstrap.com/) to get me off the ground. I found [this cool project](https://github.com/holger1411/understrap) by [https://github.com/holger1411](holger1411) that combined Underscores and Bootstrap. Now, I want my boilerplate to be a little different, so that’s why I forked the project and renamed it Bedrock. Bedrock will be my starting point to every website. +In the coming months, I will be building a lot of websites. More specifically — WordPress themes. Normally when I build a new WordPress theme, I start with [Underscores](http://underscores.me/), but I want to use [Bootstrap](http://getbootstrap.com/) to get me off the ground. I found [this cool project](https://github.com/holger1411/understrap) by [holger1411](https://github.com/holger1411) that combined Underscores and Bootstrap. Now, I want my boilerplate to be a little different, so that’s why I forked the project and renamed it Bedrock. Bedrock will be my starting point to every website. From f083fd6952a57727b8fd0c2555d201c490cf8efb Mon Sep 17 00:00:00 2001 From: Kyle Morgan Date: Wed, 27 Apr 2016 15:19:28 -0600 Subject: [PATCH 8/8] readme: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5488bb6..c455ebc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Bedrock -In the coming months, I will be building a lot of websites. More specifically — WordPress themes. Normally when I build a new WordPress theme, I start with [Underscores](http://underscores.me/), but I want to use [Bootstrap](http://getbootstrap.com/) to get me off the ground. I found [this cool project](https://github.com/holger1411/understrap) by [holger1411](https://github.com/holger1411) that combined Underscores and Bootstrap. Now, I want my boilerplate to be a little different, so that’s why I forked the project and renamed it Bedrock. Bedrock will be my starting point to every website. +In the coming months, I will be building a lot of websites. More specifically — WordPress themes. Normally when I build a new WordPress theme, I start with [Underscores](http://underscores.me/), but I want to use [Bootstrap](http://getbootstrap.com/) to get me off the ground. I found [this cool project](https://github.com/holger1411/understrap) by [holger1411](https://github.com/holger1411) that combined Underscores and Bootstrap. Now, I want my boilerplate to be a little different, so that’s why I forked the project and renamed it Bedrock. Bedrock will be my starting point for every website.