-
does middleman-blog has a helper, extension etc. to create a RSS/ATOM news feed? Is their a way to create a news feed?
-
When adding a bower_components folder with serveral assets like bootstrap, font-awesome middleman crashes..
/sites/gems/tilt-1.4.1/lib/tilt/template.rb:144:in `require': cannot load such file -- less…
-
Is there a solution yet for a/b testing for middleman and are there thoughts on this subject?
I was planning to write something to handle this but before making this contribution perhaps there is alre…
-
We're running a relatively high traffic website. What we want is as follows:
- a user uses his dashboard to create a content.
- the content object is saved and a template file is generated.
- middlema…
-
Middleman tries to add _.html_ to files, if they have no suffix besides preprocessors:
- index.html.erb >> index.html
- index.erb >> index.html
Sometimes this is not useful:
- .htaccess.erb >> .htacc…
-
Here is my `config.rb` and `Gemfile.lock` as requested from our tweets
https://twitter.com/awkale/status/727534675191816192
``` ###
# Page options, layouts, aliases and proxies
###
# Per-page layout…
-
When I render a `rouge` partial from `erb` I see an indentation issue:
![image](https://cloud.githubusercontent.com/assets/167882/14406158/dd2dc11c-fe9f-11e5-8f58-4f0b0a600d1f.png)
This is the `roug…
-
Good morning,
So in the next Middleman release, we're raising an error when a local value tries to overwrite a template helper. In your template, you pass the `tag:` local, but in Padrino there is a …
-
Using the code from `master`, starting the preview server with `middleman server` takes ~45 seconds. Note that the LiveReload line gets printed at ~10s. My site isn't too big - a relatively small blog…
-
Is there a way to access the request object inside the templates? I would like backend access to the request headers for conditionals. I'd prefer not to use JavaScript, and the request is certainly av…