-
Hi.
I've got a YAML file with a list of site sections, e. g.:
**/data/categories.yml**
``` yaml
news:
title: Top news!
desc: You're not gonna believe us.
products:
title: Latest products
d…
-
```
bundle exec middleman build --verbose
== Activating: sprockets
== Reading: Local config
== Activating: livereload
Loaded extensions:
== Extension: sprockets
== Extension: livereload
== Extension:…
samme updated
10 years ago
-
Most tests are failing for me out of the box:
``` cucumber
Given the Server is running at "summary-app" # middleman-dc3d4f9fd513/middleman-core/lib/middleman-core/step_definitions/s…
-
`cc` @tdreyno
I just updated my extension to the newer format (porada/middleman-autoprefixer#6). It seems to work just fine, except in the case when Middleman tries to [automatically discover the ex…
-
This discussion began in https://github.com/middleman/middleman/issues/1110#issuecomment-30109174 and https://github.com/middleman/middleman-blog/issues/172#issuecomment-29181000.
Right now we have f…
-
Add slideshow support using Juicebox
We'll need the Juicebox Pro code. There is also the question of how images get into the Slideshow and where it is used. I assumed it would be on post pages, but A…
-
When I start a new project using the `middleman-blog` project template and change the markup syntax to Haml this line appears below the articles:
[#"Example Article", "date"=>Sun, 01 Jan 2012, "tags…
-
I'm trying to use after_render in config.rb.
> NoMethodError: undefined method `call' for #Uber::Options::Value:0x007f9a0468cb80
It seems only available to extensions?
-
I followed instructions from README.
When trying to run = render_navigation I've got the following error:
RuntimeError at /
no primary navigation defined, either use a navigation config file or pass…
-
Hi, thanks a lot for your work...
I am not sure what I am missing, but my clowncar won't generate the images.
There is no exception thrown or anything else.
What I did:
- install the gem
- activate…