crstin
crstin
Despite `set :relative_links, true` the build dir can't be server from a subfolder `http://domain.com/subfolder`. Search results refer to middlemanapp.com (also when run in development).
Is ist possible to combine queries into a single column in `view_columns`? ```ruby first_name: { source: 'User.first_name' }, last_name: { source: 'User.last_name' }, name: { source: {{query_both_above}} }, ``` In...
Mine's not working ``` ./arguing-robots examples/montreal-in-the-winter.txt dyld: Library not loaded: /usr/local/opt/bdw-gc/lib/libgc.1.dylib Referenced from: /Users/user/Coding/Bash/arguing-robots/./arguing-robots Reason: image not found [1] 50604 abort ./arguing-robots examples/montreal-in-the-winter.txt ```