Jekyll: static site generator | command-line cheat-sheet
·
111 words
·
1 minute read
jekyll is a simple, blog-aware, static site generator.
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 cache
directory) without building:
jekyll clean
More information: https://jekyllrb.com/docs/usage/ .
I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .