Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 624 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 624 Bytes

NRCan Jekyll Test

##To compile this locall witll reuire ruby and the checkout of the site

##Compile the site for local testing

```
gem install jekyll bundler
cd jekyll_site
bundle exec jekyll serve
# If you need to override the baseurl do it in _env.yml and use this command to include it
bundle exec jekyll serve -c _config.yml,_env.yml --watch --livereload
```
and browse to http://localhost:4000