Remove all frameworks except Bootstrap (#251)
- Remove all frameworks except Bootstrap - Remove roots-options.php and replace with a more simple roots-config.php - Include all Bootstrap Javascript plugins by default in js/plugins.js - Use Bootstrap Responsive and Topbar navigation by default - Use Bootstrap markup on forms, page titles, image galleries, alerts and errors, post and comment navigation - Remove Roots styles from style.css and introduce app.css for site-specific CSS. Remove almost all previous default Roots styles. - Add latest updates from H5BP project
This commit is contained in:
17
README.md
17
README.md
@@ -1,8 +1,6 @@
|
||||
# [Roots Theme](http://rootstheme.com/)
|
||||
|
||||
Roots is a starting WordPress theme made for developers that’s based on [HTML5 Boilerplate](http://html5boilerplate.com/), Starkers, and the most popular CSS frameworks.
|
||||
|
||||
Roots includes support for Blueprint CSS, 960 Grid System, 1140px Grid, Adapt.js, Less Framework, Foundation, and Bootstrap with the ability to set site-wide classes for the main content area and the sidebar. There's also the option to not use any CSS framework.
|
||||
Roots is a starting WordPress theme made for developers that’s based on [HTML5 Boilerplate](http://html5boilerplate.com/), and Bootstrap from Twitter.
|
||||
|
||||
## Quick start
|
||||
|
||||
@@ -11,8 +9,8 @@ Roots includes support for Blueprint CSS, 960 Grid System, 1140px Grid, Adapt.js
|
||||
|
||||
## Features
|
||||
|
||||
* HTML5 Boilerplate's markup, style, and .htaccess
|
||||
* Popular CSS frameworks included (with the option to use none)
|
||||
* HTML5 Boilerplate’s markup, style, and .htaccess
|
||||
* Bootstrap from Twitter
|
||||
* Clean URLs (no more `/wp-content/`)
|
||||
* All static theme assets are rewritten to the website root (`/css/`, `/img/`, and `/js/`)
|
||||
* Cleaner HTML output of navigation menus
|
||||
@@ -23,9 +21,6 @@ Roots includes support for Blueprint CSS, 960 Grid System, 1140px Grid, Adapt.js
|
||||
* Robots.txt optimized for SEO
|
||||
* [Multilingual ready](http://www.rootstheme.com/wpml/) (English, Spanish, French, Italian, Dutch, Brazilian Portuguese, Macedonian, Finnish, Danish, and Turkish)
|
||||
|
||||
### Theme Options
|
||||

|
||||
|
||||
## Contributing
|
||||
|
||||
Anyone and everyone is welcome to contribute. There are several ways you can help out:
|
||||
@@ -52,12 +47,6 @@ Anyone and everyone is welcome to contribute. There are several ways you can hel
|
||||
* Modernizr: MIT/BSD license
|
||||
* jQuery: MIT/GPL license
|
||||
* Normalize.css: Public Domain
|
||||
* Blueprint CSS: Modified MIT License
|
||||
* 960 Grid System: MIT/GPL License
|
||||
* The 1140px Grid: CC BY-SA 3.0 Australia License
|
||||
* Adapt.js: MIT/GPL license
|
||||
* Less Framework 4: MIT license
|
||||
* Foundation: MIT license
|
||||
* Bootstrap: Apache 2.0 license
|
||||
|
||||
### Everything else:
|
||||
|
||||
Reference in New Issue
Block a user