| Commit message (Expand) | 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 |
* | 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. | 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 c... | fhemberger | 2011-09-12 | 1 | -9/+6 |
* | 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 https://github.com/scottwater/octopre... | Brandon Mathis | 2011-09-08 | 3 | -36/+39 |
|\ |
|
| * | Static Server based on Sinatra | Scott Watermasysk | 2011-08-21 | 3 | -36/+35 |
* | | 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 |
* | | Merge branch 'post_filters' | Brandon Mathis | 2011-09-07 | 1 | -0/+176 |
|\ \ |
|
| * \ | Merge branch 'post_filters_plugin' of https://github.com/tedkulp/octopress in... | Brandon Mathis | 2011-09-05 | 1 | -0/+176 |
| |\ \ |
|
| | * | | Added post_filters plugin | Ted Kulp | 2011-09-04 | 1 | -0/+176 |
* | | | | Added {% raw %} liquid block, allowing for blocks of code which are not parse... | Brandon Mathis | 2011-09-07 | 1 | -0/+24 |
* | | | | 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 it... | Brandon Mathis | 2011-09-04 | 4 | -6/+8 |
* | | | 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 fhember... | Brandon Mathis | 2011-09-04 | 9 | -12/+33 |
|\ \ \
| |/ /
|/| | |
|
| * | | 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 i... | fhemberger | 2011-09-04 | 2 | -3/+3 |
| * | | '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: http://www.whatwg.org/specs/web-apps... | fhemberger | 2011-09-04 | 2 | -3/+3 |
| * | | use semantic HTML5 element for Google +1 button, see: http://code.google.com/... | fhemberger | 2011-09-04 | 1 | -1/+1 |
* | | | 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 https://github.com/pilif/octopre... | Brandon Mathis | 2011-09-03 | 3 | -0/+79 |
| |\ \ \ |
|
| | * | | | 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 |
| | * | | | 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 |
| | * | | | add github repositories sidebar plugin | Philip Hofstetter | 2011-08-04 | 3 | -0/+62 |
* | | | | | 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 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | Fix broken line height in diff syntax highlighting | Toby Matejovsky | 2011-08-30 | 1 | -1/+1 |
| | | |/ /
| | |/| | |
|