Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-04 | remove all Octopress stuff | Zhiming Wang | 1 | -42/+0 | |
2014-10-20 | initial setup | Zhiming Wang | 1 | -0/+0 | |
2011-11-03 | Add custom date format to pages, add 'updated' field again | Frederic Hemberger | 1 | -1/+1 | |
Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details. | |||||
2011-10-18 | Remove unsupported 'updated' flag from _includes/post/date.html | Frederic Hemberger | 1 | -1/+1 | |
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 %}'. | |||||
2011-10-16 | Makes titlecase of page/post titles configurable | Frederic Hemberger | 1 | -1/+1 | |
2011-09-21 | Fixed misuse of ARIA roles (see ↵ | Frederic Hemberger | 1 | -2/+2 | |
http://dev.opera.com/articles/view/introduction-to-wai-aria/) | |||||
2011-09-21 | Refactored inclusion of disqus script | Frederic Hemberger | 1 | -1/+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-06 | fixed missing date in page headers | Brandon Mathis | 1 | -1/+1 | |
2011-09-04 | Time metadata for updated pages and posts are now displayed where and when ↵ | Brandon Mathis | 1 | -1/+1 | |
it is appropriate | |||||
2011-08-14 | page layout will now accept pages without title metadata | Brandon Mathis | 1 | -0/+2 | |
2011-07-30 | added multi sidebar support | Brandon Mathis | 1 | -0/+9 | |
2011-07-29 | Improved support for adding author metadata to pages | Brandon Mathis | 1 | -1/+5 | |
2011-07-22 | Finally a nice solution for mapping relative urls | Brandon Mathis | 1 | -1/+1 | |
2011-07-21 | 1. Added condition to full_url filter to allow it to be used as a root_url ↵ | Brandon Mathis | 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 | |||||
2011-07-19 | fixed logic for showing dates on page layout | Brandon Mathis | 1 | -6/+2 | |
2011-07-18 | Improved variable names for setting footer, sharing, sidebar and metadata ↵ | Brandon Mathis | 1 | -3/+3 | |
diesplay from page configurations | |||||
2011-07-13 | Moved some post partials into source/_includes/post/ and updated include | Brandon Mathis | 1 | -4/+4 | |
links | |||||
2011-07-12 | 1. Made default layout more generic. | Brandon Mathis | 1 | -2/+28 | |
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-29 | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 1 | -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-20 | 1. Updated readme | Brandon Mathis | 1 | -10/+2 | |
2. Improved blog typography 3. Improved support for Disqus 4. Removed unnecessary page layout | |||||
2011-06-07 | Added themes directory, improved javascript load and minification. | Brandon Mathis | 1 | -0/+13 | |