-
Approaching Lektor right now, so haven't had a chance to investigate too much into the code, but a plain lektor server on an unbuntu 21.10 with Flash 2.0.2 produces the following warning.
```
/hom…
-
Padrino now [supports](https://github.com/padrino/padrino-framework/issues/1504) passing a block to a partial.
Partial:
``` haml
%h1 prefix
.haml-block
= yield
%h3 postfix
```
Page:
``` haml
= p…
-
v2.0.12 bumped a load of dependencies, including bumping `middleman-autoprefixer` from 2.7 to 2.10.
`middleman-autoprefixer` 2.10 updates `autoprefixer-rails` from 8.0 to 9.1, and `autoprefixer-rai…
-
I'm using "autoprefixer-rails" via "middleman-autoprefixer" for a Middleman site.
After a forced upgrade from ~9.1 to ~10.0, compiling the stylesheets produces the following error:
> ReferenceE…
svoop updated
3 years ago
-
## Expected behavior and actual behavior
Call dato.object_name and dynamically insert object locals into template via proxy method
Template receives empty object (i.e. locals[:object] == {:object=>}…
-
## Expected behavior and actual behavior
Right now, the `-T` option of the `init` command is very biased towards GitHub repositories. Instead, it should allow a project template to be any directory…
-
Hi all, I have the following:
```
activate :blog do |blog|
blog.name = 'case'
blog.prefix = 'case'
blog.layout = 'case-layout'
blog.new_article_template = 'source/templates/case-template.erb'…
ghost updated
3 years ago
-
# Expected behavior and actual behavior
## Expected
1. Change `sass` to `sassc` in `Gemfile
2. `bundle`
3. `middleman`
3. This warning would go away:
```
== Sprockets will render css with…
-
I'd like to include a template in my extension, but it doesn't seem possible.
``` ruby
def manipulate_resource_list(resources)
resources
-
## Expected behavior and actual behavior
Hello I am currently building a [humans.txt](http://humanstxt.org/) extension for middleman. The code for this extension is [here](https://github.com/murraysu…