Top "Middleman" questions

Use the popular Ruby Sinatra (Rails-like) Tool chain to build static websites.

How do I create root-relative links in a static site?

When building a static HTML site, you can set the base url like so <base url="http://localhost:8888/mysite" /&…

html url root relative-path middleman
Get Current Path of Page in Middleman Layout File

Is it possible to retrieve the current path of a page in a middleman file? For instance, if I have …

ruby middleman