Commit graph

208 commits

Author SHA1 Message Date
Thomas Reynolds 6c5d75aca9 working implementation, dogfooding on my own blog 2011-06-08 20:53:46 -07:00
Thomas Reynolds 746ddcc519 blog feature 2011-06-07 21:44:10 -07:00
Thomas Reynolds 9849e2aa2f more robust frontmatter impl, still need to tie into Tilt 2011-06-06 11:39:57 -07:00
Matthias Döring 80e120060b fix for #58 2011-06-07 01:35:01 +08:00
Thomas Reynolds 5ded17c775 Simple YAML front-matter implementation. Needs tests and to teach Tilt to ignore the YAML 2011-06-05 18:59:04 -07:00
Thomas Reynolds 56b3a176fb Fix preview mode status/mime issues for static files 2011-06-05 12:54:18 -07:00
Thomas Reynolds 3a7d30164d play with fixing live reload 2011-06-05 12:44:57 -07:00
Thomas Reynolds f3bd7bd3d1 Add support for slim templating language (because I love it) 2011-06-02 10:48:56 -07:00
Matthias Döring 36698f1aba fix for static files 2011-06-02 12:05:09 +02:00
Matthias Döring 57c80f00e7 minifiy inline js 2011-06-02 11:37:58 +02:00
Matthias Döring cc73d4c2c6 adding :coffeescript haml filter 2011-06-02 11:37:58 +02:00
Matthias Döring bb0ced8741 public -> views 2011-06-01 01:09:00 +02:00
Thomas Reynolds 993be281c7 First pass at combining views and public folders 2011-05-30 22:33:11 -07:00
Thomas Reynolds ba2cbb0ceb release fixes #52 2011-05-22 14:08:53 -07:00
Thomas Reynolds 739e668008 rely on sass/plugin like tilt 2011-05-22 14:08:33 -07:00
Thomas Reynolds 468c9561f0 Prep windows fix release. Fixes #49 2011-05-19 10:37:20 -07:00
Thomas Reynolds 397a545b8c Don't depend on therubyracer, let uglifier figure out it's own deps. Fixes #50 2011-05-18 15:22:19 -07:00
Thomas Reynolds c38d542a4a fix issue with in-template sass filters 2011-05-12 12:18:17 -07:00
Thomas Reynolds baef07f7cf don't globally replace build in output files, just the first duplicate directory 2011-05-07 21:49:23 -07:00
Thomas Reynolds 796ff20939 Initial proxy impl 2011-05-06 14:31:15 -07:00
Thomas Reynolds 6a4c1fb43d fix issue with single extensions in public folder 2011-04-29 22:00:22 -07:00
Thomas Reynolds 358752272d rename old default template to xhtml, update new default to lean html5 2011-04-29 17:00:25 -07:00
Thomas Reynolds f62283a02b release for sass fix 2011-04-29 12:25:14 -07:00
Thomas Reynolds c410e9dc65 output css errors from sass. closes #43 2011-04-29 12:24:40 -07:00
Thomas Reynolds e205ae4e24 bump version 2011-04-29 12:03:34 -07:00
Thomas Reynolds 78f8245c20 remote data sources and indifferent access. closes #44 2011-04-29 11:58:07 -07:00
Thomas Reynolds 7ea1704a64 remove explicit less.rb support. Switch to uglifyJS for compression. 2011-04-26 23:03:25 -07:00
Thomas Reynolds 6a86f66010 new release containing sinatra custom layout support and Rack minification fix 2011-04-26 12:10:27 -07:00
Thomas Reynolds b23afba42b Merge branch 'master' of github.com:tdreyno/middleman 2011-04-26 12:06:19 -07:00
Thomas Reynolds e9960ea594 Fix support for sinatra 1.2 custom layout engines 2011-04-26 11:50:45 -07:00
Nico Hagenburger ae110a285c the rack interface requires the body to be an array 2011-04-26 16:32:05 +02:00
Thomas Reynolds 16ffd59ef9 tinysrc feature (unfinished) 2011-04-25 13:45:54 -07:00
Thomas Reynolds 1547281a2c bump a minor version, compass/haml/sass have shipped 2011-04-25 09:32:00 -07:00
Thomas Reynolds f8b7f410a6 Make custom page/layout rendering handle all possible directory/index permutations. closes #37 2011-04-22 11:48:48 -07:00
Thomas Reynolds f5a009fe44 Fix error when using relative_assets and automatic_image_sizes. Thanks @zlz. Closes #35 2011-04-20 13:41:38 -07:00
Thomas Reynolds f237cf014a remove slickmap into own extension 2011-04-20 13:16:12 -07:00
Thomas Reynolds 856d1398c2 Add :relative_assets to default config.rb, allow overriding with --relative from mm-build command 2011-04-19 14:24:21 -07:00
Thomas Reynolds 7b666cb7c2 Pull smusher out into its own gem 2011-04-18 10:56:12 -07:00
Thomas Reynolds bfcb7cbd36 test gemspec change 2011-04-16 23:55:33 -07:00
Thomas Reynolds a6d2370fc4 Support custom templates in the user's ~/.middleman directory 2011-04-16 16:23:10 -07:00
Thomas Reynolds 856dc76e92 minor version 2011-04-15 10:09:04 -07:00
Thomas Reynolds 9904c999d0 minor build tweak 2011-04-15 10:08:16 -07:00
Thomas Reynolds 4652de9a1c final 1.1 release 2011-04-15 09:57:45 -07:00
Thomas Reynolds 4ae03e6bbb begin yaml data store 2011-04-14 15:35:41 -07:00
Thomas Reynolds b29413bcd3 make mm-init templates extensible. closes #18. 2011-04-12 20:32:55 -07:00
Thomas Reynolds 4598e424b8 update to lastest compass, release 2011-04-10 15:29:21 -07:00
Thomas Reynolds f40c8a56da traverse up directories to find root mm project. closes #19 2011-04-10 15:27:18 -07:00
Thomas Reynolds 62abada7f5 assuming requests missing extension are supposed to be directories. closes #16 2011-04-10 15:01:34 -07:00
Thomas Reynolds 74266e7440 manually handle recursion in mm-build, support symlinks. closes #20 2011-04-10 14:38:06 -07:00
Thomas Reynolds 350d36b018 Handle templates without final file type information by ignoring them 2011-04-09 17:12:05 -07:00