| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | updated added reqwest to ender.js, fixed twitter.js url expansion bug | Brandon Mathis | 2011-09-27 | 2 | -25/+31 |
| * | | fixed github line numbering issue, fixed a few bugs in code block styling | Brandon Mathis | 2011-09-27 | 2 | -14/+19 |
| * | | Merge branch 'master' of github.com:imathis/octopress | Brandon Mathis | 2011-09-26 | 3 | -42/+38 |
| |\ \ |
|
| | * | | Fixes img tag properties | Frederic Hemberger | 2011-09-26 | 1 | -2/+2 |
| | * | | jsHint'ed octopress.js | Frederic Hemberger | 2011-09-26 | 1 | -3/+3 |
| | * | | jsHint'ed github.js | Frederic Hemberger | 2011-09-26 | 1 | -37/+33 |
| * | | | collapse sidebar is now possible site-wide | Brandon Mathis | 2011-09-26 | 1 | -1/+1 |
| |/ / |
|
| * | | Fixes delicious integration #179 | Frederic Hemberger | 2011-09-26 | 2 | -2/+12 |
| * | | Refactores twitter widget | Frederic Hemberger | 2011-09-26 | 1 | -59/+54 |
| * | | Escapes double quotes in img tag | Frederic Hemberger | 2011-09-26 | 1 | -4/+4 |
| * | | Adds jsFiddle plugin | Frederic Hemberger | 2011-09-26 | 1 | -0/+40 |
| * | | Makes img tag more flexible, adds support for relative paths. Includes pull r... | Frederic Hemberger | 2011-09-26 | 1 | -22/+23 |
| * | | Merge pull request #178 from matrixagent/patch-1 | Frederic Hemberger | 2011-09-25 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Typo. | Manu | 2011-09-26 | 1 | -1/+1 |
| | * | | Changed it so the ssh port is configurable as well. (As I ran into the same i... | Manu | 2011-09-26 | 1 | -1/+2 |
| * | | | Ender.js is now loaded locally instead of hotlinking | Brandon Mathis | 2011-09-25 | 2 | -2/+38 |
| * | | | now layouts or pages can specify "sidebar: collapse" in the yaml front matter... | Brandon Mathis | 2011-09-25 | 2 | -10/+12 |
| |/ / |
|
| * | | Merge branch 'master' of github.com:imathis/octopress | Brandon Mathis | 2011-09-25 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fixes child selector for param[name=movie], #168 | Frederic Hemberger | 2011-09-24 | 1 | -1/+1 |
| * | | | mobile nav javascript updated to still work with role='main-navigation' since... | Brandon Mathis | 2011-09-25 | 1 | -0/+1 |
| |/ / |
|
| * | | Merge branch 'master' of github.com:imathis/octopress | Brandon Mathis | 2011-09-22 | 1 | -0/+1 |
| |\ \ |
|
| | * \ | Merge pull request #171 from fmcypriano/master | Brandon Mathis | 2011-09-22 | 1 | -0/+1 |
| | |\ \ |
|
| | | * | | Add .rbenv-version file to simplify the installation using rbenv | Felipe Cypriano | 2011-09-22 | 1 | -0/+1 |
| | |/ / |
|
| * | | | added slugignore to help with heroku deployment | Brandon Mathis | 2011-09-22 | 1 | -0/+3 |
| * | | | now Github pages :push task forces | Brandon Mathis | 2011-09-22 | 1 | -1/+1 |
| |/ / |
|
| * | | renamed github pages configuration task | Brandon Mathis | 2011-09-22 | 1 | -1/+1 |
| * | | Restored copying public into _deploy. fixes #169 | Brandon Mathis | 2011-09-22 | 1 | -0/+1 |
| * | | improved github configuration raketask | Brandon Mathis | 2011-09-22 | 1 | -9/+38 |
* | | | Fix generation of stylesheets | Frederic Hemberger | 2011-09-24 | 1 | -1/+1 |
* | | | Removes compass_compiler.rb | Frederic Hemberger | 2011-09-22 | 2 | -1/+1 |
|/ / |
|
* | | copydot task can be called with parameters, no need for separate copydot_deploy | Frederic Hemberger | 2011-09-22 | 1 | -19/+8 |
* | | Fixed issue where dotfiles were not being copied to _deploy for github pages ... | Brandon Mathis | 2011-09-21 | 1 | -2/+13 |
* | | fixed issue where public was being copied into _deploy | Brandon Mathis | 2011-09-21 | 1 | -1/+1 |
* | | Minor fixes | Frederic Hemberger | 2011-09-21 | 3 | -6/+6 |
* | | Fixed misuse of ARIA roles (see http://dev.opera.com/articles/view/introducti... | Frederic Hemberger | 2011-09-21 | 12 | -29/+29 |
* | | Refactored inclusion of disqus script | Frederic Hemberger | 2011-09-21 | 6 | -44/+44 |
* | | Added optional comment count for disqus, fixes #88 | Frederic Hemberger | 2011-09-21 | 2 | -1/+7 |
* | | Updated regex to select less content on posts | Frederic Hemberger | 2011-09-21 | 1 | -1/+1 |
* | | Fixes whitespace, removed unnecessary closing '/' in HTML5 | Frederic Hemberger | 2011-09-21 | 1 | -4/+4 |
* | | Adds first 150 chars of content as meta description, if no page.description s... | Frederic Hemberger | 2011-09-21 | 2 | -6/+11 |
* | | Merge pull request #159 from tmiller/patch-1 | Frederic Hemberger | 2011-09-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Removing glob because globbing does not pick up dotfiles. | Tom Miller | 2011-09-19 | 1 | -1/+1 |
|/ / |
|
* | | 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 |
|/ |
|