Difference between revisions of "WP themes"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 28: Line 28:
 
** nice base style
 
** nice base style
  
* https://github.com/matt-bailey/320semanticgs - recent
+
* [http://320semanticgs.mattbailey.co/ 320semanticgs]
** http://320semanticgs.mattbailey.co/
+
** https://github.com/matt-bailey/320semanticgs - may 2012
 
** h5bp, 320andup and [http://semantic.gs/ semantic.gs]
 
** h5bp, 320andup and [http://semantic.gs/ semantic.gs]
 
** preprocessor - [https://github.com/matt-bailey/320semanticgs/blob/master/style.less LESS] (LESS.js, not as reliable as server-side), SCSS, or Stylus base files
 
** preprocessor - [https://github.com/matt-bailey/320semanticgs/blob/master/style.less LESS] (LESS.js, not as reliable as server-side), SCSS, or Stylus base files

Revision as of 10:52, 22 July 2012


Repositories

Base

Requirements

  1. HTML5 ready. Many use HTML5 Boilerplate (or 'h5bp')
  2. Responsive, with a mobile first aproach, like 320 And Up.
  3. Preproces system, to help with layout (not too hard to add though)
  4. Grid system, to help with layout (not too hard to add though)
  5. Accessability (basic WCAG 2.0?)
  6. Theme settings for easy change of, say, header (Settings API, etc.)

Interesting candidates

Hmm

article;