middleman: update page (#3974)

client-spec/clarity
Hasan TEZCAN 2020-04-10 15:04:45 +03:00 committed by GitHub
parent 357ba26eda
commit b4acff7b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -3,10 +3,6 @@
> Static site generator written in Ruby.
> More information: <https://middlemanapp.com/>.
- Install the Middleman gem:
`gem install middleman`
- Create a new Middleman project:
`middleman init "{{project_name}}"`
@ -19,10 +15,10 @@
`middleman server -p "{{port}}"`
- Build your project to prepare to deploy:
- Build the project in the current directory to prepare for deployment:
`bundle exec middleman build`
- Deploy your Middleman project:
- Deploy the Middleman project in the current directory:
`middleman deploy`