aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #664 from earaya/masterParker Moore2013-03-051-2/+2
| |\ \
| | * | optimized order of styles and scripts in headerearaya2012-07-111-2/+2
| * | | Merge pull request #629 from vyper/masterParker Moore2013-03-051-2/+4
| |\ \ \
| | * \ \ Merge branch 'master' of github.com:imathis/octopressLeonardo Saraiva2013-02-2427-1529/+3331
| | |\ \ \
| | * | | | Upgrade ruby versionLeonardo Saraiva2012-11-081-1/+1
| | * | | | Added stringex and changed to use #to_url for create directory. To don't rece...Leonardo Saraiva2012-06-191-2/+4
| | | |/ / | | |/| |
* | | | | Added .gitattributes file to keep CRLF's out of the codebase.Parker Moore2013-03-061-0/+1
|/ / / /
* | | | Merge pull request #452 from treyhunner/topic/editorconfigParker Moore2013-03-052-0/+66
|\ \ \ \
| * | | | Add EditorConfig file for classic themeTrey Hunner2012-02-261-0/+44
| * | | | Add EditorConfig file for Ruby filesTrey Hunner2012-02-261-0/+22
* | | | | Merge branch 'master' of github.com:imathis/octopressParker Moore2013-03-051-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge pull request #448 from NSError/list-fixParker Moore2013-03-051-0/+1
| |\ \ \ \ \
| | * | | | | Fix for bottom margin in nested lists.Chris Miller2012-02-241-0/+1
| | |/ / / /
| * | | | | Using data.code.to_i like a true Rubyist in plugins/gist_code.rb. Heh. #438Parker Moore2013-03-051-2/+2
* | | | | | Using data.code.to_i like a true Rubyist in plugins/gist_code.rb. Heh. #438Parker Moore2013-03-051-2/+2
|/ / / / /
* | | | | Merge pull request #438 from roman-yepishev/gist_errorParker Moore2013-03-051-0/+3
|\ \ \ \ \
| * | | | | Convert to integer before comparing. data.code is StringRoman Yepishev2012-02-211-1/+1
| * | | | | Raise RuntimeError when gist is unavailableRoman Yepishev2012-02-201-0/+3
| |/ / / /
* | | | | Merge pull request #1074 from joneslee85/bump-sinatraParker Moore2013-02-282-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Bump sinatra to 1.3.5Trung LĂȘ2013-02-262-6/+6
|/ / / /
* | | | It's 2013. Hi, MIT License.Parker Moore2013-02-221-1/+1
* | | | Use HTML5 '&' character to connect query params in GitHub API call. #1031.Parker Moore2013-02-201-1/+1
* | | | Merge pull request #1031 from schwern/github_repo_sortingParker Moore2013-02-181-9/+1
|\ \ \ \
| * | | | Use the Github API repo sorting.Michael G. Schwern2013-02-181-9/+1
|/ / / /
* | | | Fixed issue with mobile nav choosing the last option by default. Fixes #950.Floyd Pink2013-02-151-0/+1
* | | | fixed issue #949 using @alexkirmse's patchFloyd Pink2013-02-131-1/+1
| |_|/ |/| |
* | | Added travis stamp of approval to README.Parker Moore2013-01-271-0/+2
* | | Added travis.yml so travis doesn't fail for every master branch PR and pushParker Moore2013-01-271-0/+5
* | | improved regexes for setup_github_pages taskBrandon Mathis2013-01-131-2/+2
* | | Removed unnecessary passive group from octopress origin regexBrandon Mathis2013-01-121-1/+1
* | | setup_github_pages: allow for clones missing .git extensionVaz Allen2013-01-121-1/+1
* | | Video tag plugin now supports mp4,ogv,webm formats, closes #931Brandon Mathis2013-01-121-8/+17
* | | Striped whitespace from titles in blockquote pluginBrandon Mathis2013-01-121-2/+2
* | | Fixed blockquote plugin (author alone would not show up without title)Sean Kerr2013-01-121-6/+5
* | | Improved error message for category_generator plugin. Addresses #116Brandon Mathis2013-01-121-1/+11
* | | Merge pull request #936 from richo/cleanup/whitespaceParker Moore2013-01-116-10/+10
|\ \ \
| * | | Whitespacericho2013-01-116-10/+10
|/ / /
* | | updated ender.js to latestBrandon Mathis2013-01-062-1400/+3159
* | | Merge pull request #914 from rixth/masterBrandon Mathis2013-01-021-1/+4
|\ \ \
| * | | Escape github repo descriptions, as they may contain HTML.Thomas Rix2013-01-021-1/+4
|/ / /
* | | removed accidentally added fileBrandon Mathis2013-01-021-0/+0
* | | Rake task new_post now accepts titles through stdinBrandon Mathis2013-01-011-2/+5
* | | Merge pull request #537 from joseprio/masterBrandon Mathis2012-12-291-0/+7
|\ \ \
| * | | Added robots.txt, with sitemap linkJosep del Rio2012-04-191-0/+7
* | | | updated gemsBrandon Mathis2012-12-292-29/+24
* | | | Merge pull request #408 from dtchepak/category_link_filterBrandon Mathis2012-12-291-4/+12
|\ \ \ \
| * | | | Extract category_link filter from category_generator.rb pluginDavid Tchepak2012-02-021-4/+12
* | | | | Removed unnecessary regex in code block pluginBrandon Mathis2012-12-261-5/+1
* | | | | Titles in code plugins can have slashes in them. Closes #892Brandon Mathis2012-12-263-5/+5
* | | | | Merge pull request #844 from jsvensson/rsyncargsBrandon Mathis2012-12-191-1/+2
|\ \ \ \ \