aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #154 from jcsims/rake_dotcopy_fixBrandon Mathis2011-09-171-1/+1
|\ | | | | Fixes #150. Strip leading path before checking for excluded file.
| * Fixes #150. Strip leading path before checking for excluded file.Chris Sims2011-09-171-1/+1
|/
* removes index.html from canonical urls. closes #153Brandon Mathis2011-09-171-2/+2
|
* added itegration to gen_deployBrandon Mathis2011-09-121-1/+1
|
* Fix an issue in 'watch' and 'preview' where main process is terminated with ↵fhemberger2011-09-121-9/+6
| | | | child processes still running
* Move generate + deploy to separate taskfhemberger2011-09-121-1/+6
|
* Generate site before deploying, execute tasks in sequencefhemberger2011-09-121-1/+2
|
* Copy dotfiles also for subdirectoriesfhemberger2011-09-121-4/+4
|
* moved from Posix::Span to Process.span, fixing #46Brandon Mathis2011-09-081-5/+5
|
* updated Gemfile.lockBrandon Mathis2011-09-081-4/+0
|
* Merge branch 'sinatra_static_server' of ↵Brandon Mathis2011-09-083-36/+39
|\ | | | | | | | | | | | | | | https://github.com/scottwater/octopress into scottwater-sinatra_static_server Conflicts: Gemfile Gemfile.lock
| * Static Server based on SinatraScott Watermasysk2011-08-213-36/+35
| | | | | | | | | | | | | | | | Using Sinatra provides better handling of mime types and supports 304's/etc. Also updated the Gemfile to exclude most gem outside of developemnt (default).
* | improved backtick codeblock's handling of the raw optionBrandon Mathis2011-09-071-4/+5
| |
* | 1. Vastly improved backtick code blocks and added support for TextileBrandon Mathis2011-09-077-55/+107
| | | | | | | | | | | | | | | | 2. Refactored Octopress filters into Liquid filters and pre/post render filters (using post_filters plugin) 3. Added methods to raw plugin to prevent Markdown and Textile from parsing blocks 4. Updated render partial to invoke the pre_render method of post_filters 5. Moved Rubypants filter out of default.html into Octopress post_render filters 6. Added raw's safe_wrapper method to codeblock and include_code filters
* | Merge branch 'post_filters'Brandon Mathis2011-09-071-0/+176
|\ \
| * \ Merge branch 'post_filters_plugin' of https://github.com/tedkulp/octopress ↵Brandon Mathis2011-09-051-0/+176
| |\ \ | | | | | | | | | | | | into post_filters
| | * | Added post_filters pluginTed Kulp2011-09-041-0/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plugins that extend PostFilter will get three additional methods: pre_render, post_render and post_write. These will be called when every page or post is processed and allows for the plugin to modify the post/page object directly to modify the output beyond what can be done with just markup.
* | | | Added {% raw %} liquid block, allowing for blocks of code which are not ↵Brandon Mathis2011-09-071-0/+24
| | | | | | | | | | | | | | | | parsed by Liquid
* | | | fixed missing date in page headersBrandon Mathis2011-09-061-1/+1
|/ / /
* | | Downcased category urlsBrandon Mathis2011-09-051-2/+2
| | |
* | | removed unicode_utils as a dependencyBrandon Mathis2011-09-052-3/+0
| | |
* | | Improved support for non Latin characters in category names. Fixes #128Chun-wei Kuo2011-09-051-3/+4
| | |
* | | Time metadata for updated pages and posts are now displayed where and when ↵Brandon Mathis2011-09-044-6/+8
| | | | | | | | | | | | it is appropriate
* | | changed left angle quote to dash for page titlesBrandon Mathis2011-09-041-1/+1
| | |
* | | Updated new_post and new_page taks to use new ask method for dialogsBrandon Mathis2011-09-041-6/+2
| | |
* | | Merge branch 'master' of https://github.com/fhemberger/octopress into ↵Brandon Mathis2011-09-049-12/+33
|\ \ \ | |/ / |/| | | | | | | | | | | | | | fhemberger-master Conflicts: plugins/category_generator.rb
| * | install: Adds confirmation before overwriting existing source_dirfhemberger2011-09-041-0/+17
| | |
| * | Improved support for non Latin characters in category names. Fixes #128fhemberger2011-09-043-4/+8
| | |
| * | show page.title first, best practice for SEO and usability (e.g. bookmarks)fhemberger2011-09-041-1/+1
| | |
| * | move code for Twitter, Google +1 and Google Analytics to bottom of page, as ↵fhemberger2011-09-042-3/+3
| | | | | | | | | | | | inline <script> tags are always blocking page load
| * | 'updated' is not a valid attribute for <time>, moved to data attributefhemberger2011-09-041-1/+1
| | |
| * | datetime must be valid date format, see: ↵fhemberger2011-09-042-3/+3
| | | | | | | | | | | | http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime
| * | use semantic HTML5 element for Google +1 button, see: ↵fhemberger2011-09-041-1/+1
| | | | | | | | | | | | http://code.google.com/intl/en-US/apis/+1button/#plusonetag
* | | Merge branch 'pilif-github-repositories-plugin'Brandon Mathis2011-09-033-1/+80
|\ \ \
| * | | changed order for Github 3rd-party configsBrandon Mathis2011-09-031-6/+6
| | | |
| * | | added github asides to the default asides listBrandon Mathis2011-09-031-1/+1
| | | |