mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
middleman: update page (#3974)
This commit is contained in:
parent
357ba26eda
commit
b4acff7b67
1 changed files with 2 additions and 6 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue