| Commit message (Expand) | Author | Files | Lines |
2012-10-01 | Using https instead of protocol relative urls, for Pinboard and Twitter feeds | Brandon Mathis | 2 | -7/+7 |
2012-09-29 | Twitter API call and links are now protocol relative | Brandon Mathis | 1 | -5/+5 |
2012-09-09 | Updated Github API to V3. | Zhao Lü | 1 | -1/+1 |
2012-09-09 | Updated Github API to V3. | Zhao Lü | 1 | -5/+5 |
2012-07-24 | Updated Github API to V3. | Zhao Lü | 1 | -1/+1 |
2012-07-19 | Updated Github API to V3. | Zhao Lü | 1 | -5/+5 |
2012-06-02 | Do not strip trailing slash of canonical URLs. | OGINO Masanori | 1 | -1/+1 |
2012-03-23 | Don't display comments link for post excerpts on index page when comments for... | Luke Karrys | 1 | -1/+1 |
2012-02-19 | Github -> GitHub (capitalization) | Fletcher Tomalty | 1 | -2/+2 |
2012-02-15 | Fix typo | Jo Liss | 1 | -1/+1 |
2012-01-14 | Fix CRLF, closes #374 | Robert Kowalski | 1 | -114/+114 |
2011-12-21 | Fix delicious widget js error | hSATAC | 1 | -1/+1 |
2011-12-11 | Search box can be toggled off. | Tim Gray | 1 | -0/+2 |
2011-12-10 | now mobile navigation inlcudes subscription links fixes #299 | Brandon Mathis | 1 | -1/+5 |
2011-12-10 | removed size restriction on twitter sidebar follow button | Brandon Mathis | 1 | -1/+1 |
2011-11-03 | Add custom date format to pages, add 'updated' field again | Frederic Hemberger | 3 | -3/+11 |
2011-11-01 | Reverted commit 514e848 (issue #236), should fix Disqus identifier issues. | Frederic Hemberger | 1 | -2/+2 |
2011-10-28 | Add response check, fixes #252 | Frederic Hemberger | 1 | -2/+3 |
2011-10-23 | only include facebook js if facebook_like is true | Aaron Malone | 1 | -0/+2 |
2011-10-21 | Improve handling of meta description | Frederic Hemberger | 1 | -1/+1 |
2011-10-21 | Use canonical URL for Disqus, fixes #236 | Frederic Hemberger | 2 | -4/+3 |
2011-10-18 | Remove unsupported 'updated' flag from _includes/post/date.html | Frederic Hemberger | 3 | -11/+5 |
2011-10-18 | Make post's date output configurable via _config.yml, closes #164 | Frederic Hemberger | 1 | -1/+2 |
2011-10-17 | Moves Google Analytics to <head> allowing verification for Google Webmaster T... | Frederic Hemberger | 2 | -1/+1 |
2011-10-17 | Adds support for Google+ widget, supports author information in search result... | Frederic Hemberger | 1 | -0/+11 |
2011-10-17 | Removes <nav> for Pagination links, fixes #216 | Frederic Hemberger | 1 | -11/+9 |
2011-10-16 | Adds prev/next link below post, fixes #218 | Frederic Hemberger | 1 | -0/+8 |
2011-10-16 | Makes titlecase of page/post titles configurable | Frederic Hemberger | 2 | -3/+3 |
2011-10-09 | facebook like option | xdite | 3 | -0/+12 |
2011-10-09 | As other things rely on these variables, they need to be global.
| Drew Wells | 1 | -4/+4 |
2011-10-06 | Fixes delicious API url after moving from Yahoo! to AVOS, fixes #179 | Frederic Hemberger | 1 | -1/+1 |
2011-10-06 | Fixed duplicate title. | Mikkel Hoegh | 1 | -1/+0 |
2011-10-05 | First attempt at creating per-category Atom feeds. | Mikkel Hoegh | 1 | -0/+28 |
2011-10-04 | Adds CDATA sections to atom.xml, fixes #198 | Frederic Hemberger | 1 | -7/+5 |
2011-10-04 | Add generator tag to Atom feed. | Mikkel Hoegh | 1 | -0/+1 |
2011-10-02 | Proper atom feed xml escaping | Aleksey Gureiev | 1 | -4/+4 |
2011-09-29 | removed console.log from twitter.js #facepalm | Brandon Mathis | 1 | -1/+0 |
2011-09-29 | fixed issue with expanded twitter urls, fixed issue where twitter would repor... | Brandon Mathis | 1 | -4/+8 |
2011-09-29 | updated github.js to use reqwest.js with Ender | Brandon Mathis | 1 | -10/+7 |
2011-09-29 | added support for adding content to the bottom of a page | Brandon Mathis | 3 | -4/+9 |
2011-09-28 | added buffer for mentions in twitter stream | Brandon Mathis | 1 | -4/+3 |
2011-09-27 | updated added reqwest to ender.js, fixed twitter.js url expansion bug | Brandon Mathis | 2 | -25/+31 |
2011-09-27 | fixed github line numbering issue, fixed a few bugs in code block styling | Brandon Mathis | 1 | -1/+1 |
2011-09-26 | collapse sidebar is now possible site-wide | Brandon Mathis | 1 | -1/+1 |
2011-09-26 | jsHint'ed octopress.js | Frederic Hemberger | 1 | -3/+3 |
2011-09-26 | jsHint'ed github.js | Frederic Hemberger | 1 | -37/+33 |
2011-09-26 | Fixes delicious integration #179 | Frederic Hemberger | 2 | -2/+12 |
2011-09-26 | Refactores twitter widget | Frederic Hemberger | 1 | -59/+54 |
2011-09-25 | Ender.js is now loaded locally instead of hotlinking | Brandon Mathis | 2 | -2/+38 |
2011-09-25 | now layouts or pages can specify "sidebar: collapse" in the yaml front matter... | Brandon Mathis | 2 | -10/+12 |