migrating bbnj:inst/scripts to save space in R package bbnj
{% for file in site.static_files %} {% if file.extname == '.html' %}
install:
gem install jekyll bundler
run:
bundle exec jekyll serve
Contents of new Gemfile
:
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
bundle install
{% raw %}
{% for file in site.static_files %}{% if file.extname == '.html' %}
* [{{ file.path }}]({{ site.baseurl }}{{ file.path }})
{% endif %}{% endfor %}
{% endraw %}