$ bundle installIncludes 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 --IIn a browser, open http://127.0.0.1:4050/
--draftsto publish/preview drafts--futureto publish/preview posts with a future date--unpublishedto 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 --futureCategories 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.