mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 21:15:53 +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`
|
`jekyll serve --incremental`
|
||||||
|
|
||||||
|
- Enable verbose output:
|
||||||
|
|
||||||
|
`jekyll serve --verbose`
|
||||||
|
|
||||||
- Generate the current directory into "./_site":
|
- Generate the current directory into "./_site":
|
||||||
|
|
||||||
`jekyll build`
|
`jekyll build`
|
||||||
|
|
||||||
|
- Clean the site (removes site output and cache folder) without building:
|
||||||
|
|
||||||
|
`jekyll clean`
|
||||||
|
|
Loading…
Add table
Reference in a new issue