-
Similar to the Refinery investigation -- same questions.
-
Hi, i know i tried this before with issue number 82, which was closed, but i struggle to understand the purpose of pattern lab when it come to creating real applications. maybe you can shed some light…
-
When adding this code block to a markdown file:
```
"/a.aaa"
"/a.gif"
"/a.png"
"/a.jpeg"
"/a.jpg"
"/a.html"
```
This will be rendered:
```
"/a.aaa"
"a.gif"
"a.png"
"a.jpeg"
"a.jpg"
"/a.html"
```
T…
-
i18n together with the proxy command does not work in v4.
For example:
``` ruby
["ug"].each do |shortname|
proxy "/localizable/#{shortname}/publications.html", "/localizable/publications.html", lo…
ghost updated
8 years ago
-
Hi, I just installed middleman-search_engine_sitemap version 1.3.0 to my Middleman site, and added the lines
```
set :url_root, 'http://localhost:4567'
activate :search_engine_sitemap
```
to the co…
-
I would like to defer the copy of files in `source` directory into `build` directory till after the ERB files have been processed. Is this possible ?
Background info,
I have a site where the content…
-
This extension does not seem to work with [`activate :asset_hash`](https://middlemanapp.com/advanced/improving_cacheability/). The generated file names do not have a hash at the end.
Example:
```
``…
-
I'm stuck using this with Middleman blog; I think it's due to the content-model - I probably have the wrong field name (I guessed them) for the body. Can you provide an example content model to use wi…
-
Buildings and houses should contain smoke alarms (which, since they use radioactive batteries, should still be operational even after the lights go out for good). Smoking or using a brazier or otherw…
-
Hello guys. I reaed documentation, but a command middleman article TITLE doesn't work(Could not find command "article".).
My gemfile:
source 'https://rubygems.org'
gem 'wdm', '~> 0.1.0', platforms:…