Update README
This commit is contained in:
110
README.md
110
README.md
@@ -1,50 +1,60 @@
|
|||||||
# [Roots Theme](http://www.rootstheme.com/)
|
# [Roots Theme](http://www.rootstheme.com/)
|
||||||
|
|
||||||
Roots is a starting WordPress theme made for developers that’s based on [HTML5 Boilerplate](http://html5boilerplate.com/) and [Bootstrap from Twitter](http://twitter.github.com/bootstrap/).
|
Roots is a starting WordPress theme made for developers that’s based on
|
||||||
|
[HTML5 Boilerplate](http://html5boilerplate.com/) and [Bootstrap from Twitter](http://twitter.github.com/bootstrap/).
|
||||||
## Installation
|
|
||||||
|
* Source: [https://github.com/retlehs/roots](https://github.com/retlehs/roots)
|
||||||
* Clone the git repo - `git clone git://github.com/retlehs/roots.git` - or [download it](https://github.com/retlehs/roots/zipball/master)
|
* Home Page: [http://www.rootstheme.com/](http://www.rootstheme.com/)
|
||||||
* Reference the [theme activation](doc/activation.md) documentation to understand everything that happens once you activate Roots
|
* Twitter: [@retlehs](https://twitter.com/retlehs)
|
||||||
|
* Google Group: [http://groups.google.com/group/roots-theme](http://groups.google.com/group/roots-theme)
|
||||||
## Configuration
|
|
||||||
|
## Installation
|
||||||
Edit `lib/config.php` to enable or disable support for various theme functions and to define constants that are used throughout the theme.
|
|
||||||
|
* Clone the git repo - `git clone git://github.com/retlehs/roots.git` - or [download it](https://github.com/retlehs/roots/zipball/master)
|
||||||
Edit `lib/init.php` to setup custom navigation menus and post thumbnail sizes.
|
* Reference the [theme activation](doc/activation.md) documentation to understand
|
||||||
|
everything that happens once you activate Roots
|
||||||
## Documentation
|
|
||||||
|
## Configuration
|
||||||
Take a look at the [documentation table of contents](doc/TOC.md).
|
|
||||||
|
Edit `lib/config.php` to enable or disable support for various theme functions
|
||||||
## Features
|
and to define constants that are used throughout the theme.
|
||||||
|
|
||||||
* HTML5 Boilerplate’s markup and `.htaccess`
|
Edit `lib/init.php` to setup custom navigation menus and post thumbnail sizes.
|
||||||
* Bootstrap from Twitter
|
|
||||||
* Theme wrapper
|
## Documentation
|
||||||
* Root relative URLs
|
|
||||||
* Clean URLs (no more `/wp-content/`)
|
Take a look at the [documentation table of contents](doc/TOC.md).
|
||||||
* All static theme assets are rewritten to the website root (`/assets/css/`, `/assets/img/`, and `/assets/js/`)
|
|
||||||
* Cleaner HTML output of navigation menus
|
## Features
|
||||||
* Cleaner output of `wp_head` and enqueued scripts/styles
|
|
||||||
* Posts use the [hNews](http://microformats.org/wiki/hnews) microformat
|
* HTML5 Boilerplate’s markup and `.htaccess`
|
||||||
* [Multilingual ready](http://www.rootstheme.com/wpml/) (English, Spanish, French, Italian, Dutch, Brazilian Portuguese, Macedonian, Finnish, Danish, Turkish, Swedish, Bulgarian, Norwegian, Catalan, Polish, Hungarian, Russian)
|
* Bootstrap from Twitter
|
||||||
|
* [Theme wrapper](doc/wrapper.md)
|
||||||
## Contributing
|
* Root relative URLs
|
||||||
|
* Clean URLs (no more `/wp-content/`)
|
||||||
Everyone is welcome to help [contribute](CONTRIBUTING.md) and improve this project. There are several ways you can contribute:
|
* All static theme assets are rewritten to the website root (`/assets/css/`,
|
||||||
|
`/assets/img/`, and `/assets/js/`)
|
||||||
* Reporting issues (please read [issue guidelines](https://github.com/necolas/issue-guidelines))
|
* Cleaner HTML output of navigation menus
|
||||||
* Suggesting new features
|
* Cleaner output of `wp_head` and enqueued scripts/styles
|
||||||
* Writing or editing [docs](doc/TOC.md)
|
* Posts use the [hNews](http://microformats.org/wiki/hnews) microformat
|
||||||
* Writing or refactoring code
|
* [Multilingual ready](http://www.rootstheme.com/wpml/) (Brazilian Portuguese,
|
||||||
* Fixing [issues](https://github.com/retlehs/roots/issues)
|
Bulgarian, Catalan, Danish, Dutch, English, Finnish, French, German, Hungarian,
|
||||||
* Replying to questions on the [Google Group](http://groups.google.com/group/roots-theme)
|
Indonesian, Italian, Korean, Macedonian, Norwegian, Polish, Russian, Simplified
|
||||||
|
Chinese, Spanish, Swedish, Traditional Chinese, Turkish, Vietnamese)
|
||||||
## Project information
|
|
||||||
|
## Contributing
|
||||||
* Source: [https://github.com/retlehs/roots](https://github.com/retlehs/roots)
|
|
||||||
* Web: [http://www.rootstheme.com/](http://www.rootstheme.com/)
|
Everyone is welcome to help [contribute](CONTRIBUTING.md) and improve this project.
|
||||||
* Google Group: [http://groups.google.com/group/roots-theme](http://groups.google.com/group/roots-theme)
|
There are several ways you can contribute:
|
||||||
* Twitter Updates: [@retlehs](https://twitter.com/#!/retlehs)
|
|
||||||
* Contributors: [https://github.com/retlehs/roots/contributors](https://github.com/retlehs/roots/contributors)
|
* Reporting issues (please read [issue guidelines](https://github.com/necolas/issue-guidelines))
|
||||||
|
* Suggesting new features
|
||||||
|
* Writing or editing [docs](doc/TOC.md)
|
||||||
|
* Writing or refactoring code
|
||||||
|
* Fixing [issues](https://github.com/retlehs/roots/issues)
|
||||||
|
* Replying to questions on the [Google Group](http://groups.google.com/group/roots-theme)
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
Use the [Google Group](http://groups.google.com/group/roots-theme) to ask
|
||||||
|
questions and get support.
|
||||||
|
|||||||
Reference in New Issue
Block a user