$ bundle install
Includes a site HTML compile and SASS compile. Use the incremental
flag to build
only the assets that have changed. The JEKYLL_ENV
variable is assumed to be
"development" when omitted.
$ jekyll serve --I
In a browser, open http://127.0.0.1:4050/
--drafts
to publish/preview drafts--future
to publish/preview posts with a future date--unpublished
to publish/preview posts marked with unpublished
Specify the production environment to omit content intended for development only. Optionally, add the future flag to publish posts that have a future timestamp.
$ JEKYLL_ENV=production jekyll build --future
Categories are created by adding a file to the /category/ folder with Front Matter content. It is important that the Front Matter “category:” name matches the way posts use that Category. Capitalization is important!
Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.