middleman: update page (#3974)
This commit is contained in:
@@ -3,10 +3,6 @@
|
|||||||
> Static site generator written in Ruby.
|
> Static site generator written in Ruby.
|
||||||
> More information: <https://middlemanapp.com/>.
|
> More information: <https://middlemanapp.com/>.
|
||||||
|
|
||||||
- Install the Middleman gem:
|
|
||||||
|
|
||||||
`gem install middleman`
|
|
||||||
|
|
||||||
- Create a new Middleman project:
|
- Create a new Middleman project:
|
||||||
|
|
||||||
`middleman init "{{project_name}}"`
|
`middleman init "{{project_name}}"`
|
||||||
@@ -19,10 +15,10 @@
|
|||||||
|
|
||||||
`middleman server -p "{{port}}"`
|
`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`
|
`bundle exec middleman build`
|
||||||
|
|
||||||
- Deploy your Middleman project:
|
- Deploy the Middleman project in the current directory:
|
||||||
|
|
||||||
`middleman deploy`
|
`middleman deploy`
|
||||||
|
Reference in New Issue
Block a user