Difference between revisions of "WP themes"

From Things and Stuff Wiki
Jump to navigation Jump to search
(things)
Line 7: Line 7:
 
=== Requirements ===
 
=== Requirements ===
 
# HTML5 ready. Many use [http://html5boilerplate.com/ HTML5 Boilerplate] (or 'h5bp')
 
# HTML5 ready. Many use [http://html5boilerplate.com/ HTML5 Boilerplate] (or 'h5bp')
# Responsive, with a mobile first aproach such 320 And Up.
+
# Responsive, with a mobile first aproach, like 320 And Up.
# A grid system, to help with layout (though not too hard to add)
+
# Preproces system, to help with layout (not too hard to add though)
# Accessability (WCAG 2.0 compliant would be nice)
+
# Grid system, to help with layout (not too hard to add though)
 +
# Accessability (basic WCAG 2.0?)
 
# Theme settings for easy change of, say, header (Settings API, etc.)
 
# Theme settings for easy change of, say, header (Settings API, etc.)
**
 
  
 
=== Interesting candidates ===
 
=== Interesting candidates ===
 
* [http://themble.com/bones/ Bones]
 
* [http://themble.com/bones/ Bones]
 
** https://github.com/eddiemachado/bones - very recent
 
** https://github.com/eddiemachado/bones - very recent
** h5bp
+
** http://themble.com/docs/
** 320andup
+
** http://sam.zoy.org/wtfpl/ - WTFPL, Do What The Fuck You Want To Public License
 +
** h5bp, 320andup
 +
** for hacking (not a parent theme)
 +
** 768px =< body { display: table } [https://github.com/matt-bailey/320semanticgs/blob/master/style.css#L2000]
  
 
* https://github.com/matt-bailey/320semanticgs - recent
 
* https://github.com/matt-bailey/320semanticgs - recent
Line 23: Line 26:
 
** http://320semanticgs.mattbailey.co/
 
** http://320semanticgs.mattbailey.co/
 
** [http://semantic.gs/ semantic.gs] grid
 
** [http://semantic.gs/ semantic.gs] grid
** preprocessor - LESS (LESS.js), SCSS, or Stylus
+
** 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
  
* [https://github.com/Automattic/_s ] (underscores) - few months
+
* [https://github.com/Automattic/_s _s] (underscores) - few months
 
** http://themeshaper.com/2012/02/13/introducing-the-underscores-theme/ - from Automattic
 
** http://themeshaper.com/2012/02/13/introducing-the-underscores-theme/ - from Automattic
 
** http://themeshaper.com/2012/02/21/getting-started-with-the-underscores-theme/
 
** http://themeshaper.com/2012/02/21/getting-started-with-the-underscores-theme/
 
** modern stuffs
 
** modern stuffs
 +
** reset is based on Eric Meyer, normalize.css and Blueprint
 
** seperate layout .css
 
** seperate layout .css
** reset is based on Eric Meyer
 
 
** for hacking (not a parent theme)
 
** for hacking (not a parent theme)
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
+
** 10px to 1em
and Blueprint http://www.blueprintcss.org/
 
  
 
* http://pea.rs/
 
* http://pea.rs/

Revision as of 12:20, 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;