Ref #652 - Add installation/config info to docs TOC

This commit is contained in:
Ben Word
2013-02-12 11:53:46 -06:00
parent 2fb3d3f391
commit f5b24ba2d0

View File

@@ -4,6 +4,19 @@
Roots is a starting WordPress theme made for developers thats based on [HTML5 Boilerplate](http://html5boilerplate.com/) and [Bootstrap from Twitter](http://twitter.github.com/bootstrap/).
## Installation
* Clone the git repo - `git clone git://github.com/retlehs/roots.git` - or [download it](https://github.com/retlehs/roots/zipball/master)
* Reference the [theme activation](activation.md) documentation to understand
everything that happens once you activate Roots
## Configuration
Edit `lib/config.php` to enable or disable support for various theme functions
and to define constants that are used throughout the theme.
Edit `lib/init.php` to setup custom navigation menus and post thumbnail sizes.
## Getting started
* [Usage](usage.md) — Overview of the project contents.