Skip to content

Commit

Permalink
_s: Cleaning up documentation
Browse files Browse the repository at this point in the history
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8897 d957f892-c61d-0410-b221-f235e6eecf30
  • Loading branch information
ianstewart committed Feb 8, 2012
1 parent fa1d6f8 commit 2c76c21
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions readme.txt
Expand Up @@ -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 ... 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 just right amount of lean, well-commented, modern, HTML5 templates.
* A helpful 404 template. * 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. * 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 * 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 * 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 * 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. * 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. * 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. * 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 quickly get your design off the ground. * 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. * The GPL license in license.txt. :) Use it to make something cool.


=== Getting Started === === Getting Started ===


Expand All @@ -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. 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! Good luck!

0 comments on commit 2c76c21

Please sign in to comment.