-
## Expected behaviour
Middleman build should compile all the blogs
## Actual behaviour
After upgrading to latest middleman-blog I am getting this error
> == Blog Sources: /blog/{title}/index.h…
-
~Feature request
## Expected behaviour
I have a large collection of heterogenous content that has properties (or the lack thereof) that I wish to display in a manner similar to any other subpage…
-
This isn't a code problem, but a tiny docs issue.
on https://middlemanapp.com/basics/blogging/ the instructions for activating the extension in an existing project are:
```ruby
activate :blog d…
-
Create a middleman template project for AsciiDoc that can be used to initialize a new Middleman site with AsciiDoc enabled.
https://github.com/middleman/middleman-templates-default
-
## Expected behaviour
`page_articles` to return paginate based on locale
## Actual behaviour
`page_articles` return every blog
## Steps to reproduce the problem
Here are my config
```
act…
-
## Expected behaviour
Even if `year_link`, `month_link`, `day_link` and `tag_link` don't end with `.html`, their pages are rendered within layout automatically like article pages.
## Actual beh…
a2ikm updated
1 month ago
-
## Expected behaviour
The following code should generate category archive pages for every language:
localhost:4567/en/category
localhost:4567/hu/category
## Actual behaviour
The {lang} variable…
-
Using middleman 4.1.1
When running `bundle exec middleman build`
> middleman-sitemap-0.0.13/lib/middleman-sitemap/extension.rb:94:in block in encode: undefined method app.escape_html
Verified that …
-
Hi, I have the following on my `config.rb`:
``` ruby
data.companies.each do |name, company|
proxy "/companies/#{name}/index.html", "/company_page.html",
locals: { company: company }
end
```
Wh…
lunks updated
10 years ago
-
Hello. I'm running into error when run this ```middleman init my_project_name -B -T lewagon/middleman-template``` and the error showing is ```Unknow project template```