Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Generate Static Sites - Middleman Generator | Online Free DevTools by Hexmos

Generate static websites with Middleman, the Ruby static site generator. Build, deploy, and manage your site effortlessly. Free online tool, no registration required.

middleman

Static site generator written in Ruby. More information: https://middlemanapp.com/basics/install/.

  • 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

See Also