From 0202b157740180b5c0e79b3d9c37bf1f287d64c9 Mon Sep 17 00:00:00 2001 From: Bailey Search <44928829+Bailey-1@users.noreply.github.com> Date: Mon, 31 Aug 2020 01:20:01 +0100 Subject: [PATCH] jekyll: add --verbose and clean examples (#4301) --- pages/common/jekyll.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/common/jekyll.md b/pages/common/jekyll.md index 16c572f8e4..e66a9e5dea 100644 --- a/pages/common/jekyll.md +++ b/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`