This is a naked Wordpress theme that you can use to create your own theme. The markup is based Twentythirteen Theme I'm sure you can get something fancier, based on the latest Twenty-something Wordpress theme, but I like this one as it's plain an simple.
The css is generated using Sass (hence, you need Ruby on your machine) and the awesome Bourbon and Neat libraries. The latest update to the styles folder has been done on the 6th of September 2013.
This theme includes Modernizr, Respond, jQuery and a conditional call (for old IE browsers) to Selectivizr.
In functions.php I have registered a custom menu, activated post thumbnails, registered the sidebar.
As a bonus, cheatsheet.txt contains some useful snippets to make your development faster :D
- Install Ruby on your systen if you haven't already. Once it's installed, install SASS (gem install sass).
- Add the BourbonWP folder to your wp-content/themes folder.
- Create a first version of your stylesheets by opening the command line, switching to the "styles" folder inside this theme, and finally by issuing the command "sass --watch styles.scss:styles.css --style compressed". This way each time you change any of the scss files, styles.scss will be overwritten.
- Activate the theme. WP-Admin > Appearance > Themes
- Add some of the "Root Files" to the root directory of your website (explained below).
- Style away.
Note: As a default I have created _vars.scss, containing variables, _helpers.scss, where you can add helpful classes, _reset.scss for your resets, _grid_settings.scss for Neat customization and _layout.scss, where the bulk of your code has to go. If you like, you can create as many partials as you wish of course - many people like to divide their scss files in tiny bits, each referring to different modules. Your choice!
If you use permanlinks (WP-Admin > Settings > Permalinks), then WordPress handles any 404s with the 404.php included in the theme. If you don't use permalinks, then add the 404.html file you find in the html5-boilerplate folder to the root of your site.
If you don't know what this is, you probably don't need it. www.adobe.com/devnet/flashplayer/articles/cross_domain_policy.html
Tells all search engines that they can read and index all pages. This is handled by WordPress so you shouldn't need to move this to the root.
Included are default HTML5 boilerplate icons, change them with your own.
The Unlicense (aka: public domain) http://unlicense.org
Alessandro Muraro - alexmuraro.me