_s: Cleaning up documentation

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8897 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Ian Stewart 2012-02-08 21:33:17 +00:00
parent fa1d6f856c
commit 2c76c21749
1 changed files with 12 additions and 12 deletions

View File

@ -4,17 +4,17 @@ Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme mean
My ultra-minimal CSS might make me look like theme tartare but that means less stuff to get in your way when you're designing your awesome theme. Here are some of the other more interesting things you'll find here ...
* A just right amount of lean, well-commented, modern, HTML5 templates.
* A helpful 404 template.
* A sample custom header implementation in inc/custom-header.php that can be activated by uncommenting one line in functions.php and adding the code snippet found the comments of inc/custom-header.php to your header.php template.
* Custom template tags in inc/template-tags that keep your templates clean and neat and prevent code duplication
* Sample theme options in /inc/theme-options/ that can can be activated by uncommenting one line in functions.php
* Some small tweaks in /inc/tweaks.php that can improve your theming experience. They can be activated by uncommenting one line in functions.php
* Keyboard navigation for Image attachment templates. The script can be found in js/keyboard-navigation.js and is enqueued from the image attachment template, image.php.
* A script at js/small-menu.js that makes your menu a toggled dropdown ready for CSS artistry. It's enqueued in functions.php.
* 5 sample CSS layouts in layouts.
* Smartly organized starter CSS in style.css that will help you quickly get your design off the ground.
* The GPL license in license.txt. :) Use it to make something cool.
* A just right amount of lean, well-commented, modern, HTML5 templates.
* A helpful 404 template.
* A sample custom header implementation in inc/custom-header.php that can be activated by uncommenting one line in functions.php and adding the code snippet found the comments of inc/custom-header.php to your header.php template.
* Custom template tags in inc/template-tags that keep your templates clean and neat and prevent code duplication.
* Sample theme options in /inc/theme-options/ that can can be activated by uncommenting one line in functions.php.
* Some small tweaks in /inc/tweaks.php that can improve your theming experience. They can be activated by uncommenting one line in functions.php.
* Keyboard navigation for image attachment templates. The script can be found in js/keyboard-navigation.js and is enqueued from the image attachment template, image.php.
* A script at js/small-menu.js that makes your menu a toggled dropdown on small screens, ready for CSS artistry. Its enqueued in functions.php.
* 5 sample CSS layouts in /layouts: Two sidebars on the left, two sidebars on the right, a sidebar on either side of your content, and two-column layouts with sidebars on either side.
* Smartly organized starter CSS in style.css that will help you to quickly get your design off the ground.
* The GPL license in license.txt. :) Use it to make something cool.
=== Getting Started ===
@ -35,6 +35,6 @@ Replace with: Megatherium
Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme.
You're ready to go! The next step is easy to say but hard to do: make an awesome WordPress theme. :)
Now you're ready to go! The next step is easy to say but harder to do: make an awesome WordPress theme. :)
Good luck!