Jekyll website for the EDI & Technology Reading Group @ Boston College
- Follow this guide to install Ruby and Jekyll
- Install Node
git clonethis repo and thencdinside the directory- Comment out the
urlandbaseurllines of_config.ymlwhen working locally - Install Ruby dependencies by running
bundle install - Install Node dependencies by running
npm install - Run the server with
bundle exec jekyll serve
Jekyll & Tailwind Setup based on TailPages by Harry Wang (Chinese: 王建楠)