aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Gemfile.lock.Parker Moore2013-09-041-1/+2
|
* updated Sass to 3.2Brandon Mathis2013-07-011-3/+4
|
* Sinatra now correctly returns code 404 when a page is not found. Closes #1198Brandon Mathis2013-04-091-9/+8
|
* Added sass-globbing, allowing plugin stylesheets to be auto-imported from ↵Brandon Mathis2013-03-111-0/+3
| | | | the assets/stylesheets/plugins directory
* Bump sinatra to 1.3.5Trung Lê2013-02-261-5/+5
|
* updated gemsBrandon Mathis2012-12-291-23/+18
|
* Updated gems and rubies to 1.9.3Brandon Mathis2012-07-311-4/+4
|
* Updated GemfileBrandon Mathis2012-05-231-41/+44
|
* updated to latest version of Sass, fixed deprecation warningsBrandon Mathis2012-05-191-1/+1
|
* Set Liquid version explicitly to 2.2.2, fixes #243Frederic Hemberger2011-10-241-0/+1
| | | | | | Obviously Liquid 2.3.0 seems to cause problems, see: http://www.yodi.me/blog/2011/10/24/github-custom-domain-with-octopress-in-ubuntu-oneiric-11-dot-10/ http://stackoverflow.com/questions/7801197/syntax-highlighting-with-pygments-is-failing-via-liquid-templates-string-error
* updated Gemfile.lockBrandon Mathis2011-09-081-4/+0
|
* Merge branch 'sinatra_static_server' of ↵Brandon Mathis2011-09-081-0/+9
|\ | | | | | | | | | | | | | | https://github.com/scottwater/octopress into scottwater-sinatra_static_server Conflicts: Gemfile Gemfile.lock
| * Static Server based on SinatraScott Watermasysk2011-08-211-0/+5
| | | | | | | | | | | | | | | | 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).
* | removed unicode_utils as a dependencyBrandon Mathis2011-09-051-2/+0
| |
* | Improved support for non Latin characters in category names. Fixes #128fhemberger2011-09-041-0/+2
| |
* | updated Gemfile.lock, fixes #59Brandon Mathis2011-08-221-5/+5
|/
* added stringex gem for permalink url generationPavel Pravosud2011-08-201-0/+2
|
* added support for pygments.rb removing dependency on pygments, added support ↵Brandon Mathis2011-07-261-2/+10
| | | | for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists
* Update Gemfile.lock to more recent gemsStephen Tudor2011-07-161-7/+13
|
* 1. Added html5 video with flash fallback.Brandon Mathis2011-06-241-0/+2
| | | | | | | | 2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling
* 1. Switched back to RdiscountBrandon Mathis2011-06-191-2/+2
| | | | | | | 2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link
* 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for ↵Brandon Mathis2011-06-171-5/+5
| | | | | | | | | | | markdown processing. 2. Added updated instructions to the README 3. Removed unused media css directories 4. Improved use of color variables for page theming. 5. Improved Typography and blog styling. 6. Added support for simple pre and code styles 7. Misc styling and markup improvements.
* 1. Improved responsive navigation styling when email subscription is presentBrandon Mathis2011-06-111-0/+2
| | | | | | | 2. Refactored subscription styling to be more DRY 3. Added an image for email subscriptions 4. Added assets directory to the gitignore for stashing working files 5. Improved gem list in the Gemfile
* 1. Reduced dependencies and updated the gemfileBrandon Mathis2011-06-111-28/+0
| | | | | | 2. Added whole vendor directory to .gitignore for `bundle package` users 3. Removed guard tasks and replaced serve tasks in Rakefile. 3. Reorganized rake tasks and cleaned up the Rakefile.
* Cleaned out public from repository, updated gitignore, added syntaxBrandon Mathis2011-05-301-12/+11
| | | | | | | | | | highlighting tests, improved syntax highlighting and styling of pre blocks. Overriding dynamic gist styling. Added a plugin for pygments caching which should speed things up terrifically. added ender.js as a lightweight way of scripting the DOM, events, etc. Some general typography and semantic html improvements.
* major refactoring, improved file watching, changed site to public to support ↵Brandon Mathis2011-05-151-25/+20
| | | | rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading
* irrisponsibly massive commitBrandon Mathis2011-04-171-0/+74