mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 18:15:25 +02:00
jekyll: add page (#1583)
This commit is contained in:
parent
1c86634691
commit
54a56c4eea
1 changed files with 15 additions and 0 deletions
15
pages/common/jekyll.md
Normal file
15
pages/common/jekyll.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Jekyll
|
||||
|
||||
> A simple, blog-aware, static site generator.
|
||||
|
||||
- Generate a development server that will run at http://localhost:4000/:
|
||||
|
||||
`jekyll serve`
|
||||
|
||||
- Enable incremental regeneration:
|
||||
|
||||
`jekyll serve --incremental`
|
||||
|
||||
- Generate the current folder into `./_site:`:
|
||||
|
||||
`jekyll build`
|
Loading…
Add table
Reference in a new issue