mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:35:25 +02:00
jekyll: add --verbose and clean examples (#4301)
This commit is contained in:
parent
ba6143ab75
commit
0202b15774
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@
|
|||
|
||||
`jekyll serve --incremental`
|
||||
|
||||
- Enable verbose output:
|
||||
|
||||
`jekyll serve --verbose`
|
||||
|
||||
- Generate the current directory into "./_site":
|
||||
|
||||
`jekyll build`
|
||||
|
||||
- Clean the site (removes site output and cache folder) without building:
|
||||
|
||||
`jekyll clean`
|
||||
|
|
Loading…
Add table
Reference in a new issue