Commit Graph

647 Commits (9293ecc174c9466329753b63c1e292dd14055dea)
 

Author SHA1 Message Date
B Strand f6fb11a375 Added class='citation' to blockquotes generated by the blockquote plugin to differentiate their style from the style of an html or markdown blockquote.
B Strand 490b2593ec Renamed has-pullquote and has-pullquoteleft classes to pullquote-right and pullquote-left (I suppose a less stylistic naming convention might pullquote-default and pullquote-alternate.)
B Strand cae964e875 Updated pullquote.rb to use a vernacular similar to the image tag.
strand ce6604a15e Edited .themes/classic/sass/base/_typography.scss via GitHub
strand 8897083cf7 Implemented pullquoteleft functionality
Brandon Mathis 86c72a4ca6 ensures compiled /source/stylesheets/screen.css exists before running watch and preview tasks, fixes
Frederic Hemberger 09c1c615f6 Merge branch 'master' of github.com:imathis/octopress
Frederic Hemberger 9909f16d80 Codeblock: Output source even if 'pygments_prefix' or 'pygments_suffix' is nil. Fixes
Frederic Hemberger 13babc6d7d Merge pull request from xdworks/294accde545a7213b274c5b625b44a17ed72e0f3
Facebook Like button integration, fixes 
Frederic Hemberger 35ebe0d647 Allows '-' in deployment branch names, fixes
Brandon Mathis 12c54048d0 Merge pull request from drewwells/patch-1
Fix issues with Disqus integration
xdite 294accde54 facebook like option
Drew Wells 734ee1f31e As other things rely on these variables, they need to be global.
Fixes issues with comments not loading on the blog.  
Semicolons non-optional due to SAFE function http://twitter.com/#!/elijahmanor/status/121980870428069890
Frederic Hemberger e4df98317a Fixes delicious API url after moving from Yahoo! to AVOS, fixes
Mikkel Hoegh e1d680ff11 Fixed duplicate title.
Mikkel Hoegh 66916f57a7 First attempt at creating per-category Atom feeds.
Frederic Hemberger 8c2532e5bf Updates README
Frederic Hemberger 6315527b2f Adds CDATA sections to atom.xml, fixes
Brandon Mathis 30af4db1cb Merge pull request from mikl/atom-feed-generator
Add generator tag to Atom feed.
Mikkel Hoegh f4a6bd2a68 Add generator tag to Atom feed.
generator is an optional element, but let's give credit where it's due.
Besides, it can be helpful to feed consumers to know what tool generated the file.
Brandon Mathis 2a69965e81 Merge pull request from alg/atom-escaping
Proper atom feed xml escaping
Aleksey Gureiev 63c3ba6514 Proper atom feed xml escaping
Brandon Mathis 09057190d9 fixed issue where update_source failed if source/index was any extension other than .html
Brandon Mathis d833d9fe78 wildcards broke rake update_source. fixes that
Brandon Mathis ff2009577d improved support for solarized light theme
Frederic Hemberger 362d93d938 Merge branch 'master' of github.com:imathis/octopress
Frederic Hemberger 2f7d9f3896 Fixes flow for sidebar three column mode
Brandon Mathis bdf904adff Retains customized favicon on update_source fixes , Copies index.* from source.old fixes
Brandon Mathis 898b149dda removed console.log from twitter.js #facepalm
Brandon Mathis 579142c28b fixed issue with expanded twitter urls, fixed issue where twitter would report seven day old tweets as "false"
Brandon Mathis d0d1e2a98d updated github.js to use reqwest.js with Ender
Brandon Mathis 30d5bfca9c Merge branch 'master' of github.com:imathis/octopress
Brandon Mathis b19e7698f6 added support for adding content to the bottom of a page
Brandon Mathis a35c780616 Merge pull request from victor/patch-1
Allow capitalization after a period.
Brandon Mathis 3bd4ed026e Merge branch 'master' of github.com:imathis/octopress into compass
Victor Jalencas f75f17b05c Allow capitalization after a period.
Brandon Mathis 9cf956cc96 added buffer for mentions in twitter stream
Brandon Mathis 9730e241b1 added node_modules to gitignore
Brandon Mathis 347c954894 updated added reqwest to ender.js, fixed twitter.js url expansion bug
Brandon Mathis 04586299b1 fixed github line numbering issue, fixed a few bugs in code block styling
Brandon Mathis 02433114c5 Merge branch 'master' of github.com:imathis/octopress
Brandon Mathis 7a7825f667 collapse sidebar is now possible site-wide
Frederic Hemberger fdf6af1d25 Fixes img tag properties
Frederic Hemberger ab62bb9355 jsHint'ed octopress.js
Frederic Hemberger 569717abdc jsHint'ed github.js
Frederic Hemberger 40a7809d65 Fixes delicious integration
Frederic Hemberger 167db49940 Refactores twitter widget
- Order of code: Define functions first before using them
- Fixed issues found by jsHint (http://jshint.com)
- Switched to Twitter's current API url
- Expand shortened urls, fixes 
Frederic Hemberger 19a646b5e9 Escapes double quotes in img tag
Frederic Hemberger 9bd572ffdc Adds jsFiddle plugin
Frederic Hemberger 50eaf98c24 Makes img tag more flexible, adds support for relative paths. Includes pull request , fixes