
jekyll
List of commands for jekyll:
-
jekyll:tldr:58406 jekyll: Clean the site (removes site output and `cache` directory) without building.$ jekyll cleantry on your machineexplain this command
-
jekyll:tldr:7a501 jekyll: Generate a development server that will run at http://localhost:4000/.$ jekyll servetry on your machineexplain this command
-
jekyll:tldr:8a282 jekyll: Enable incremental regeneration.$ jekyll serve --incrementaltry on your machineexplain this command
-
jekyll:tldr:c1abf jekyll: Enable verbose output.$ jekyll serve --verbosetry on your machineexplain this command
-
jekyll:tldr:edcd7 jekyll: Generate the current directory into `./_site`.$ jekyll buildtry on your machineexplain this command