| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | 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 |
| | | |/ /
| | |/| | |
|
* | | | | | reverted back to \W in category_generator. Tracking on #128 | Brandon Mathis | 2011-09-03 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Improved support for non Latin characters in category names. Fixes #128 | Brandon Mathis | 2011-09-03 | 1 | -2/+2 |
* | | | | Added prompt for overwriting posts and pages when a new_post and new_page tas... | Brandon Mathis | 2011-09-03 | 1 | -0/+10 |
* | | | | fixed bug where update_source Rake task was not copying over changes from .th... | Brandon Mathis | 2011-09-02 | 1 | -7/+5 |
* | | | | fixed bug with twitter feed where it would sometimes say "undefined" if the p... | Brandon Mathis | 2011-09-02 | 1 | -2/+2 |
|/ / / |
|
* | | | removed right border from #content when sidebar has been removed | Brandon Mathis | 2011-08-28 | 1 | -1/+1 |
* | | | Merge pull request #123 from rtgibbons/master | Brandon Mathis | 2011-08-28 | 1 | -6/+4 |
|\ \ \ |
|
| * | | | not using cd in copydot, breaks chained task when further cd's are called | Ryan Gibbons | 2011-08-28 | 1 | -6/+4 |
|/ / / |
|
* | | | removed octopress.org rsync deploy config from Rakefile. Oops | Brandon Mathis | 2011-08-25 | 1 | -2/+2 |
* | | | sitemap_generator dies if public dir doesn't exist yet | masukomi | 2011-08-25 | 1 | -0/+4 |
* | | | Somehow I replaced Rakefile with oder version, oops | Brandon Mathis | 2011-08-25 | 1 | -18/+54 |
* | | | Added warning if users try to add posts, pages, or generate their site | Brandon Mathis | 2011-08-25 | 1 | -52/+21 |
* | | | removed unnecessary mkdir_p in update_style, fixed #67 | Brandon Mathis | 2011-08-25 | 1 | -1/+0 |
* | | | sleeps wait, cleaned up rake preview and rake watch a bit | Brandon Mathis | 2011-08-25 | 1 | -16/+9 |
* | | | Do not rely on system specifc syntax for preview or watch. | Benjamin R Doerr | 2011-08-23 | 1 | -2/+32 |
* | | | Removes system specific File IO from Rakefile, rather we make use of FileUtils. | Benjamin R Doerr | 2011-08-22 | 1 | -13/+13 |
* | | | Makes update_source and update_style much more windows friendly. | Ben Doerr | 2011-08-23 | 1 | -2/+4 |
* | | | updated date now shows up properly | Brandon Mathis | 2011-08-22 | 1 | -1/+1 |
* | | | updated Gemfile.lock, fixes #59 | Brandon Mathis | 2011-08-22 | 1 | -5/+5 |
* | | | using @extend for responsive blocks, added shadow-box mixin to utlities for c... | Brandon Mathis | 2011-08-22 | 4 | -13/+24 |
| |/
|/| |
|
* | | Merge branch 'master' of github.com:imathis/octopress | Brandon Mathis | 2011-08-21 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge pull request #82 from jakemcc/7d6062b5eb3ebd2720fe5b836add73f9c88d2589 | Brandon Mathis | 2011-08-21 | 1 | -1/+1 |
| |\ \ |
|
| | * | | fixed @extend for pp, code, and tt. The @extend was extending a non-existant ... | Jake McCrary | 2011-08-06 | 1 | -1/+1 |