Difference between revisions of "WP themes"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
** http://themble.com/docs/
 
** http://themble.com/docs/
 
** http://sam.zoy.org/wtfpl/ - WTFPL, Do What The Fuck You Want To Public License
 
** http://sam.zoy.org/wtfpl/ - WTFPL, Do What The Fuck You Want To Public License
** h5bp, 320andup
+
** h5bp, 320andup, modernizr.custom.min.js, respond.js
 +
** Bones now uses LESS or Sass by default
 +
** Leaves client or server side for you to setup
 
** for hacking (not a parent theme)
 
** for hacking (not a parent theme)
 
** 768px =< body { display: table } [https://github.com/matt-bailey/320semanticgs/blob/master/style.css#L2000]
 
** 768px =< body { display: table } [https://github.com/matt-bailey/320semanticgs/blob/master/style.css#L2000]
 +
** todo; optimizing js files for mobile (check that)
  
 
* https://github.com/matt-bailey/320semanticgs - recent
 
* https://github.com/matt-bailey/320semanticgs - recent

Revision as of 12:58, 20 July 2012


Repositories

Base themes

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;