-
```dockerfile
# Author: noraj
# Official verified image
FROM ruby:2.6.3-alpine3.10
# hardening
RUN chmod 773 /tmp
# date
RUN ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime
# co…
noraj updated
5 years ago
-
## Expected behaviour
With the I18n module active, I would expect the locale to be read and page_articles collection to be populated accordingly to the current locale
## Actual behaviour
Regardle…
-
My website is in the repo:
https://github.com/wkoszek/me
I have CircleCi enabled:
https://circleci.com/gh/wkoszek/me/57
Same config I use on MacOSX Yosemite with Brew. Before enabling `middleman-ima…
-
Hi, thanks for your extension. I like it but would it be possible to organize the files needed for generating the static page in subdirs. Here is an example how Middleman does it: https://middlemanapp…
-
I added the gem and added activate :deploy (+ configs) for FTP upload.
When I run `middleman deploy` (or with bundle exec), I get the following error. Not sure where to start with this one. Any help …
-
I keep getting this runtime error after following your included installation documentation. I see then when attempting to run middleman:
`local/lib/ruby/gems/2.3.0/gems/bundler-1.11.2/lib/bundler/ru…
-
Hi,
Thanks for providing this easy-to-use extension for Middleman!
Unfortunately I have come across a minor shortcoming for the method you use
- for example: if the domain part of the email contains …
-
Hi. I can’t get eventmachine installed. I’ve tried with various options, but nothing gets past the error.
My environment:
- macOS 13.3.1 (a) (22E772610a)
- ruby 3.0.0p0 (2020-12-25 revision 95a…
-
This would allow users to "rebuild" the 3.x behavior of placing assets in their respective `css_dir`, `js_dir` .... In theory this should be easier for each case (since the source => dest is known) an…
-
I noticed that when building in a different directory using the build_dir option this setting is not being applied and is always defaulting to the /build directory regardless of it's value. The issue …