Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes styling of <figure> code header | Frederic Hemberger | 2011-09-18 | 2 | -4/+4 |
| | |||||
* | Wraps git commit message in double quotes, fixes #139 | Frederic Hemberger | 2011-09-18 | 1 | -2/+2 |
| | |||||
* | Fixes HTML validation issues with code highlighting | Frederic Hemberger | 2011-09-18 | 3 | -7/+7 |
| | |||||
* | 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. | ||||
* | Aligns naming of .pygments-cache, .gist-cache and .sass-cache | Frederic Hemberger | 2011-09-18 | 4 | -6/+6 |
| | |||||
* | Merge pull request #154 from jcsims/rake_dotcopy_fix | Brandon Mathis | 2011-09-17 | 1 | -1/+1 |
|\ | | | | | Fixes #150. Strip leading path before checking for excluded file. | ||||
| * | Fixes #150. Strip leading path before checking for excluded file. | Chris Sims | 2011-09-17 | 1 | -1/+1 |
|/ | |||||
* | removes index.html from canonical urls. closes #153 | Brandon Mathis | 2011-09-17 | 1 | -2/+2 |
| | |||||
* | added itegration to gen_deploy | Brandon Mathis | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Fix an issue in 'watch' and 'preview' where main process is terminated with ↵ | fhemberger | 2011-09-12 | 1 | -9/+6 |
| | | | | child processes still running | ||||
* | Move generate + deploy to separate task | fhemberger | 2011-09-12 | 1 | -1/+6 |
| | |||||
* | Generate site before deploying, execute tasks in sequence | fhemberger | 2011-09-12 | 1 | -1/+2 |
| | |||||
* | Copy dotfiles also for subdirectories | fhemberger | 2011-09-12 | 1 | -4/+4 |
| | |||||
* | moved from Posix::Span to Process.span, fixing #46 | Brandon Mathis | 2011-09-08 | 1 | -5/+5 |
| | |||||
* | updated Gemfile.lock | Brandon Mathis | 2011-09-08 | 1 | -4/+0 |
| | |||||
* | Merge branch 'sinatra_static_server' of ↵ | Brandon Mathis | 2011-09-08 | 3 | -36/+39 |
|\ | | | | | | | | | | | | | | | https://github.com/scottwater/octopress into scottwater-sinatra_static_server Conflicts: Gemfile Gemfile.lock | ||||
| * | Static Server based on Sinatra | Scott Watermasysk | 2011-08-21 | 3 | -36/+35 |
| | | | | | | | | | | | | | | | | Using Sinatra provides better handling of mime types and supports 304's/etc. Also updated the Gemfile to exclude most gem outside of developemnt (default). | ||||
* | | improved backtick codeblock's handling of the raw option | Brandon Mathis | 2011-09-07 | 1 | -4/+5 |
| | | |||||
* | | 1. Vastly improved backtick code blocks and added support for Textile | Brandon Mathis | 2011-09-07 | 7 | -55/+107 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge branch 'post_filters' | Brandon Mathis | 2011-09-07 | 1 | -0/+176 |
|\ \ | |||||
| * \ | Merge branch 'post_filters_plugin' of https://github.com/tedkulp/octopress ↵ | Brandon Mathis | 2011-09-05 | 1 | -0/+176 |
| |\ \ | | | | | | | | | | | | | into post_filters | ||||
| | * | | Added post_filters plugin | Ted Kulp | 2011-09-04 | 1 | -0/+176 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plugins that extend PostFilter will get three additional methods: pre_render, post_render and post_write. These will be called when every page or post is processed and allows for the plugin to modify the post/page object directly to modify the output beyond what can be done with just markup. | ||||
* | | | | Added {% raw %} liquid block, allowing for blocks of code which are not ↵ | Brandon Mathis | 2011-09-07 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | parsed by Liquid | ||||
* | | | | fixed missing date in page headers | Brandon Mathis | 2011-09-06 | 1 | -1/+1 |
|/ / / | |||||
* | | | Downcased category urls | Brandon Mathis | 2011-09-05 | 1 | -2/+2 |
| | | | |||||
* | | | removed unicode_utils as a dependency | Brandon Mathis | 2011-09-05 | 2 | -3/+0 |
| | | | |||||
* | | | Improved support for non Latin characters in category names. Fixes #128 | Chun-wei Kuo | 2011-09-05 | 1 | -3/+4 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Updated new_post and new_page taks to use new ask method for dialogs | Brandon Mathis | 2011-09-04 | 1 | -6/+2 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/fhemberger/octopress into ↵ | Brandon Mathis | 2011-09-04 | 9 | -12/+33 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | fhemberger-master Conflicts: plugins/category_generator.rb | ||||
| * | | install: Adds confirmation before overwriting existing source_dir | fhemberger | 2011-09-04 | 1 | -0/+17 |
| | | | |||||
| * | | Improved support for non Latin characters in category names. Fixes #128 | fhemberger | 2011-09-04 | 3 | -4/+8 |
| | | | |||||
| * | | 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 'pilif-github-repositories-plugin' | Brandon Mathis | 2011-09-03 | 3 | -1/+80 |
|\ \ \ | |||||
| * | | | changed order for Github 3rd-party configs | Brandon Mathis | 2011-09-03 | 1 | -6/+6 |
| | | | | |||||
| * | | | added github asides to the default asides list | Brandon Mathis | 2011-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'github-repositories-plugin' of ↵ | Brandon Mathis | 2011-09-03 | 3 | -0/+79 |
| |\ \ \ | | | | | | | | | | | | | | | | https://github.com/pilif/octopress into pilif-github-repositories-plugin | ||||
| | * | | | corrected fork skipping logic | Philip Hofstetter | 2011-08-04 | 2 | -1/+2 |
| | | | | | |||||
| | * | | | 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 | 2 | -0/+4 |
| | | | | | |||||
| | * | | | allow limiting the amount of repos to display | Philip Hofstetter | 2011-08-04 | 3 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -0/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | | Merge branch 'master' of github.com:imathis/octopress | Brandon Mathis | 2011-09-03 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #127 from tobym/master | Brandon Mathis | 2011-09-03 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Fixes issue 126, broken line height on "diff" syntax highlighting | ||||
| | * | | | | Fix broken line height in diff syntax highlighting | Toby Matejovsky | 2011-08-30 | 1 | -1/+1 |
| | | |/ / | | |/| | |