Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove all Octopress stuff | Zhiming Wang | 2015-05-04 | 4 | -116/+0 |
| | |||||
* | Support octopress-hooks and octopress-date-format #1622 | Brandon Mathis | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | Fix typo | Jo Liss | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Add custom date format to pages, add 'updated' field again | Frederic Hemberger | 2011-11-03 | 2 | -2/+2 |
| | | | | Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details. | ||||
* | Remove unsupported 'updated' flag from _includes/post/date.html | Frederic Hemberger | 2011-10-18 | 2 | -4/+4 |
| | | | | | | Jekyll does not support this value for Page or Post classes. The capture returned an empty Sting, which was always evaluated to true in '{% if updated %}'. | ||||
* | Adds prev/next link below post, fixes #218 | Frederic Hemberger | 2011-10-16 | 1 | -0/+8 |
| | |||||
* | Makes titlecase of page/post titles configurable | Frederic Hemberger | 2011-10-16 | 1 | -1/+1 |
| | |||||
* | added support for adding content to the bottom of a page | Brandon Mathis | 2011-09-29 | 1 | -4/+1 |
| | |||||
* | collapse sidebar is now possible site-wide | Brandon Mathis | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | now layouts or pages can specify "sidebar: collapse" in the yaml front ↵ | Brandon Mathis | 2011-09-25 | 1 | -1/+1 |
| | | | | matter for an always collapsed sidebar | ||||
* | Fixed misuse of ARIA roles (see ↵ | Frederic Hemberger | 2011-09-21 | 3 | -7/+7 |
| | | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/) | ||||
* | Refactored inclusion of disqus script | Frederic Hemberger | 2011-09-21 | 3 | -3/+4 |
| | | | | | | | | - 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 | ||||
* | 1. Vastly improved backtick code blocks and added support for Textile | Brandon Mathis | 2011-09-07 | 1 | -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 | ||||
* | fixed missing date in page headers | Brandon Mathis | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | Time metadata for updated pages and posts are now displayed where and when ↵ | Brandon Mathis | 2011-09-04 | 2 | -2/+2 |
| | | | | it is appropriate | ||||
* | move code for Twitter, Google +1 and Google Analytics to bottom of page, as ↵ | fhemberger | 2011-09-04 | 1 | -0/+3 |
| | | | | inline <script> tags are always blocking page load | ||||
* | page layout will now accept pages without title metadata | Brandon Mathis | 2011-08-14 | 1 | -0/+2 |
| | |||||
* | added multi sidebar support | Brandon Mathis | 2011-07-30 | 3 | -3/+18 |
| | |||||
* | Improved support for adding author metadata to pages | Brandon Mathis | 2011-07-29 | 1 | -1/+5 |
| | |||||
* | added support for github style backtick code blocks | Brandon Mathis | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | improved navigation selection and fixed mobile nav select | Brandon Mathis | 2011-07-24 | 1 | -1/+1 |
| | |||||
* | Finally a nice solution for mapping relative urls | Brandon Mathis | 2011-07-22 | 2 | -2/+3 |
| | |||||
* | 1. Added condition to full_url filter to allow it to be used as a root_url ↵ | Brandon Mathis | 2011-07-21 | 1 | -1/+1 |
| | | | | | | appending filter for remapping root "/" urls when octopress is deployed to a subdirectory. Updated _includes/article and _layouts/page to use the filter 2. Added documentation for the include_code plugin | ||||
* | fixed logic for showing dates on page layout | Brandon Mathis | 2011-07-19 | 1 | -6/+2 |
| | |||||
* | changed post layout so that blog posts default to comments being turned on | Brandon Mathis | 2011-07-19 | 1 | -1/+1 |
| | |||||
* | Improved variable names for setting footer, sharing, sidebar and metadata ↵ | Brandon Mathis | 2011-07-18 | 4 | -9/+9 |
| | | | | diesplay from page configurations | ||||
* | 1. Udated category layout | Brandon Mathis | 2011-07-15 | 1 | -3/+8 |
| | | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements | ||||
* | Moved some post partials into source/_includes/post/ and updated include | Brandon Mathis | 2011-07-13 | 2 | -9/+9 |
| | | | | links | ||||
* | 1. Made default layout more generic. | Brandon Mathis | 2011-07-12 | 3 | -23/+40 |
| | | | | | | | | 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. | ||||
* | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 2011-06-29 | 4 | -0/+67 |
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 |