Ready cleanup

This commit is contained in:
koenemann 2016-06-24 07:53:19 +02:00
parent c9023ac501
commit 85a325af14
3 changed files with 16 additions and 13 deletions

View File

@ -110,9 +110,9 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
## Basic Features
- Combines Underscores PHP/JS files and Bootstraps 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.
- Comes with Bootstrap (v4) 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)
- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.6.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.
@ -151,7 +151,7 @@ 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
- Make sure you have installed Node.js, Bower, and Browser-Sync on your computer globally

View File

@ -1,3 +1,4 @@
## About
Im a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework?
@ -19,7 +20,7 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
## Changelog
- ** Prerelease 0.4.5 Jun. 18th 2016 **
- ** Pre-Release 0.4.5 Jun. 20th 2016 **
- Adding right sanitizing function for customizer
- Fixing some escaping problems
- Removing "add script" customizer function
@ -108,9 +109,9 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
## Basic Features
- Combines Underscores PHP/JS files and Bootstraps 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.
- Comes with Bootstrap (v4) 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)
- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.6.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.
@ -149,7 +150,7 @@ 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
- Make sure you have installed Node.js, Bower, and Browser-Sync on your computer globally
@ -188,4 +189,3 @@ Licenses & Credits
- Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
- jQuery: https://jquery.org | (Code licensed under MIT)
- WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL

View File

@ -3,8 +3,10 @@ Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
Description: Combination of Automattic´s _s theme and Bootstrap SASS. Made as a solid starting point for your next theme project and WordPress website. Including Font Awesome support, build-in widget slider and much more you need for basic websites.
A developer version (with Gulp/node and SASS sources) is available on github: https://github.com/holger1411/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as parent theme. It is up to you.
Including Font Awesome support, build-in widget slider and much more you need for basic websites.
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.4.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -20,10 +22,11 @@ Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/mast
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/
/*This file is just used to identify the theme in WordPress. The compiled CSS output can be found in /css/theme.css
/*
This file is just used to identify the theme in WordPress. The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in this folder: /sass/
...and no go out and play!