Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update `paginate_path` comment based on default value | ChaYoung You | 2014-06-24 | 1 | -1/+1 | |
|/ | ||||||
* | Removed date plugin, added excerpt separator default | Brandon Mathis | 2014-06-21 | 2 | -0/+1 | |
| | ||||||
* | Replaced date plugin with jekyll-date-format | Brandon Mathis | 2014-06-21 | 2 | -82/+0 | |
| | ||||||
* | Merge pull request #1589 from imathis/jekyll-2 | Brandon Mathis | 2014-06-21 | 11 | -715/+94 | |
|\ | | | | | Jekyll 2.0 compatability | |||||
| * | No longer including Gemfile.lock. Turns out that was a bad idea. | Brandon Mathis | 2014-06-21 | 1 | -0/+3 | |
| | | ||||||
| * | Added jekyll-sitemap, jekyll-date-format, and updated gems | Brandon Mathis | 2014-06-21 | 3 | -5/+13 | |
| | | ||||||
| * | Initial update to be compatible with Jekyll 2 | Brandon Mathis | 2014-06-21 | 11 | -711/+79 | |
|/ | ||||||
* | Merge pull request #1586 from simonewebdesign/master | Parker Moore | 2014-06-15 | 1 | -5/+1 | |
|\ | | | | | Refactoring addSidebarToggler() | |||||
| * | Refactoring addSidebarToggler() | Simone | 2014-06-15 | 1 | -5/+1 | |
|/ | ||||||
* | Merge pull request #1567 from howiehu/fix-gist-url-bug | Parker Moore | 2014-05-23 | 1 | -1/+1 | |
|\ | | | | | Update gist tag url to githubusercontent.com | |||||
| * | fix script_url_for url bug | Hu Hao | 2014-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Update gist tag url to githubusercontent.com | Hu Hao | 2014-05-23 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #1563 from tsmacdonald/master | Parker Moore | 2014-05-17 | 1 | -1/+1 | |
|\ | | | | | Use correct time in log message for Github deploy | |||||
| * | Use correct time in log message for Github deploy | Timothy Macdonald | 2014-05-17 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1489 from duckpuppy/fix-update_style | Parker Moore | 2014-04-03 | 1 | -2/+2 | |
|\ | | | | | Reversed update_style copy direction to correctly restore the sass.old/custom files to the new sass/custom folder | |||||
| * | Fix typo in update_style copy command | Patrick Aikens | 2014-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Reversed update_style copy direction to correctly restore the ↵ | Patrick Aikens | 2014-02-01 | 1 | -2/+2 | |
| | | | | | | | | sass.old/custom files to the new sass/custom folder | |||||
* | | Merge pull request #1515 from rythie/master | Brandon Mathis | 2014-03-09 | 2 | -3/+3 | |
|\ \ | | | | | | | A couple of changes to make octopress more friendly when hosted using HTTPS | |||||
| * | | Use HTTPS for google webfonts when on HTTPS site | Richard Cunningham | 2014-03-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | Default to HTTPS for google searches | Richard Cunningham | 2014-03-07 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1506 from duckpuppy/handle-multiple-redirects | Parker Moore | 2014-03-03 | 1 | -1/+5 | |
|\ \ | | | | | | | gist_plugin: Handle multiple redirects, stopping if we find a circular r... | |||||
| * | | gist_plugin: Handle multiple redirects, stopping if we find a circular reference | Patrick Aikens | 2014-03-01 | 1 | -1/+5 | |
|/ / | ||||||
* | | Fixed the expand_url filter. Finally. | Brandon Mathis | 2014-02-24 | 1 | -2/+2 | |
| | | | | | | Thanks @larryprice | |||||
* | | Removed accidental call to expand_url | Brandon Mathis | 2014-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | Ignore protocol relative '//' urls. | Brandon Mathis | 2014-02-24 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #1431 from Haacked/windows-code-page-fix | Brandon Mathis | 2014-01-30 | 1 | -0/+4 | |
|\ | | | | | Set the codepage to 65001 before generating | |||||
| * | chcp only needs to run once | Phil Haack | 2013-11-29 | 1 | -4/+4 | |
| | | ||||||
| * | Add check for running on Windows | Haacked | 2013-11-28 | 1 | -2/+4 | |
| | | ||||||
| * | Set the codepage to 65001 before generating | Haacked | 2013-11-28 | 1 | -0/+2 | |
| | | ||||||
* | | Add note about current stable version of Octopress to README. | Parker Moore | 2013-12-28 | 1 | -1/+3 | |
| | | | | | | | | Fixes #1451. | |||||
* | | Merge pull request #1443 from wickedshimmy/patch-1 | Parker Moore | 2013-12-19 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix spelling error | |||||
| * | Fix spelling error | Matt Enright | 2013-12-19 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1397 from IQAndreas/cleanup-date | Parker Moore | 2013-11-18 | 1 | -35/+18 | |
|\ | | | | | Call overridden version of `to_liquid` and remove duplicate code in `Octopress::Date` | |||||
| * | Rename 'data' to 'date_attributes' | Andreas Renberg (IQAndreas) | 2013-11-18 | 1 | -4/+4 | |
| | | | | | | | | | | Prevents ambiguity, since there is already a `date` property defined in the instance. | |||||
| * | Call overridden version of `to_liquid` and remove duplicate code | Andreas Renberg (IQAndreas) | 2013-10-19 | 1 | -35/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure to call "overidden" method which keeps us nice and compatible so we don't need to keep up with whatever Jekyll usually does, and make sure to include it in our overriden method. I have had it with these monkey-patching methods in this Monday-to- Friday language! Add method `liquid_date_attributes`. Cleanup the Post and Page overrides to be more similar. | |||||
* | | Merge branch 'master' of github.com:imathis/octopress | Parker Moore | 2013-11-17 | 5 | -7/+7 | |
|\ \ | | | | | | | | | | | | | | | | | | | * 'master' of github.com:imathis/octopress: removing border from iframe in jsFiddle plugin * properly escaped site title and post/page title in the RSS feeds; * consistently convert page and post titles to titlecase if site.titlecase is true; | |||||
| * \ | Merge pull request #1400 from axiac/fixed-titlecase-usage | Parker Moore | 2013-11-17 | 4 | -6/+6 | |
| |\ \ | | | | | | | | | Fixed titlecase usage | |||||
| | * | | * properly escaped site title and post/page title in the RSS feeds; | Valentin VALCIU | 2013-10-28 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | * consistently convert page and post titles to titlecase if site.titlecase ↵ | Valentin VALCIU | 2013-10-28 | 4 | -5/+5 | |
| | | | | | | | | | | | | | | | | is true; | |||||
| * | | | Merge pull request #1402 from vernak2539/removing_frame_from_jsFiddle_iframe | Parker Moore | 2013-11-17 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | Removing border from iframe in jsFiddle plugin | |||||
| | * | | | removing border from iframe in jsFiddle plugin | Alex Vernacchia | 2013-10-28 | 1 | -1/+1 | |
| | |/ / | ||||||
* | | | | Allow no last space for gist number only in gist tag | rcmdnk | 2013-11-17 | 1 | -2/+6 | |
|/ / / | | | | | | | | | | Closes #1394 | |||||
* | | | Move '/.' back to first arg in :update_style | Parker Moore | 2013-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | Rel #1299 | |||||
* | | | Merge pull request #1299 from blake41/master | Parker Moore | 2013-11-17 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix update styles rake task | |||||
| * | | | update style rake task to copy from new sass to old sass folder. it seems ↵ | Blake Johnson | 2013-07-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | like it was backwards before which makes no sense | |||||
* | | | | Merge pull request #1301 from masondesu/patch-1 | Parker Moore | 2013-11-17 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fixed typo in path to jQuery fallback | |||||
| * | | | | Fixed typo in path to jQuery fallback | Mason Stewart | 2013-07-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | The `libs` folder was typoed as `lib` | |||||
* | | | | | Merge pull request #1406 from TheChymera/master | Parker Moore | 2013-11-17 | 1 | -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 Christian | 2013-11-01 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Include timezone offset in new post template for YAML Front-Matter | J. B. Rainsberger | 2013-11-17 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | Closes #1419. |