Bez popisu

eddiemachado 08ece840fd organized functions file před 13 roky
library e09bb3dd03 organized bones.php so it's more readable před 13 roky
.gitignore 3465044ef7 ignore files před 14 roky
404.php 6fd0bba97a updated grid před 13 roky
README 06910f97c8 updated read me and log před 13 roky
archive-custom_type.php 69fa7e4cf0 added new archive page for custom post type před 13 roky
archive.php 6fd0bba97a updated grid před 13 roky
comments.php 6fd0bba97a updated grid před 13 roky
favicon.ico 78b8375dc2 adding ARIA role="article" on articles před 14 roky
footer.php f3b90d4bd2 cleaned up script calls před 13 roky
functions.php 08ece840fd organized functions file před 13 roky
header.php e82cd10a89 updated boilerplate, cleaned up title tag, meta tags, removed query call, everything is inside a enqeueue před 13 roky
index.php 6fd0bba97a updated grid před 13 roky
page-custom.php 6fd0bba97a updated grid před 13 roky
page.php 6fd0bba97a updated grid před 13 roky
screenshot.png 4e481de7b6 updated screenshot před 13 roky
search.php 6fd0bba97a updated grid před 13 roky
sidebar.php 07493d1168 removed search box from sidebar před 13 roky
single-custom_type.php 6fd0bba97a updated grid před 13 roky
single.php 6fd0bba97a updated grid před 13 roky
style.css a6539f4f95 fixed col460 and changed to col480 před 14 roky
taxonomy-custom_cat.php 6fd0bba97a updated grid před 13 roky

README

/******************************************************************
Bones
A Lightweight Wordpress Development Theme

_______________________________________________________________
HEADS UP!!!
Bones & Bones (Responsive Edition) are going to be merged into one repo
any day now. Since the responsive version seems to be the way to go,
that version is going to take precedence. If you like the Classic
Version of Bones, I suggest forking it and keeping your very own
version!
_______________________________________________________________

Bones is designed to make the life of developers easier. It's built
using HTML5 & has a strong semantic foundation. It was updated recently
using some of the HTML5 Boilerplate's recommended markup and setup.
There are also a ton of bonus features such as page navi, breadcrumbs,
related posts, and html5 video with fallback. It's constantly growing
so be sure to check back often if you are a frequent user.

Designed by Eddie Machado
http://themble.com/bones
eddie@themble.com

XHTML/CSS released under a Creative Commons Attribution 2.5 licence.

Special Thanks to:
Paul Irish & the HTML5 Boilerplate
Yoast for some WP functions & optimization ideas
Andrew Rogers for code optimization
David Dellanave for speed & code optimization
and several other developers. :)

For support and or questions please head over to these helpful pages:

Documentation:
http://themble.com/docs

Submit Bugs & or Fixes:
https://github.com/eddiemachado/bones/issues

To view Release & Update Notes, read the log.txt file inside
the library folder.

******************************************************************/

/* v1.2 HUGE update */
- merge responsive version with classic
- remove post title from read more link (it's way too long)
- removed readme.txt (it was pointless)
- organized info for each file called in on the functions page
- added custom gravatar call in comments
- i'm leaving jQuery to a plugin (that way I'm not providing dated jQuery)
- added translation folder
- put everything inside stuff so it's easier to be translated
- added an identifier in each 404 area so you know what template is showing
- remove custom walker. I think that's better left for you guys to do
- fixed some spelling errors
- added some translation options in the comments file
- added role=navigation to footer links
- deleted image.php (who really uses that anyway)
- added sidebar to search.php
- added class to custom post type title
- added link to custom meta box
- removed selectivizr
- updated html elements with new classes for IE
- added new mobile meta tags
- removed pinned site meta tag for IE9
- merged base.css into style.css for one less call in the header
- added styleguide page and styles (oh yea!)
- added nav class to both menus
- removed "Powered by Wordpress & Bones" from footer, because let's face it: we all delete this anyway.
- added button class to submit comment button
- removed html5 placeholder fallback (you should be using Gravity Forms)
- added slug and rewrite to custom post type for easier urls
- renamed the border radius mixins so they were easer to remember
- removed duplicate box shadow mixin
- deleted the plugins.php file
- facebook og:meta can be better handled by a plugin (or Yoast's SEO plugin)
- rel=me can also be handled by SEO plugin or another plugin
- removed author.php (you can use archive.php or add it yourself)