aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/default.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang1-14/+0
2014-10-20initial setupZhiming Wang1-0/+0
2011-09-29added support for adding content to the bottom of a pageBrandon Mathis1-4/+1
2011-09-26collapse sidebar is now possible site-wideBrandon Mathis1-1/+1
2011-09-25now layouts or pages can specify "sidebar: collapse" in the yaml front ↵Brandon Mathis1-1/+1
matter for an always collapsed sidebar
2011-09-21Fixed misuse of ARIA roles (see ↵Frederic Hemberger1-3/+3
http://dev.opera.com/articles/view/introduction-to-wai-aria/)
2011-09-21Refactored inclusion of disqus scriptFrederic Hemberger1-0/+1
- Added ARIA setting `aria-live="polite"` to comment output - Removed duplicate <div id="disqus_thread"> from page/post templates - Moved blocking JavaScript loading to the end of the document body. - Merged JavaScript code for index and pages/posts using conditionals - Moved global JavaScript disqus variables into the anonymous function to stop pollution of global namespace
2011-09-071. Vastly improved backtick code blocks and added support for TextileBrandon Mathis1-1/+1
2. Refactored Octopress filters into Liquid filters and pre/post render filters (using post_filters plugin) 3. Added methods to raw plugin to prevent Markdown and Textile from parsing blocks 4. Updated render partial to invoke the pre_render method of post_filters 5. Moved Rubypants filter out of default.html into Octopress post_render filters 6. Added raw's safe_wrapper method to codeblock and include_code filters
2011-09-04move code for Twitter, Google +1 and Google Analytics to bottom of page, as ↵fhemberger1-0/+3
inline <script> tags are always blocking page load
2011-07-30added multi sidebar supportBrandon Mathis1-3/+0
2011-07-26added support for github style backtick code blocksBrandon Mathis1-1/+1
2011-07-24improved navigation selection and fixed mobile nav selectBrandon Mathis1-1/+1
2011-07-22Finally a nice solution for mapping relative urlsBrandon Mathis1-1/+2
2011-07-18Improved variable names for setting footer, sharing, sidebar and metadata ↵Brandon Mathis1-2/+2
diesplay from page configurations
2011-07-121. Made default layout more generic.Brandon Mathis1-15/+4
2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one.
2011-06-29Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis1-0/+0
support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use
2011-06-191. Switched back to RdiscountBrandon Mathis1-1/+1
2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link
2011-06-07Added themes directory, improved javascript load and minification.Brandon Mathis1-0/+26