-
I have a `middleman` directory. Inside that directory I clone this repo: `git clone git://github.com/paperdigits/middleman-foundation-6.git .middleman/middleman-foundation-6`
Per instructions I run …
-
Would it be possible to add an option (or two) to this for generating an .htaccess file instead of the redirect pages? If possible, I would like to preserve the referrer, and a server-side redirect s…
-
When trying to import a custom extension, located inside a folder (one level outside of `sources` called `helpers`), I get this error.
Inside my `helpers` folder, there's a file called `post_helper.r…
-
`middleman init` clones a git repository into a temporary directory and verifies the result by checking if the directory exists:
```
run("git clone --depth 1 #{branch_cmd}#{repo_path} #{dir}"…
-
Locals within their specific views are working perfectly, the pages are correctly being imported, etc
But I can't access the contenful variable, anywhere.
Also, something like data.CONTENTFUL_SPACE…
-
Define the full set of API capabilities.
For example:
## Using templates
``` ruby
Email::Transactional.get('reengagement', 'en-GB').populate(
name: 'Vincent',
offers: [{title: 'offer 1'}]
)
```
…
-
An import from an existing wordpress-blog would be great ;D
-
First, I'm not sure which details are helpful, as I'm fairly new to the Ruby ecosystem, but I'm enthusiastic about pulling out any details necessary!
###### Reproducing the issue
1. `middleman init te…
-
Been thinking about this a little bit. We've come across situations where it would be nice if g.url could generate a relative URL for a document (from the current document).
Is this something that h…
-
I utilized `async-ejs` to dynamically render `curl` requests :8ball:
Here's what I did with node:
``` js
// # asynchronously compiles `index.template.md` and to `index.md`
var path = require('path…