Difference between revisions of "WP themes"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
=== 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 - recent
 
** http://themble.com/docs/
 
** http://themble.com/docs/
 
** http://themble.com/support/bones-grid/
 
** http://themble.com/support/bones-grid/
Line 34: Line 34:
 
** Font Awesome symbol webfont
 
** Font Awesome symbol webfont
  
* [https://github.com/Automattic/_s _s] (underscores) - few months
+
* [https://github.com/Automattic/_s _s] (underscores) - recent
 
** 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/

Revision as of 16:17, 16 August 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 (Sass/SCSS, 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? can be implemented later)
  6. Theme settings for easy change of, say, header (Settings API, etc.)

Interesting candidates

Hmm

article;