Difference between revisions of "WP themes"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 29: Line 29:
  
 
* https://github.com/matt-bailey/320semanticgs - recent
 
* https://github.com/matt-bailey/320semanticgs - recent
** h5bp, 320andup
 
 
** http://320semanticgs.mattbailey.co/
 
** http://320semanticgs.mattbailey.co/
** [http://semantic.gs/ semantic.gs] grid
+
** 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
 
** Font Awesome symbol webfont
 
** Font Awesome symbol webfont

Revision as of 10:50, 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;