Skip to main content

How can I specify the folder containing the generated Jekyll site?

17 Jul 2013 - linux

New command:

jekyll serve -d _new_site

Deprecated command:

jekyll _new_site --server

References