aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow no last space for gist number only in gist tagrcmdnk2013-11-171-2/+6
| | | | Closes #1394
* Move '/.' back to first arg in :update_styleParker Moore2013-11-171-1/+1
| | | | Rel #1299
* Merge pull request #1299 from blake41/masterParker Moore2013-11-171-1/+1
|\ | | | | Fix update styles rake task
| * update style rake task to copy from new sass to old sass folder. it seems ↵Blake Johnson2013-07-151-1/+1
| | | | | | | | like it was backwards before which makes no sense
* | Merge pull request #1301 from masondesu/patch-1Parker Moore2013-11-171-1/+1
|\ \ | | | | | | Fixed typo in path to jQuery fallback
| * | Fixed typo in path to jQuery fallbackMason Stewart2013-07-251-1/+1
| | | | | | | | | The `libs` folder was typoed as `lib`
* | | Merge pull request #1406 from TheChymera/masterParker Moore2013-11-171-1/+1
|\ \ \ | | | | | | | | changed sidebar content color so that it does not all change color on hover
| * | | changed sidebar content color so that it does not all change color on hover.Horea Christian2013-11-011-1/+1
| | | |
* | | | Include timezone offset in new post template for YAML Front-MatterJ. B. Rainsberger2013-11-171-1/+1
|/ / / | | | | | | | | | Closes #1419.
* | | Merge pull request #1405 from AlexVPopov/patch-1Parker Moore2013-10-311-1/+1
|\ \ \ | | | | | | | | Fix a typo in Readme.markdown
| * | | Fix a typo in Readme.markdownAlexVPopov2013-10-311-1/+1
|/ / /
* | | Merge pull request #1399 from aleiphoenix/masterBrandon Mathis2013-10-241-2/+1
|\ \ \ | | | | | | | | fix minor mis-spelling
| * | | fix minor mis-spellingAR2013-10-241-2/+1
|/ / /
* | | Removed space to fix HAML compatibility on include_code.Brandon Mathis2013-10-121-1/+1
| | |
* | | Merge pull request #1254 from kAworu/masterBrandon Mathis2013-10-121-1/+1
|\ \ \ | | | | | | | | make codeblock play nice with HAML
| * \ \ Merge branch 'master' of https://github.com/imathis/octopressAlexandre Perrin2013-10-073-11/+29
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/imathis/octopressAlexandre Perrin2013-09-2715-26/+46
| |\ \ \ \
| * | | | | Fix codeblock rendering with HAML when there is a filetype defined.Alexandre Perrin2013-05-111-1/+1
| | | | | |
* | | | | | Merge pull request #1390 from pfista/masterParker Moore2013-10-091-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Use a protocol-relative url to load disqus over https or http
| * | | | | removed superfluous parenthesesMichael Pfister2013-10-091-1/+1
| | | | | |
| * | | | | Use a protocol-relative url to load disqus over https or httpMichael Pfister2013-10-091-1/+1
|/ / / / /
* | | | | Merge pull request #1385 from imathis/aleiphoenix-fix-gist-pluginParker Moore2013-10-051-9/+26
|\ \ \ \ \ | | | | | | | | | | | | Handle Gists returning 302's
| * | | | | Error handling FTWParker Moore2013-10-051-0/+3
| | | | | |
| * | | | | Clean up Gist redirection.Parker Moore2013-10-051-14/+12
| | | | | |
| * | | | | Merge branch 'fix-gist-plugin' of git://github.com/aleiphoenix/octopress ↵Parker Moore2013-10-051-8/+24
| |\ \ \ \ \ |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into aleiphoenix-fix-gist-plugin * 'fix-gist-plugin' of git://github.com/aleiphoenix/octopress: fix old style gist url not found issue
| * | | | | fix old style gist url not found issueAR2013-09-201-8/+24
| | | | | |
* | | | | | Merge pull request #1384 from kAworu/fix-disqus-over-httpsParker Moore2013-10-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix Disqus over https.
| * | | | | | Fix Disqus over https.Alexandre Perrin2013-10-031-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Forcing http:// as protocol will make Disqus fail when server over https for security reasons.
* | | | | | Add proper disqus identifier comment count linksTrey Hunner2013-09-291-1/+2
| |_|/ / / |/| | | | | | | | | | | | | | Fixes #277
* | | | | Merge pull request #1367 from nagimov/patch-1Parker Moore2013-09-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | ".git" added to sample string with SSH repository URL
| * | | | | ".git" added to sample string with SSH repository URLnagimov2013-09-201-1/+1
|/ / / / / | | | | | | | | | | | | | | | Octopress does not work with a repo URL like a "git@github.com:your_username/your_username.github.io" ("ERROR: repository not found" error appears). It is necessary to add ".git" to the end of this line.
* | | | | Remove .ruby-version file and add note to README regarding minimum Ruby version.Parker Moore2013-09-192-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | @imathis - look ok? Closes #1365.
* | | | Update Gemfile.lock.Parker Moore2013-09-041-1/+2
| | | |
* | | | Set a fixed version for directory_watcher gem.Brandon Mathis2013-08-291-0/+1
| | | |
* | | | Fixed blog_url for personal github pages projects. #1328Brandon Mathis2013-08-231-0/+1
| | | |
* | | | Fixed setup_github_pages success message. #1328Brandon Mathis2013-08-231-1/+1
| | | |
* | | | Merge pull request #1330 from rslifka/masterParker Moore2013-08-223-2/+1
|\ \ \ \ | | | | | | | | | | Use version-manager-agnostic Ruby version specification
| * | | | Let's use the specified format - https://gist.github.com/fnichol/1912050Rob Slifka2013-08-221-1/+1
| | | | |
| * | | | Removed outdated ruby version manager configurations; update to .ruby-versionRob Slifka2013-08-223-2/+1
| | |/ / | |/| |
* | | | Merge pull request #1328 from sharethrough/masterBrandon Mathis2013-08-221-3/+10
|\ \ \ \ | |/ / / |/| | | Use the CNAME from /source when (re)generating _config.yml
| * | | Improved readabilityRob Slifka2013-08-221-1/+1
| | | |
| * | | Extract methodRob Slifka2013-08-211-7/+10
| | | |
| * | | Use source/CNAME (if it exists) to set _config.yml url propertyRob Slifka2013-08-211-1/+5
|/ / /
* | | Merge pull request #1300 from daphotron/masterParker Moore2013-07-161-1/+0
|\ \ \ | |_|/ |/| | Remove redundant reset-html5 call
| * | Remove redundant reset-html5, global-reset already calls reset-html5Daphne Lin2013-07-151-1/+0
|/ /
* | Merge pull request #1297 from ndbroadbent/patch-1Brandon Mathis2013-07-131-0/+1
|\ \ | | | | | | Fix http generated images path when using Compass sprites
| * | Fix http generated images path when using Compass sprites Nathan Broadbent2013-07-131-0/+1
| | | | | | | | | Otherwise compass uses '/source/images' for the sprite image URL
* | | Merge pull request #1298 from imathis/deprecate-192-whoopsParker Moore2013-07-131-1/+1
|\ \ \ | |/ / |/| | Deprecate 1.9.2, add 2.0.0
| * | Deprecate 1.9.2, add 2.0.0 :)Parker Moore2013-07-131-1/+1
|/ /
* | Merge pull request #1141 from joelclermont/patch-1Brandon Mathis2013-07-091-2/+2
|\ \ | | | | | | Enable inline PHP syntax highlighting