System Grab Bag

View all TLDR pages from common (or from all pages)

middleman

Static site generator written in Ruby. More information: https://middlemanapp.com/.
  • Create a new Middleman project:
    middleman init "{{project_name}}"
  • Start local server for current project on port 4567:
    middleman server
  • Start local server for current project on a specified port:
    middleman server -p "{{port}}"
  • Build the project in the current directory to prepare for deployment:
    bundle exec middleman build
  • Deploy the Middleman project in the current directory:
    middleman deploy

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.