瀏覽代碼

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

Bailey Search 4 年之前
父節點
當前提交
0202b15774
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      pages/common/jekyll.md

+ 8 - 0
pages/common/jekyll.md

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