-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

middleman


> Static site generator written in Ruby.

More information.


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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:44:11 2024