aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_layouts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-044-116/+0
|
* Support octopress-hooks and octopress-date-format #1622Brandon Mathis2014-08-121-1/+1
|
* Fix typoJo Liss2012-02-151-1/+1
|
* Add custom date format to pages, add 'updated' field againFrederic Hemberger2011-11-032-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.htmlFrederic Hemberger2011-10-182-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 #218Frederic Hemberger2011-10-161-0/+8
|
* Makes titlecase of page/post titles configurableFrederic Hemberger2011-10-161-1/+1
|
* added support for adding content to the bottom of a pageBrandon Mathis2011-09-291-4/+1
|
* collapse sidebar is now possible site-wideBrandon Mathis2011-09-261-1/+1
|
* now layouts or pages can specify "sidebar: collapse" in the yaml front ↵Brandon Mathis2011-09-251-1/+1
| | | | matter for an always collapsed sidebar
* Fixed misuse of ARIA roles (see ↵Frederic Hemberger2011-09-213-7/+7
| | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/)
* Refactored inclusion of disqus scriptFrederic Hemberger2011-09-213-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 TextileBrandon Mathis2011-09-071-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 headersBrandon Mathis2011-09-061-1/+1
|
* Time metadata for updated pages and posts are now displayed where and when ↵Brandon Mathis2011-09-042-2/+2
| | | | it is appropriate
* move code for Twitter, Google +1 and Google Analytics to bottom of page, as ↵fhemberger2011-09-041-0/+3
| | | | inline <script> tags are always blocking page load
* page layout will now accept pages without title metadataBrandon Mathis2011-08-141-0/+2
|
* added multi sidebar supportBrandon Mathis2011-07-303-3/+18
|
* Improved support for adding author metadata to pagesBrandon Mathis2011-07-291-1/+5
|
* added support for github style backtick code blocksBrandon Mathis2011-07-261-1/+1
|
* improved navigation selection and fixed mobile nav selectBrandon Mathis2011-07-241-1/+1
|
* Finally a nice solution for mapping relative urlsBrandon Mathis2011-07-222-2/+3
|
* 1. Added condition to full_url filter to allow it to be used as a root_url ↵Brandon Mathis2011-07-211-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 layoutBrandon Mathis2011-07-191-6/+2
|
* changed post layout so that blog posts default to comments being turned onBrandon Mathis2011-07-191-1/+1
|
* Improved variable names for setting footer, sharing, sidebar and metadata ↵Brandon Mathis2011-07-184-9/+9
| | | | diesplay from page configurations
* 1. Udated category layoutBrandon Mathis2011-07-151-3/+8
| | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements
* Moved some post partials into source/_includes/post/ and updated includeBrandon Mathis2011-07-132-9/+9
| | | | links
* 1. Made default layout more generic.Brandon Mathis2011-07-123-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 Mathis2011-06-294-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