-
I externalized helper methods into an own extension. They can successfully be used in the templates.
Now I would also like to apply them in custom tasks, but I do not know how to reference them:
```
…
-
hello, i meet a problem when i use remote_actor.
What i want to know is how to avoid "too many open files" problem about sockets. Because i can't create handler to save a remote_actor. **So i have…
-
Starting off w/ Slate for the first time, I'm wondering: is there simple/std way to disable 3-column format and go to 2-column w/ code snippets inline? Reason: I'm used to have the browser on half a s…
-
Hi,
Using MM 4.1.6, I've activated I18n. It seems I only have access to the `langs` variable in templates, but why is it not accessible in `config.rb`?
``` ruby
# config.rb
activate :i18n, mount_at…
-
If you use nested layout, the doc tells
``` erb
```
But this doesn't work, which is said to be because of change in Padrino.
https://github.com/middleman/middleman/issues/1269
So you …
tarky updated
8 years ago
-
The new functionality for including arbitrary files using the partial directive is really helpful to me, but it doesn't seem to work if you name the included file according to the underscore conventio…
tdeck updated
7 years ago
-
I'm using middleman-syntax with Redcarpet to get GitHub-style code blocks and everything's working fine, except that the indentation is off, as you can see here:
http://tmb-middleman.herokuapp.com/20…
-
Hi there, I'm dealing with an issue that's make me crazy. Anyone can help me?
_OS X 10.11.4
Ruby 2.3.1 by RVM
Middleman 4.1.7_
**Only when I try to compile the project for deploy (middleman build) it…
-
Minimal reproduce:
For a haml file
```
---
title: 中文
date: 2012/09/08
tags: tech
---
%div
blah
```
with its layout file
```
-# coding: utf-8
!!! 5
%html
%head
%meta{:charset => "utf-8"…
-
First of all, thanks for great project, it really time-saver! Running ansible from scratch I run through couple issues & have some questions:
- app_name needs to be without domain, like WEBSITE ?
- ap…