Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added jekyll-sitemap, jekyll-date-format, and updated gems | Brandon Mathis | 2014-06-21 | 1 | -2/+4 |
| | |||||
* | Initial update to be compatible with Jekyll 2 | Brandon Mathis | 2014-06-21 | 1 | -6/+3 |
| | |||||
* | Set a fixed version for directory_watcher gem. | Brandon Mathis | 2013-08-29 | 1 | -0/+1 |
| | |||||
* | Use HTTPS for Rubygems | Steven Harman | 2013-07-02 | 1 | -1/+1 |
| | | | It is now recommended to use HTTPS for connecting to Rubygems. | ||||
* | updated Sass to 3.2 | Brandon Mathis | 2013-07-01 | 1 | -0/+1 |
| | |||||
* | Updated RDiscount, added footnotes and other extensions | Brandon Mathis | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | Sinatra now correctly returns code 404 when a page is not found. Closes #1198 | Brandon Mathis | 2013-04-09 | 1 | -2/+1 |
| | |||||
* | Added sass-globbing, allowing plugin stylesheets to be auto-imported from ↵ | Brandon Mathis | 2013-03-11 | 1 | -0/+1 |
| | | | | the assets/stylesheets/plugins directory | ||||
* | Bump sinatra to 1.3.5 | Trung Lê | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | updated gems | Brandon Mathis | 2012-12-29 | 1 | -6/+6 |
| | |||||
* | Updated Gemfile | Brandon Mathis | 2012-05-23 | 1 | -13/+13 |
| | |||||
* | Set Liquid version explicitly to 2.2.2, fixes #243 | Frederic Hemberger | 2011-10-24 | 1 | -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 | ||||
* | Merge branch 'sinatra_static_server' of ↵ | Brandon Mathis | 2011-09-08 | 1 | -11/+15 |
|\ | | | | | | | | | | | | | | | https://github.com/scottwater/octopress into scottwater-sinatra_static_server Conflicts: Gemfile Gemfile.lock | ||||
| * | Static Server based on Sinatra | Scott Watermasysk | 2011-08-21 | 1 | -11/+15 |
| | | | | | | | | | | | | | | | | 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 dependency | Brandon Mathis | 2011-09-05 | 1 | -1/+0 |
| | | |||||
* | | Improved support for non Latin characters in category names. Fixes #128 | fhemberger | 2011-09-04 | 1 | -1/+2 |
|/ | |||||
* | added stringex gem for permalink url generation | Pavel Pravosud | 2011-08-20 | 1 | -0/+1 |
| | |||||
* | added support for pygments.rb removing dependency on pygments, added support ↵ | Brandon Mathis | 2011-07-26 | 1 | -0/+1 |
| | | | | for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists | ||||
* | 1. Added html5 video with flash fallback. | Brandon Mathis | 2011-06-24 | 1 | -0/+1 |
| | | | | | | | | 2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling | ||||
* | 1. Switched back to Rdiscount | Brandon Mathis | 2011-06-19 | 1 | -1/+1 |
| | | | | | | | 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 Mathis | 2011-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | 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 present | Brandon Mathis | 2011-06-11 | 1 | -0/+1 |
| | | | | | | | 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 gemfile | Brandon Mathis | 2011-06-11 | 1 | -3/+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 syntax | Brandon Mathis | 2011-05-30 | 1 | -2/+1 |
| | | | | | | | | | | 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 Mathis | 2011-05-15 | 1 | -3/+3 |
| | | | | 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 commit | Brandon Mathis | 2011-04-17 | 1 | -9/+10 |
| | |||||
* | added rake as a dependency | B Mathis | 2010-08-21 | 1 | -0/+1 |
| | |||||
* | Requiring Mongrel (invisible dependency of later versions of Serve) | Kevin W. Gisi | 2010-08-04 | 1 | -0/+1 |
| | |||||
* | Required newer active_support for newer serve gem (Ruby 1.9 support) | Kevin W. Gisi | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | reverted back to rdiscount instead of kramdown | B Mathis | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | fixed rake preview and updated sass to sass3 syntax | B Mathis | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | Use Bundler for dependency management | dbloete | 2010-05-26 | 1 | -0/+10 |