Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -116,4 +123,4 @@ This page uses the following modules:
* `gem 'jekyll-redirect-from'`
* https://github.com/jekyll/jekyll-redirect-from
* addressable
* public_suffix
* public_suffix