This is the website of an academic research group at Boston College.
- Edit the
.yml
in_data/
- Install ruby
brew install rbenv rbenv install 3.0.0 # if using Bash echo 'export PATH="/usr/local/opt/ruby/bin:/usr/local/lib/ruby/gems/3.0.0/bin:$PATH"' >> ~/.bash_profilebrew install ruby rbenv global 3.0.0
- Install jekyll
gem install --user-install bundler jekyll bundle update --bundler gem install -n /usr/local/bin jekyll bundle add webrick
cd PATH_TO_FOLDER/BC-ML4SCI/
bundle exec jekyll serve
Template from Allan Lab Copyright ML4SCI@BC. Code released under the MIT License.