-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jquery.com: Merge blog.jquery.com theme into base and jquery.com
The remaining differences are tiny and this way we avoid having to rename the active theme, which makes both staging the deployment, and the actual deployment, easier. Settle some blog utilities in places that we can reuse across all three of blog.jquery.com, blog.jqueryui.com, and blog.jquerymobile.com: * Move sidebar.php to theme/jquery/sidebar-blogpost.php. This is the same for all three sites and can be a boolean toggle instead. * Move single.php to theme/jquery.com/ This was already previously abstracted as single-blogpost.php in the base theme, so this is only a stub file to load that. Given that there are no blog posts on jquery.com itself, this is safe to put in the jquery.com theme and thus have the two be shared. If there were to be blog posts there at some point, this would naturally be the appropiate way to style them anyway. The only site that can't easily be shared is api.jquery.com, given that it structures its API pages as single "posts", thus needing at least something somewhere to make sure single.php renders like an API page instead of dated blog post. Remove twentyeleven remnants: * Remove sidebar-footer.php. There are no `get_sidebar( 'footer' )` calls in this repo. This was a leftover from the twentyeleven theme. * Remove redundant copy of license.txt, already in the top of the repo. * Remove readme.txt, specific to Twenty Eleven. Ref jquery/infrastructure-puppet#17
- Loading branch information
Showing
11 changed files
with
159 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.