jekyll: add --verbose and clean examples (#4301)

This commit is contained in:
Bailey Search 2020-08-31 01:20:01 +01:00 committed by GitHub
parent ba6143ab75
commit 0202b15774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`