Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes spacing and global variable leaks, JSHint check | Frederic Hemberger | 2011-09-18 | 1 | -41/+44 |
| | | | | | | octopress.js now almost passes JSHint (http://jshint.com). The only issues left are due to undefined Modernizr and swfobject objects and the compressed swfobject code at the end of the file, but those are neglectable. | ||||
* | removes index.html from canonical urls. closes #153 | Brandon Mathis | 2011-09-17 | 1 | -2/+2 |
| | |||||
* | 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 | 4 | -6/+8 |
| | | | | it is appropriate | ||||
* | changed left angle quote to dash for page titles | Brandon Mathis | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/fhemberger/octopress into ↵ | Brandon Mathis | 2011-09-04 | 5 | -8/+8 |
|\ | | | | | | | | | | | | | fhemberger-master Conflicts: plugins/category_generator.rb | ||||
| * | show page.title first, best practice for SEO and usability (e.g. bookmarks) | fhemberger | 2011-09-04 | 1 | -1/+1 |
| | | |||||
| * | move code for Twitter, Google +1 and Google Analytics to bottom of page, as ↵ | fhemberger | 2011-09-04 | 2 | -3/+3 |
| | | | | | | | | inline <script> tags are always blocking page load | ||||
| * | 'updated' is not a valid attribute for <time>, moved to data attribute | fhemberger | 2011-09-04 | 1 | -1/+1 |
| | | |||||
| * | datetime must be valid date format, see: ↵ | fhemberger | 2011-09-04 | 2 | -3/+3 |
| | | | | | | | | http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime | ||||
| * | use semantic HTML5 element for Google +1 button, see: ↵ | fhemberger | 2011-09-04 | 1 | -1/+1 |
| | | | | | | | | http://code.google.com/intl/en-US/apis/+1button/#plusonetag | ||||
* | | Merge branch 'github-repositories-plugin' of ↵ | Brandon Mathis | 2011-09-03 | 2 | -0/+73 |
|\ \ | | | | | | | | | | https://github.com/pilif/octopress into pilif-github-repositories-plugin | ||||
| * | | corrected fork skipping logic | Philip Hofstetter | 2011-08-04 | 1 | -1/+1 |
| | | | |||||
| * | | make listing/not listing of forks configurable | Philip Hofstetter | 2011-08-04 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | some people have more or less taken over projects with their forks, so it probably makes sense to still list them among the repositories | ||||
| * | | provide an option to show or not show github profile link | Philip Hofstetter | 2011-08-04 | 1 | -0/+3 |
| | | | |||||
| * | | allow limiting the amount of repos to display | Philip Hofstetter | 2011-08-04 | 2 | -6/+15 |
| | | | | | | | | | | | | | | | by setting github_repo_count to someething that's not 0, you can limit the amount of repositories to render | ||||
| * | | add github repositories sidebar plugin | Philip Hofstetter | 2011-08-04 | 2 | -0/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if you specify github_user: in you _config.yml and once you add asides/github.html to your sidebar items, this plugin will fetch the specified users github repositories and order them so the last pushed ones are shown first. Then it'll list them in the side-bar, including a link and the repository description The plugin will only list your own repositories, not forks, though this might need to be configurable later | ||||
* | | | fixed bug with twitter feed where it would sometimes say "undefined" if the ↵ | Brandon Mathis | 2011-09-02 | 1 | -2/+2 |
| |/ |/| | | | | | post was more than a month old | ||||
* | | updated date now shows up properly | Brandon Mathis | 2011-08-22 | 1 | -1/+1 |
| | | |||||
* | | added excerpt_link to article include. fixes #97 | Brandon Mathis | 2011-08-20 | 1 | -1/+1 |
| | | |||||
* | | now only excerpted articles show the "read on" link. Also the text for that ↵ | Brandon Mathis | 2011-08-20 | 1 | -3/+6 |
| | | | | | | | | link can be set in the _config.yml | ||||
* | | removed unusable blog_index partial | Brandon Mathis | 2011-08-16 | 1 | -40/+0 |
| | | |||||
* | | Added support for pagination with a blog index in any directory (helps with ↵ | Brandon Mathis | 2011-08-16 | 1 | -1/+38 |
| | | | | | | | | landing pages). Added configuration for pagination directory base | ||||
* | | page layout will now accept pages without title metadata | Brandon Mathis | 2011-08-14 | 1 | -0/+2 |
| | | |||||
* | | Fix extra subdirectories appearing in category links and atom.xml link. | Brigham Brown | 2011-08-11 | 1 | -2/+1 |
| | | |||||
* | | added support for preserving customized source/index.html during template ↵ | Brandon Mathis | 2011-08-10 | 2 | -41/+42 |
| | | | | | | | | updates. Moved the blog index code to a partial in source/_includes/blog_index.html | ||||
* | | Merge pull request #73 from pilif/twitter-js-scope-fix | Brandon Mathis | 2011-08-04 | 1 | -1/+3 |
|\ \ | | | | | | | correctly scope locals | ||||
| * | | correctly scope locals | Philip Hofstetter | 2011-08-04 | 1 | -1/+3 |
| |/ | | | | | | | | | | | | | | | having such generic variables as feed and i global is a recipe for trouble waiting to happen. These variables aren't used outside of the twitter plugin, so we can easily make them local to getTwitterFeed | ||||
* | | Update atom.xml to use site.title and expand_urls | Stephen Tudor | 2011-08-04 | 1 | -2/+2 |
|/ | |||||
* | added header to customizable includes | Brandon Mathis | 2011-08-01 | 2 | -6/+7 |
| | |||||
* | added custom partials for for footer and navigation | Brandon Mathis | 2011-07-31 | 4 | -8/+10 |
| | |||||
* | added support for custom includes | Brandon Mathis | 2011-07-31 | 3 | -2/+8 |
| | |||||
* | limited atom feed to 20 most recent items | Brandon Mathis | 2011-07-31 | 1 | -1/+1 |
| | |||||
* | removed unused sidebar include | Brandon Mathis | 2011-07-30 | 1 | -1/+0 |
| | |||||
* | added multi sidebar support | Brandon Mathis | 2011-07-30 | 4 | -4/+25 |
| | |||||
* | Merge branch 'master' of https://github.com/woodwardjd/octopress into ↵ | Brandon Mathis | 2011-07-29 | 1 | -4/+1 |
|\ | | | | | | | woodwardjd-master | ||||
| * | allow select and order of sidebar components to be configurable in jekyll's ↵ | Jason Woodward | 2011-07-28 | 1 | -4/+1 |
| | | | | | | | | _config.yml | ||||
* | | Improved support for adding author metadata to pages | Brandon Mathis | 2011-07-29 | 2 | -1/+7 |
| | | |||||
* | | Now rss link in head will update correctly with changes to the config | Brandon Mathis | 2011-07-28 | 1 | -1/+2 |
| | | |||||
* | | added cannonical link to head | Brandon Mathis | 2011-07-28 | 1 | -0/+1 |
| | | |||||
* | | removed appcache because it was annoying firefox users | Brandon Mathis | 2011-07-28 | 1 | -1/+1 |
|/ | |||||
* | added support for github style backtick code blocks | Brandon Mathis | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | added support for pygments.rb removing dependency on pygments, added support ↵ | Brandon Mathis | 2011-07-26 | 1 | -12/+1 |
| | | | | for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists | ||||
* | Stops the (scary) warning bar in Firefox about storing data for offline usage. | Luke Armstrong | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | improved navigation selection and fixed mobile nav select | Brandon Mathis | 2011-07-24 | 3 | -4/+4 |
| | |||||
* | fixed misspelling of exerpt to excerpt for in the Octopress filters | Brandon Mathis | 2011-07-23 | 1 | -1/+1 |
| | |||||
* | Finally a nice solution for mapping relative urls | Brandon Mathis | 2011-07-22 | 11 | -24/+25 |
| | |||||
* | 1. Added condition to full_url filter to allow it to be used as a root_url ↵ | Brandon Mathis | 2011-07-21 | 2 | -3/+3 |
| | | | | | | 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 | ||||
* | moved the favicon.png to the root directory for better discoverability | Brandon Mathis | 2011-07-19 | 2 | -1/+1 |
| |