logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Static Sites - Control with Jekyll | Online Free DevTools by Hexmos

Generate static websites with Jekyll. Build blogs, personal sites, and documentation effortlessly using this powerful static site generator. Free online tool, no registration required.

jekyll

A simple, blog-aware, static site generator. More information: https://jekyllrb.com/docs/usage/.

jekyll serve

  • Enable incremental regeneration:

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 directory) without building:

jekyll clean

See Also