ResCompLeedsCon / conference2022

ResCompLeedsCon2022 conference page
https://rescompleedscon.github.io/conference2022/
MIT License
1 stars 1 forks source link

Guide for making a working build environment #10

Closed jhodrien closed 1 year ago

jhodrien commented 1 year ago

Cleanest setup I've found on Linux is:

conda create -n jekyllenv -c conda-forge 'ruby<3' gxx rb-bundler conda activate jekyllenv bundle install jekyll serve -w