Files
theme/_install.sh

9 lines
121 B
Bash
Executable File

#!/bin/bash
gem install jekyll bundler
# per https://jekyllrb.com/docs/ may need:
# bundle add webrick
bundle install