mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
Quickstart instructions as written would serve an empty directory. They instruct the user to install Jekyll (:metal), `cd` to a directory that may not exist, and then run `jekyll serve` (:hurtrealbad:). Instead, lets have them run `jekyll new` to stand up a scaffold site, so they can see how things work and poke around a bit. It's one more command, but IMHO a better user experience for someone just getting started.
Jekyll's awesome website.