- Use
rake site:publish
inside project folder. This will build the site and commit static files to GitHub repository
If you want to test locally on your machine, do the following steps also:
- Install Jekyll, NodeJS and Bundler.
- Clone the forked repo on your machine
- Enter the cloned folder via terminal and run
bundle install
- Then run
bundle exec jekyll serve --config _config.yml,_config-dev.yml
- Open it in your browser:
http://localhost:4000
- Test your app with
bundle exec htmlproofer ./_site