Forrest logo
back to context overview

jekyll

List of commands for jekyll:

  • jekyll:tldr:58406 jekyll: Clean the site (removes site output and `cache` directory) without building.
    $ jekyll clean
    try on your machine
    explain this command
  • jekyll:tldr:7a501 jekyll: Generate a development server that will run at http://localhost:4000/.
    $ jekyll serve
    try on your machine
    explain this command
  • jekyll:tldr:8a282 jekyll: Enable incremental regeneration.
    $ jekyll serve --incremental
    try on your machine
    explain this command
  • jekyll:tldr:c1abf jekyll: Enable verbose output.
    $ jekyll serve --verbose
    try on your machine
    explain this command
  • jekyll:tldr:edcd7 jekyll: Generate the current directory into `./_site`.
    $ jekyll build
    try on your machine
    explain this command
back to context overview