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/.
- Generate a development server that will run at http://localhost:4000/:
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
cachedirectory) without building:
jekyll clean
