diff --git a/README.md b/README.md index 7919f00..77a217f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ Running Jekyll in incremental (`-i`) mode is _significantly_ faster. open http://0.0.0.0:4000/ ``` +### Generate Production Build +``` shell +bundle exec jekyll build +``` + +Your production build will be generated in the _site/ directory, which contains all the static files ready for deployment. + ## Contributions @@ -116,4 +123,4 @@ This page uses the following modules: * `gem 'jekyll-redirect-from'` * https://github.com/jekyll/jekyll-redirect-from * addressable - * public_suffix \ No newline at end of file + * public_suffix