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

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`