Commit Graph

36 Commits

Author SHA1 Message Date
Jörg Thalheim 669aae0fee Gemfile.lock: bump dependencies 2015-01-19 13:22:34 +01:00
Jörg Thalheim 635abd5ab3 Gemfile: remove pygments gem 2015-01-19 13:16:22 +01:00
Jörg Thalheim b52b77be76 update dependencies 2015-01-19 13:16:21 +01:00
Jörg Thalheim f30b3300f0 new pygment hack 2015-01-19 13:16:20 +01:00
Jörg Thalheim 90d989b1d8 add systemd-on-raspbian 2015-01-19 13:16:20 +01:00
Parker Moore 6a099bfdb9 Delete Gemfile.lock
Follow-up to #1617
2014-07-31 16:22:30 -04:00
Brandon Mathis 06c0439705 No longer including Gemfile.lock. Turns out that was a bad idea. 2014-06-21 13:49:29 -05:00
Brandon Mathis 2f47c00b48 Added jekyll-sitemap, jekyll-date-format, and updated gems 2014-06-21 13:46:27 -05:00
Brandon Mathis 52f9119645 Initial update to be compatible with Jekyll 2 2014-06-21 10:34:55 -05:00
Parker Moore f75547f61f Update Gemfile.lock. 2013-09-04 17:37:56 +00:00
Brandon Mathis dbdf64e4df updated Sass to 3.2 2013-07-01 22:15:26 -05:00
Brandon Mathis 09558c64e6 Sinatra now correctly returns code 404 when a page is not found. Closes #1198 2013-04-09 16:37:48 -05:00
Brandon Mathis 9364f37ac7 Added sass-globbing, allowing plugin stylesheets to be auto-imported from the assets/stylesheets/plugins directory 2013-03-11 01:40:41 -05:00
Trung Lê 960145fa20 Bump sinatra to 1.3.5 2013-02-26 00:13:28 +11:00
Brandon Mathis e179277e40 updated gems 2012-12-29 02:15:19 -06:00
Brandon Mathis 0d222ba6b2 Updated gems and rubies to 1.9.3 2012-07-31 14:55:23 -05:00
Brandon Mathis 2a55f35211 Updated Gemfile 2012-05-23 21:20:03 -05:00
Brandon Mathis d71223c675 updated to latest version of Sass, fixed deprecation warnings 2012-05-19 14:48:37 -05:00
Frederic Hemberger 06e8c51a1a Set Liquid version explicitly to 2.2.2, fixes #243
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
2011-10-24 08:05:03 +02:00
Brandon Mathis 7e75d2f654 updated Gemfile.lock 2011-09-08 10:39:49 -05:00
Brandon Mathis 71ad7185bc Merge branch 'sinatra_static_server' of https://github.com/scottwater/octopress into scottwater-sinatra_static_server
Conflicts:
	Gemfile
	Gemfile.lock
2011-09-08 10:31:36 -05:00
Brandon Mathis c604af28da removed unicode_utils as a dependency 2011-09-05 07:53:04 -05:00
fhemberger 80f8a609f6 Improved support for non Latin characters in category names. Fixes #128 2011-09-04 12:56:54 +02:00
Brandon Mathis 282723ef3e updated Gemfile.lock, fixes #59 2011-08-22 17:14:37 -04:00
Scott Watermasysk 423e8ecbda Static Server based on Sinatra
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).
2011-08-21 21:06:21 -04:00
Pavel Pravosud 5ec1f014a0 added stringex gem for permalink url generation 2011-08-20 10:24:15 +07:00
Brandon Mathis 7b81aab5ac added support for pygments.rb removing dependency on pygments, added support for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists 2011-07-26 23:36:42 -04:00
Stephen Tudor 1d9e20ddfb Update Gemfile.lock to more recent gems 2011-07-16 22:17:17 -04:00
Brandon Mathis ef3ff431e5 1. Added html5 video with flash fallback.
2. Added Rack support
3. Disqus support
4. Improved Readme
5. Improved Syntax flexibility and styling
6. Improved blockquote styling
2011-06-24 17:17:35 -04:00
Brandon Mathis f77db80077 1. Switched back to Rdiscount
2. Improved Blockquote comment header
3. Added Include File and Pullquote plugins
4. Improved blog typography
5. Simplified "Read more" link
2011-06-19 15:14:01 -04:00
Brandon Mathis 21813059f2 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for 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.
2011-06-17 22:24:48 -04:00
Brandon Mathis 814be44c15 1. Improved responsive navigation styling when email subscription is present
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
2011-06-11 15:23:54 -04:00
Brandon Mathis 14ba4cfd3c 1. Reduced dependencies and updated the gemfile
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.
2011-06-11 07:56:04 -04:00
Brandon Mathis 8698a276f9 Cleaned out public from repository, updated gitignore, added syntax
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.
2011-05-30 00:30:16 -04:00
Brandon Mathis c7d5365f81 major refactoring, improved file watching, changed site to public to support 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 2011-05-15 18:33:00 -04:00
Brandon Mathis e4c2d5790b irrisponsibly massive commit 2011-04-17 22:49:30 -05:00