aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' of github.com:imathis/octopress into compassBrandon Mathis2011-09-2814-166/+293
|\ \ | |/
| * added buffer for mentions in twitter streamBrandon Mathis2011-09-281-4/+3
| |
| * added node_modules to gitignoreBrandon Mathis2011-09-281-0/+1
| |
| * updated added reqwest to ender.js, fixed twitter.js url expansion bugBrandon Mathis2011-09-272-25/+31
| |
| * fixed github line numbering issue, fixed a few bugs in code block stylingBrandon Mathis2011-09-272-14/+19
| |
| * Merge branch 'master' of github.com:imathis/octopressBrandon Mathis2011-09-263-42/+38
| |\
| | * Fixes img tag propertiesFrederic Hemberger2011-09-261-2/+2
| | |
| | * jsHint'ed octopress.jsFrederic Hemberger2011-09-261-3/+3
| | |
| | * jsHint'ed github.jsFrederic Hemberger2011-09-261-37/+33
| | |
| * | collapse sidebar is now possible site-wideBrandon Mathis2011-09-261-1/+1
| |/
| * Fixes delicious integration #179Frederic Hemberger2011-09-262-2/+12
| |
| * Refactores twitter widgetFrederic Hemberger2011-09-261-59/+54
| | | | | | | | | | | | | | - 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 #165
| * Escapes double quotes in img tagFrederic Hemberger2011-09-261-4/+4
| |
| * Adds jsFiddle pluginFrederic Hemberger2011-09-261-0/+40
| |
| * Makes img tag more flexible, adds support for relative paths. Includes pull ↵Frederic Hemberger2011-09-261-22/+23
| | | | | | | | request #145, fixes #161
| * Merge pull request #178 from matrixagent/patch-1Frederic Hemberger2011-09-251-1/+2
| |\ | | | | | | Changed rsync deployment so the ssh port is configurable as well.
| | * Typo.Manu2011-09-261-1/+1
| | |
| | * Changed it so the ssh port is configurable as well. (As I ran into the same ↵Manu2011-09-261-1/+2
| | | | | | | | | | | | issue already described at https://github.com/imathis/octopress/issues/30 )
| * | Ender.js is now loaded locally instead of hotlinkingBrandon Mathis2011-09-252-2/+38
| | |
| * | now layouts or pages can specify "sidebar: collapse" in the yaml front ↵Brandon Mathis2011-09-252-10/+12
| |/ | | | | | | matter for an always collapsed sidebar
| * Merge branch 'master' of github.com:imathis/octopressBrandon Mathis2011-09-251-1/+1
| |\
| | * Fixes child selector for param[name=movie], #168Frederic Hemberger2011-09-241-1/+1
| | |
| * | mobile nav javascript updated to still work with role='main-navigation' ↵Brandon Mathis2011-09-251-0/+1
| |/ | | | | | | since changes affecting custom partials don't get updated with the standard update script
| * Merge branch 'master' of github.com:imathis/octopressBrandon Mathis2011-09-221-0/+1
| |\
| | * Merge pull request #171 from fmcypriano/masterBrandon Mathis2011-09-221-0/+1
| | |\ | | | | | | | | Add .rbenv-version file to simplify the installation when using rbenv
| | | * Add .rbenv-version file to simplify the installation using rbenvFelipe Cypriano2011-09-221-0/+1
| | |/
| * | added slugignore to help with heroku deploymentBrandon Mathis2011-09-221-0/+3
| | |
| * | now Github pages :push task forcesBrandon Mathis2011-09-221-1/+1
| |/
| * renamed github pages configuration taskBrandon Mathis2011-09-221-1/+1
| |
| * Restored copying public into _deploy. fixes #169Brandon Mathis2011-09-221-0/+1
| |
| * improved github configuration raketaskBrandon Mathis2011-09-221-9/+38
| |
* | Fix generation of stylesheetsFrederic Hemberger2011-09-241-1/+1
| |
* | Removes compass_compiler.rbFrederic Hemberger2011-09-222-1/+1
|/
* copydot task can be called with parameters, no need for separate copydot_deployFrederic Hemberger2011-09-221-19/+8
|
* Fixed issue where dotfiles were not being copied to _deploy for github pages ↵Brandon Mathis2011-09-211-2/+13
| | | | deployments
* fixed issue where public was being copied into _deployBrandon Mathis2011-09-211-1/+1
|
* Minor fixesFrederic Hemberger2011-09-213-6/+6
|
* Fixed misuse of ARIA roles (see ↵Frederic Hemberger2011-09-2112-29/+29
| | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/)
* Refactored inclusion of disqus scriptFrederic Hemberger2011-09-216-44/+44
| | | | | | | | - Added ARIA setting `aria-live="polite"` to comment output - Removed duplicate <div id="disqus_thread"> from page/post templates - Moved blocking JavaScript loading to the end of the document body. - Merged JavaScript code for index and pages/posts using conditionals - Moved global JavaScript disqus variables into the anonymous function to stop pollution of global namespace
* Added optional comment count for disqus, fixes #88Frederic Hemberger2011-09-212-1/+7
|
* Updated regex to select less content on postsFrederic Hemberger2011-09-211-1/+1
|
* Fixes whitespace, removed unnecessary closing '/' in HTML5Frederic Hemberger2011-09-211-4/+4
|
* Adds first 150 chars of content as meta description, if no page.description ↵Frederic Hemberger2011-09-212-6/+11
| | | | specified. Fixes #162
* Merge pull request #159 from tmiller/patch-1Frederic Hemberger2011-09-191-1/+1
|\ | | | | Removing glob because globbing does not pick up dotfiles.
| * Removing glob because globbing does not pick up dotfiles.Tom Miller2011-09-191-1/+1
|/
* Fixes styling of <figure> code headerFrederic Hemberger2011-09-182-4/+4
|
* Wraps git commit message in double quotes, fixes #139Frederic Hemberger2011-09-181-2/+2
|
* Fixes HTML validation issues with code highlightingFrederic Hemberger2011-09-183-7/+7
|
* Fixes spacing and global variable leaks, JSHint checkFrederic Hemberger2011-09-181-41/+44
| | | | | | octopress.js now almost passes JSHint (http://jshint.com). The only issues left are due to undefined Modernizr and swfobject objects and the compressed swfobject code at the end of the file, but those are neglectable.
* Aligns naming of .pygments-cache, .gist-cache and .sass-cacheFrederic Hemberger2011-09-184-6/+6
|