-
On a default install, I can't set-up a Middleman 4.2 project that runs Rack and also is able to use the 'middleman' commands. The problem is that Rack requires Ruby >= 2.2.2, but Middleman commands on…
-
After following setup instructions, and entering `middleman init BLOG_NAME --template=blog`
I get the following error:
`/Users/user/.rvm/gems/ruby-2.3.1/gems/middleman-core-4.1.14/lib/middleman-core…
-
**I am using windows 7 with ruby 2.2.4p230 installed.**
_On fresh start I had gem list as_
```
$ gem list
bigdecimal (1.2.6)
io-console (0.4.3)
json (1.8.1)
psych (2.0.8)
rake (10.4.2)
rdoc (4.2.0)
…
-
I've noticed some cases where the asset hash doesn't seem to work.
One example is about texture images loaded by three.js . Middleman puts the proper hash on jpg images but the library tries to load …
-
https://spike.readme.io/docs/why-spike
I didn't see [Hugo](https://gohugo.io/) in there. Is there any specific reason not to mention the second most popular (and fastest) static site generator? You…
ghost updated
7 years ago
-
We've got a middleman site with some capybara acceptance tests running. The default :rack_test driver runs fine, but we were hoping to use selenium since we want to use the send_keys method that hasn…
-
The site: https://github.com/tortus/middleman-test
`middleman server` works; `middleman build` does not.
**source/posts/template.html** throws the following exception ONLY during build, not during te…
-
Hi @tdreyno,
I would like to build an extension to render "gherkin"-files `my-feature.feature` into HTML. The idea behind this is the use some of the feature-files as documentation. First and foremos…
ghost updated
7 years ago
-
Hiya
Trying to use some env setting in my erb javascript files - constant.coffee.erb
I am simply at the moment printing out :
```
console.log ">>>"
```
Getting the return
```
>>>#
```
I do have…
-
I want to do something like this
```
blog.custom_collections = {
category: {
link: ':category.html',
template: 'category.html'
},
subcategory: {
link: '{category}/{subca…